thefellowcoder.comCode Comments as a habitWriting code is both an art and a science, but it can be a daunting task. As developers, we invest a significant amount of time crafting intricate lines of code. However, what if I told you that a simple habit of adding code comments can revolutioniz...Oct 1, 2023·5 min read
thefellowcoder.comMastering Code Documentation with JSDoc: Your Ultimate Guide 📝In the fast-paced world of software development, clear and comprehensive code documentation is like a treasure map 🗺️ that helps fellow developers navigate your codebase. In this blog post, we'll embark on an exciting journey to discover the power o...Sep 30, 2023·4 min read
thefellowcoder.com10 Best Tools and Practices for Boosting Code Quality in Node.jsAs a developer, you understand that writing clean and efficient code is essential for maintaining and scaling your Node.js applications. Code quality not only affects the performance and stability of your application but also makes it easier for your...Sep 30, 2023·3 min read
thefellowcoder.comHow do Cloud Functions work?Serverless computing is one of the fastest-growing trends of the decade. Cloud Functions is the Function-as-a-Service (FaaS) offerings from Google. Serverless minimizes DevOps complexity while maintaining high elasticity.With Cloud Functions, you onl...Mar 21, 2023·4 min read
thefellowcoder.com5 Sites Every Developer Should Follow"Kubernetes is awesome, I would love to see auto-healing in my systems” Working with new frameworks is fascinating, but it also births a few questions. “Are enterprises actually using it?” “Is it really worth the switch? my current solution works fin...Mar 20, 2023·3 min read