Sarthak Duggal
Full Stack Developer crafting high-impact products with keen attention to detail.
About
Full Stack Software Engineer with a passion for creating innovative solutions. Experienced in building scalable and efficient web applications using a diverse tech stack including Python, JavaScript, React, and Node.js. Skilled in optimizing backend processes, enhancing user experiences, and delivering impactful results. Eager to contribute expertise to dynamic projects and collaborate with like-minded professionals.
Work Experience
Tifin FintechBangalore, India
Full Stack Developer
Education
Guru Gobind Singh Indraprastha University
Skills
Blogs/Publications
How to Implement Logging with Pino-logger
It covers the fundamentals of logging in Node.js applications, focusing on using Pino-logger. The article walks through setting up a project, installing Pino, creating a logger service, configuring logs, and storing logs in a file. It's aimed at developers with some Node.js experience and provides practical steps for implementing efficient logging in their applications.
Build a custom sticky navbar with CSS
It guides readers on creating a responsive, sticky navigation bar using HTML, SCSS, and minimal JavaScript. It covers various aspects such as styling for different screen sizes, incorporating a hamburger menu for mobile views, and differences between sticky and fixed navbar positions. The post includes detailed code snippets and explanations, making it a practical resource for web developers looking to enhance their site navigation
How Node.js works behind the scenes?
An article giving you insights into How Node.js works behind the scenes in a very simple manner.
Uploading files using Multer in a Node.js application
In this article, we will see how to use Multer to handle multipart/form-data using Node.js, Express and MongoDB.
Uploading Files using Formidable in a Node.js Application
In this article, we will see how to use Formidable to handle multipart/form-data using Node.js, Express, and MongoDB.
How does CSS works behind the scenes?
In this article we will explore what happens behind the scenes with CSS (Cascading Style Sheets). We will go over what parsing is within HTML.