Introduction to System Design
Part 1 - Using a simple TODO app to understand big concepts

Search for a command to run...
Articles tagged with #apis
Part 1 - Using a simple TODO app to understand big concepts

You might have heard the terms authentication and authorization when dealing with online accounts or security settings. Although they sound similar, they mean different things. Let’s break them down in simple language so you can easily understand the...

RESTful API Design Best Practices

Introduction: Node.js, coupled with the Express framework, is a popular choice for building robust and scalable web applications. One common scenario in web development involves passing arrays to routes for various purposes such as data retrieval, fi...

Implementing pagination in a GraphQL query using Node.js and MySQL involves breaking down the query results into smaller chunks or pages. Here's a step-by-step guide on how to achieve this: Setup Your Environment: Make sure you have Node.js and the...

Performance is one of the most crucial aspects to take into account while developing web applications. If your application is too slow, users will get impatient and might even stop using it. I will outline the measures I took to 10x the speed of an A...
