Shubham Sourabh

Shubham Sourabh @vampirepapi

About: Sipping lattes, diving into Linux, conquering Leetcode, and Lifting spirits (and weights) along the way! 🚀

Location:
Pune, MH
Joined:
Jun 13, 2024

Shubham Sourabh
articles - 14 total

HLD | Network Protocols in Action: How the Internet Communicates

📌 What are Network Protocols? Network Protocols are a set of rules that define how two...

Learn More 5 1May 8

Quick Sort Algorithm: Step-by-Step Guide for Efficient Sorting

Quick Sort Quick sort is a sorting algorithm that uses divide and conquer approach. It is...

Learn More 5 0Sep 1 '24

1. Two Sum-Arrays & Hashing

Solving the Two Sum Problem: Three Approaches in Java The Two Sum problem is a classic...

Learn More 6 2Aug 7 '24

Understanding Bubble Sort: Simple Sorting Method

Bubble sort achieves sorting by continuously comparing and swapping adjacent elements. This process...

Learn More 5 0Aug 6 '24

Merge sort | Recursion

Merge sort is a sorting algorithm based on the divide-and-conquer strategy, involving the "divide"...

Learn More 9 0Aug 4 '24

Neovim, but it’s in Windows

I have had always been fan of neovim, but i have always used it in linux, but now i want to use this...

Learn More 9 2Jul 26 '24

Beginner's Guide to UML Class Diagrams

TLDR (easy peasy) - This class diagram represents a simplified model of an order...

Learn More 8 0Jul 21 '24

Ultimate Spring Boot Interview Preparation Guide

1. Why Spring Boot? Spring based applications have a lot of configuration. When we use...

Learn More 10 0Jul 17 '24

What Are SOLID Principles? Simplifying Software Architecture

Ref: SOLID: The First 5 Principles of Object Oriented Design Solid Principles of OOPS...

Learn More 3 0Jul 16 '24

SQL Joins Explained: Simple Guide for Beginners

SQL Joins A JOIN clause is used to combine rows from two or more tables, based on a...

Learn More 5 0Jul 11 '24

Spring MVC Interview Asked Questions

1. What is Model 1 architecture? Model 1 Architecture is an early design pattern for...

Learn More 9 0Jul 11 '24

Spring & Spring Boot Interview Guide

1. Loose Coupling vs Tight Coupling Tight Coupling Tight coupling refers to a situation...

Learn More 13 0Jul 11 '24

Recursion Made Easy: A Beginner's Guide

Recursion - IMP Links - Striver Recursion YT Aditya Verma - Recursion / good playlist...

Learn More 5 0Jul 10 '24

Understanding the Josephus Problem: A Comprehensive Guide

Josephus Problem Explained 🎯 There are N people standing in a circle waiting to be...

Learn More 6 0Jul 9 '24