Must Read
10 Algorithms Every Developer Should Learn
Learning algorithms are important because they teach you how to approach problems. That’s why Codesphere assembled a list of 10 algorithms that aspiring developers should work through to get comfortable with thinking algorithmically.
Learn
Write Better React Code Without Conditional Rendering Operators
This awesome tutorial shows how to render React conditional much more easily without messing up the code.
Build a NoSQL Database From Scratch in 1000 Lines of Code
Amit Davids shares his knowledge in this blog post that consists of seven chapters, describing all the steps in building a NoSQL database from scratch in 1000 lines of code.
How to Write Maintainable JavaScript Code in 2023 — Web or Node.js
This in-depth article is best suited for JS developers (web or Node.js). It thoroughly tackles the tips on writing more maintainable JavaScript code in 2023.
Tools & Code
My Top 10 Development Tools
Being a developer for over ten years, Sergi Alfonso have used a wide variety of tools. In his great post, he listed the tools that improve his productivity.
10 Must-Have VSCode Extensions for Web Development
This article looks at 10 powerful Visual Studio Code extensions that significantly improve the web development experience. Example usage and installation links are provided for every one of them.
Watch
VS Code Timeline Restores Lost Work That Git Can’t
Austin Gil shows you some cool tips and features in VS Code that can help you save lost work that Git may not be able to.
Interesting Links
Want Cleaner Code? Use the Rule of Six
You don’t need to read a book to write cleaner code right now. In this interesting post, there’s one "trick" that every coder can learn to make their code less confusing.