Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
AlreadyBored
/
node-nodejs-basics
Public
Notifications
You must be signed in to change notification settings
Fork
3.4k
Star
59
Code
Issues
0
Pull requests
10
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Node.js basics solution for RS School
- #745
#745
Open
toby-28
wants to merge 29 commits into
AlreadyBored:main
AlreadyBored/node-nodejs-basics:main
from
toby-28:review
toby-28/node-nodejs-basics:review
Copy head branch name to clipboard
Conversation
Commits
29
(29)
Checks
Files changed
Open
Node.js basics solution for RS School
#745
toby-28
wants to merge 29 commits into
AlreadyBored:main
AlreadyBored/node-nodejs-basics:main
from
toby-28:review
toby-28/node-nodejs-basics:review
Copy head branch name to clipboard
Commits
Commits on Oct 20, 2025
Add create function to write fresh.txt
Show description for 3655cff
toby-28
authored
3655cff
View commit details
Copy full SHA for 3655cff
Browse repository at this point
Add copy function to copy files recursively
Show description for 1bb6c34
toby-28
authored
1bb6c34
View commit details
Copy full SHA for 1bb6c34
Browse repository at this point
Implement file renaming with error handling
Show description for 183d96b
toby-28
authored
183d96b
View commit details
Copy full SHA for 183d96b
Browse repository at this point
Implement file deletion using fs/promises
Show description for 18df431
toby-28
authored
18df431
View commit details
Copy full SHA for 18df431
Browse repository at this point
Implement file listing in src/fs/list.js
Show description for 8151277
toby-28
authored
8151277
View commit details
Copy full SHA for 8151277
Browse repository at this point
Implement file reading with error handling
toby-28
authored
9c5ef39
View commit details
Copy full SHA for 9c5ef39
Browse repository at this point
Implement parsing of RSS environment variables
Show description for e94641a
toby-28
authored
e94641a
View commit details
Copy full SHA for e94641a
Browse repository at this point
Add argument parsing functionality to args.js
Show description for 74f9144
toby-28
authored
74f9144
View commit details
Copy full SHA for 74f9144
Browse repository at this point
Transform cjsToEsm to fully utilize ES Module syntax
toby-28
authored
6c600d4
View commit details
Copy full SHA for 6c600d4
Browse repository at this point
Create esm.mjs for server and JSON imports
Show description for 3589206
toby-28
authored
3589206
View commit details
Copy full SHA for 3589206
Browse repository at this point
Delete src/modules/cjsToEsm.cjs
toby-28
authored
fef1faf
View commit details
Copy full SHA for fef1faf
Browse repository at this point
Implement SHA-256 hash calculation with streams
Show description for 63a4792
toby-28
authored
63a4792
View commit details
Copy full SHA for 63a4792
Browse repository at this point
Add file reading functionality with error handling
Show description for 98dc131
toby-28
authored
98dc131
View commit details
Copy full SHA for 98dc131
Browse repository at this point
Implement file writing using streams
Show description for fe96dfa
toby-28
authored
fe96dfa
View commit details
Copy full SHA for fe96dfa
Browse repository at this point
Implement Transform stream to reverse input
Show description for 25a9839
toby-28
authored
25a9839
View commit details
Copy full SHA for 25a9839
Browse repository at this point
Add gzip compression functionality
Show description for c511c14
toby-28
authored
c511c14
View commit details
Copy full SHA for c511c14
Browse repository at this point
Add decompression functionality for .gz files
Show description for 3d77154
toby-28
authored
3d77154
View commit details
Copy full SHA for 3d77154
Browse repository at this point
Implement parallel calculations using worker threads
Show description for 0b26dd2
toby-28
authored
0b26dd2
View commit details
Copy full SHA for 0b26dd2
Browse repository at this point
Add message listener for Fibonacci computation results
Show description for fc58ee0
toby-28
authored
fc58ee0
View commit details
Copy full SHA for fc58ee0
Browse repository at this point
Refactor spawnChildProcess to use child_process
Show description for fd3968e
toby-28
authored
fd3968e
View commit details
Copy full SHA for fd3968e
Browse repository at this point
Commits on Oct 21, 2025
Refactor file operations to use __dirname for path resolution and standardize error messages
toby-28
committed
28238e8
View commit details
Copy full SHA for 28238e8
Browse repository at this point
Refactor file path in create.js to use __dirname
Show description for befa038
toby-28
authored
befa038
View commit details
Copy full SHA for befa038
Browse repository at this point
Merge branch 'main' of https://github.com/toby-28/node-nodejs-basics
toby-28
committed
c09049d
View commit details
Copy full SHA for c09049d
Browse repository at this point
Refactor create.js to use __dirname for file path resolution
toby-28
committed
07331fc
View commit details
Copy full SHA for 07331fc
Browse repository at this point
Refactor string quotes in args.js, env.js, and esm.mjs for consistency
toby-28
committed
bc121ad
View commit details
Copy full SHA for bc121ad
Browse repository at this point
Refactor string quotes in calcHash.js for consistency
toby-28
committed
f35b4df
View commit details
Copy full SHA for f35b4df
Browse repository at this point
Commits on Oct 27, 2025
fully implemented
toby-28
committed
4c7ecf7
View commit details
Copy full SHA for 4c7ecf7
Browse repository at this point
Commits on Nov 3, 2025
Remove warning against submitting Pull Requests in Readme.md
toby-28
committed
42939c1
View commit details
Copy full SHA for 42939c1
Browse repository at this point
Commits on Nov 8, 2025
Revise README for clarity and project details
Show description for b13f262
toby-28
authored
b13f262
View commit details
Copy full SHA for b13f262
Browse repository at this point
You can’t perform that action at this time.