Anmol Baranwalanmolbaranwal.hashnode.dev·Dec 19, 20247 practical ways to build Backends much faster as a developerBuilding backends can feel overwhelming with so many options out there. With the right mix of tools and approaches, you can speed up the development process and create robust apps much faster. Today, we will explore seven practical ways to build back...10 likesbackend
pallavi chauhaninnovateitworld.hashnode.dev·Dec 17, 2024The Impact of Full Stack Developers on Agile Development TeamsIn the fast-paced and continuously evolving world of technology, agile development methodologies have become the backbone of efficient and high-quality software delivery. Agile emphasizes flexibility, teamwork, and iterative progress, allowing teams ...Full Stack Developers
aman Jaiswalamanog.hashnode.dev·Dec 14, 2024Understanding WebSocket and its ImplementationWhat is Backend Communication? Backend communication is the unseen interaction between the server-side components of a web application. It involves the exchange of data and instructions between servers, databases, and other services to process user r...Backend Development
Yashraj Patilpatilsinsight.tech·Dec 12, 2024Golang Basics: Syntax and Data Types – A Beginner’s GuideLearning Golang is an exciting step in my tech journey, especially as I work toward mastering backend development. This blog aims to simplify the fundamental concepts of Golang for absolute beginners, ensuring that even those without prior programmin...PatilsInsight
Anusha Tomardifference-between-cjs-and-esm.hashnode.dev·Dec 6, 2024Cookies and Sessions: Everything You Need to Know!Imagine walking into your favorite coffee shop. Every morning, the barista knows exactly what you want - a caramel latte with extra foam. But what if they forgot who you were each time you walked in? Frustrating, right? This is exactly what happens o...10 likescookies
Surya Prakash Chakrawartisuryapraksh.hashnode.dev·Dec 4, 2024Docker Containers: Everything You Need to KnowDocker Containers: Everything You Need to Know Docker has revolutionized the way we build, share, and run applications. Containers provide a lightweight, portable, and consistent environment for your apps. In this blog, I’ll walk you through the basi...10 likesDocker
Ashutosh Sharmaashutoshsharma.hashnode.dev·Dec 3, 2024Monolithic vs. Microservices: Understanding the BasicsWhen building software applications, developers often face a key architectural decision: Monolithic or Microservices. Both approaches have their pros and cons, and understanding them can help you choose the right one for your project. Let’s break the...monolithic architecture
Abdul Rahman Moinrefresh-token-vs-access-token.hashnode.dev·Nov 29, 2024Refresh Token vs Access TokenWhat is an Access Token? An access token, typically JWT, is an encrypted thing that saves the time of the user and the server cost the website owner. But what actually is it? It is an encrypted token or string that is equal (when it got decrypted) to...refresh-token
Shivam Guptashivamgupta6418.hashnode.dev·Nov 26, 2024Understanding Middleware in Express.jsMiddleware is one of the core concepts that makes Express.js such a flexible and powerful framework for building web applications on top of Node.js. Whether you're building a simple API or a complex web application, middleware is a crucial part of th...13 likesWeb Development
Yashraj Patilpatilsinsight.tech·Nov 26, 2024Understanding the Go Project Structure: A Beginner’s Guide to Packages and ModulesGolang or Go, is well-known for its simplicity and efficiency and its project structure is no exception. Whether you're building a small tool or a large-scale backend service, understanding Go's project organization is crucial. In this guide, we’ll e...GoModules