© 2023 Hashnode
#backend
Hi, I'm Subham Maity, a software engineer. I also enjoy teaching others how to code through my tutorials. I'm always eager to learn new things and share my knowledge with the community. ⚡ I recently wrote an article on What is Node.js and …
Client-side scripting is a powerful way to add dynamic behavior to web pages. It involves writing JavaScript code that runs in a user’s web browser to modify the content and behavior of a web page. In…
JavaScript is a high-level, interpreted programming language that is widely used for creating dynamic and interactive web pages. It is one of the three core technologies of the World Wide Web, along w…
This is a follow-up article to Part 1, which guided Paystack payment gateway integration. It is going to be a very short and straightforward guide. We are going to be using Postman to test our endpoin…
Are you interested in backend development? Then Node.js is by far one of the most efficient technologies that you can build your backend architecture with. Node.js is a powerful and popular server-sid…
Introduction Django and Laravel are both popular web frameworks used for developing web applications. While both of these frameworks have their strengths and weaknesses, they are both great choices fo…
Recently I wrote about the request/response model in backend communication, but this model is not suitable for every type of request. Imagine you want to upload a 50GB video to youtube, this process i…
Hello folks 👋 From the past one week, I have been learning about NodeJS and so I thought - "How about sharing my learnings with folks here?"👨💻 And Here I am.... In this blog, Let's take a brief lo…
To-do list applications are essential tools that improve our productivity and help us keep track of important tasks. In this tutorial, we will go through the steps involved in building a to-do list ap…
API Versioning is a critical aspect of API development that must be properly implemented when building maintainable and reliable APIs. As you begin to add new features and changes to your API, older v…