server side digest

server side digest @ssd

About: community of people who are damn serious about computer science & need in depth learnings directly into their inbox

Location:
Bangalore, India
Joined:
Nov 29, 2022

server side digest
articles - 38 total

Basics of Stack, Heap, memory management, VM & JVM

🚀 Have you ever wondered when you open up any program like VLC Player (music player) What happens?...

Learn More 0 0May 5

Writing USB driver for Linux in C

How USB got detected when we plug it in I am running Ubuntu in VM:-...

Learn More 18 2Dec 4 '24

Implementing Parallel Merge Sort: 25sec vs 1.5sec

🥵 When i was in my college days, one constant thing that I didn't get why the heck are we learning CS...

Learn More 8 2Oct 2 '24

Javascript Promises in depth with V8 engine internals

😅 Being a single threaded language most of the people think that Javascript or NodeJS is slow and not...

Learn More 153 7Sep 9 '24

How to implement a Distributed Lock using Redis

I am Dumb Well, whenever we work in our local system everything works as butter. That is...

Learn More 230 15Aug 31 '24

Multithreading: Event Loops vs Thread Pools and more...

😩 Whenever we think of running a program we always focus on running the code but we do not care about...

Learn More 108 9Dec 15 '23

Security 101 for developers: TCP/IP, SSL/TLS Certificates, AES/CBC Encryption, Password Storage, and More

🥵 When I was working on my college projects, for a simple presentation we were used to store user’s...

Learn More 15 1Nov 1 '23

Javascript Beginner to Advanced: Value Bomb in one Shot

✨ Javascript is the most popular language till date and its popularity is not gonna decrease any near...

Learn More 17 0Jul 18 '23

React Redux in one shot while building a Project

🚀 React is extremely powerful when it comes to dynamic websites because It gives us the functionality...

Learn More 71 18Jun 28 '23

ReactJS, MongoDB, JS, CSS in one shot while building an App

🤝 In today's era of AI, when it became so hard to predict that "Will Web Dev survive". People are...

Learn More 101 20Jun 23 '23

How to get Started and Ace in Software Development in the era of A.I.

🔥 In the era of AI (Generative AI) most of the people are worried about the web development....

Learn More 12 3Jun 16 '23

How to Make your first Open Source Contribution and Get Paid

✨ Open source is like an ocean where there are many gems hidden but very few people dive to find...

Learn More 62 14Jun 4 '23

Be 10x Productive using these JavaScript tips

🚀 We'll see extensions, debugging techniques, coding style, directory structure and much more to...

Learn More 16 3May 28 '23

Deploy your React, NodeJS apps using Jenkins Pipeline

🚀 As we are working on our Open Source Project named NoMise which is being built using ReactJs,...

Learn More 15 3May 24 '23

How we designed and coded our Product Service

🚀 This is our third blog in the series of Low Level Design. Today we are going to design and see the...

Learn More 5 0May 14 '23

Parking Lot System: Code

🔥 We'll start from building a Spring Boot Application. Because of some inbuilt annotations. For...

Learn More 23 2May 7 '23

Parking Lot System: Low Level Design

This is our first blog in the series of Low Level Design. We'll start from designing and coding a...

Learn More 92 9Apr 24 '23

Design Patterns: Write modular and Concise Code

In earlier Post we discussed about two patterns: Strategy and Observer Pattern. In your daily use,...

Learn More 26 1Apr 12 '23

Design Patterns: Make your code modular

Whenever we start learning to code, Either we start from solving Data structures and Algorithms...

Learn More 34 2Apr 8 '23

What's Why's and How's of Server Side Rendering using ReactJS

🚀 When we talk about SSR (Server side rendering) rendering static content and showing them to the...

Learn More 7 0Apr 3 '23

How Use Circuit Breaker in NodeJS

🚀 We did explore the Micro-services Architecture and also seen the Implementation using NodeJS. But...

Learn More 18 4Mar 21 '23

Optimizing Your Front-end Workflow with Webpack

🚀 Till now, we have talked about Backend Development topics like Scaling, Architecting, Deploying and...

Learn More 21 8Mar 9 '23

React Architectures: FLUX vs REDUX

🔥 Most of us Start our project without thinking about its structure and design. Later on we find...

Learn More 39 5Feb 28 '23

How to Deploy NodeJS APIs on AWS

🚀 Welcome guys to our another episode of Software Development tutorials. So, most of us people did...

Learn More 33 16Feb 18 '23

Build and Deploy NodeJS App On Kubernetes from Scratch

🚀 Whenever we build our applications, Initially we do not care about writing scalable or Non-SPOF...

Learn More 28 6Feb 9 '23

Complete Spring Boot: Build Enterprise Level Apps

🚀 As we know Java is a widely used language by enterprises because of its Community support, Security...

Learn More 32 9Jan 31 '23

NodeJS with Kafka: Build Async Programs with ease

📍 Sync and Async Programming 😶‍🌫️ In modern world with so many complexities in Software...

Learn More 65 18Jan 25 '23

Scale Node JS App using Cluster Module

📍 NodeJS Concurrency 🙂 When It comes to writing Backend (or API for say) we can code them...

Learn More 117 13Jan 17 '23

Implementing Microservice Architecture In Node JS

📍 Introduction 🙂 As we have discussed in our previous blog "Monolithic vs Microservices: A...

Learn More 277 59Jan 9 '23

Microservices vs Monolithic Architecture: A Practical Approach

📍 Monolithic and Its issues 🙂 When we start learning backend development and...

Learn More 161 17Jan 2 '23