© 2023 Hashnode
#full-stack-development
What is Backend Engineering? Imagine you are now hungry and want to eat food so you open your mobile to call your friend to go out to eat but then a open a Food ordering app. When you open the app and type the food you want to order you wil…
In my previous blog post, I focused on the front-end development aspect of a modern blog, specifically using the Total.js framework. The front-end code provided in the post showcases the usage of Tota…
Full-stack developers are highly skilled professionals who possess a wide range of abilities and knowledge in both front-end and back-end development. They excel in working across the entire technolog…
Introduction With the rapid advancement in web development, there are many frameworks that have emerged to cater to the wide requirements of a web developer. Among various frameworks, .NET is considered to be one of the most popular framewo…
Introduction In the realm of software creation, the backend often seems like a daunting entity. It’s the hidden powerhouse of every app, taking care of all the behind-the-scenes action. In this guide,…
If you want to process multiple PDF files and extract only the first page from each of them, you can modify the code to iterate over the files. First Do you check you have aws-sdk if not then instal…
My name is Hemant Kumar Singh and I use SHER as my pseudo-name on the internet mainly because I feel my name is too long and SHER is easier to remember. I am a recent Computer Science Grad, Batch of '…
In today's rapidly evolving digital landscape, the demand for skilled web developers continues to soar. Among these professionals, full-stack developers stand out as versatile and highly sought-after …
Recently I did this cause sometimes the large file upload takes too much time. Will show you how to utilize Multer, @aws-sdk version 3, and express.js to upload files to AWS S3 in a more streamlined…
Temporal Dead Zone Previously it was not introduced in javascript it came along with let and const. So lets's learn about Temporal Dead Zone With Examples. let and const are hoisted 😀 console.log(add…