#codenewbies
Read more stories on Hashnode
Articles with this tag
Hey, ๐๐ฝ how are you all doing? It's been a long time since I last wrote an article. I have not been well and I have missed this. Getting better and...
React is an open-source JavaScript library for building user interfaces. VS Code is my favorite code editor. The editor has amazing extensions that...
I landed on this challenge in January 2021 on Twitter where you code for at least an hour a day and tweet your progress with the hashtag...
HTTP response status codes indicate whether a specific HTTP request has been successfully completed. Status codes are issued by the server in response...
JavaScript has a standard naming convention when naming variables, functions, and classes. Naming conventions improve code readability and make code...
Proper documentation is a necessity for a developer. ยท A readme is a file that one should read before starting a project. A readme is like a manual that...