Browsing Tag
node
197 posts
Just ’cause something throws an error, doesn’t mean you need to catch it.
Good code has good error handling. Error handling involves the use of try/catch. Therefore, anytime you suspect an…
Top 10 ES6 Features that Every Developer Should know
JavaScript is one of the most widely-used programming languages in the world, and its popularity continues to grow.…
Is PostgreSQL Better Than MySQL?
One day, a group of developers engaged in a heated debate—nearly coming to blows—over whether PostgreSQL is superior…
API Rate Limiting in Node.js: Strategies and Best Practices
APIs are the backbone of modern web applications, but with great power comes great responsibility. A critical part…
What I Wish I Knew as a Junior Developer: Advice from a Senior Engineer
Starting your career as a software developer can be as exciting as it is daunting. Looking back on…
Using Multiple Versions of a Package in a Single Project: Why and How
Modern software development often calls for innovative approaches to managing dependencies, especially in large-scale JavaScript projects. One such…
Full Stack Application Hosting in AWS
Todo Application Documentation Table of Contents Introduction Architecture Overview Backend Setup Frontend Setup AWS Configuration Deployment Troubleshooting Maintenance…
How to migrate your Node.js app to Deno 2.0
Written by Yashodhan Joshi✏️ Deno is a popular JavaScript runtime, and it recently launched version 2.0 with several…
MCP Server for MySQL
Hi! I’d like to share the tool that I just worked. If you are using Anthropic’s Claude AI…
My journey as a Full-Stack Developer
Hello, everyone! I’m Behan, a Full-Stack Developer currently learning web development. I’ve been focusing on front-end technologies like…