DEV Community

Dev Cookies profile picture

Dev Cookies

Passionate developer crafting code and stories for a tech-infused world. Join me on the journey of innovation and growth.

Location India Joined Joined on  github website
🚪🔐 OAuth Isn’t Your Login System — Here’s Why (and What You Should Use Instead)

🚪🔐 OAuth Isn’t Your Login System — Here’s Why (and What You Should Use Instead)

Comments
3 min read

Want to connect with Dev Cookies?

Create an account to connect with Dev Cookies. You can also sign in below to proceed if you already have an account.

Already have an account? Sign in
Axios and Fetch template for CRUD

Axios and Fetch template for CRUD

Comments
1 min read
🧠 SonarQube: What It Is, Why You Need It, and the Data It Gives About Your Code

🧠 SonarQube: What It Is, Why You Need It, and the Data It Gives About Your Code

Comments
3 min read
🚀 Designing Idempotent APIs in Spring Boot

🚀 Designing Idempotent APIs in Spring Boot

Comments
2 min read
🧼 Code Smells: What They Are, Why They Matter, and How to Fix Them

🧼 Code Smells: What They Are, Why They Matter, and How to Fix Them

Comments
3 min read
🚀 Crack Coding Interviews with These Must-Know Patterns

🚀 Crack Coding Interviews with These Must-Know Patterns

Comments
2 min read
Comprehensive Guide to Popular Design Patterns in Java🧩💻

Comprehensive Guide to Popular Design Patterns in Java🧩💻

Comments
4 min read
📝 Day Ten: Strategy Design Pattern in Java

📝 Day Ten: Strategy Design Pattern in Java

Comments
4 min read
📝 Day Nine: State Design Pattern in Java

📝 Day Nine: State Design Pattern in Java

Comments
2 min read
📝 Day Eight: Chain of Responsibility Design Pattern in Java

📝 Day Eight: Chain of Responsibility Design Pattern in Java

Comments
3 min read
📝 Day Seven: Facade Design Pattern in Java

📝 Day Seven: Facade Design Pattern in Java

Comments
2 min read
📝 Day Six: Adapter Design Pattern in Java

📝 Day Six: Adapter Design Pattern in Java

Comments
3 min read
📝 Day Five: Strategy Design Pattern in Java

📝 Day Five: Strategy Design Pattern in Java

Comments
2 min read
📝 Day Four: Decorator Design Pattern in Java

📝 Day Four: Decorator Design Pattern in Java

Comments
2 min read
📝 Day Three: Singleton Design Pattern in Java

📝 Day Three: Singleton Design Pattern in Java

Comments
2 min read
📝 Day Two: Builder Design Pattern in Java

📝 Day Two: Builder Design Pattern in Java

Comments
2 min read
📝 Day One: Factory Design Pattern in Java

📝 Day One: Factory Design Pattern in Java

Comments
2 min read
🚀 Master DSA Patterns to Ace Coding Interviews!

🚀 Master DSA Patterns to Ace Coding Interviews!

Comments
4 min read
💡 Mastering Dynamic Programming: Patterns and Techniques

💡 Mastering Dynamic Programming: Patterns and Techniques

2
Comments
5 min read
🧩 Understanding Backtracking with Java Code Examples

🧩 Understanding Backtracking with Java Code Examples

Comments
5 min read
🌐 Understanding Matrix Traversal with Java Code Examples

🌐 Understanding Matrix Traversal with Java Code Examples

Comments
5 min read
🌐 Understanding Breadth-First Search (BFS) with Java Code Examples

🌐 Understanding Breadth-First Search (BFS) with Java Code Examples

Comments
5 min read
🔍 Understanding Depth-First Search (DFS) with Java Code Examples

🔍 Understanding Depth-First Search (DFS) with Java Code Examples

Comments
5 min read
🌳 Mastering Binary Tree Traversal (with Java Code Examples)

🌳 Mastering Binary Tree Traversal (with Java Code Examples)

Comments
5 min read
🔍 Mastering the Binary Search Pattern (with Java Code Examples)

🔍 Mastering the Binary Search Pattern (with Java Code Examples)

Comments
5 min read
🔁 Mastering the Overlapping Intervals Pattern in Coding Interviews (with Java)

🔁 Mastering the Overlapping Intervals Pattern in Coding Interviews (with Java)

Comments
3 min read
🚀 Mastering the Top ‘K’ Elements Pattern – With Java Code

🚀 Mastering the Top ‘K’ Elements Pattern – With Java Code

Comments
3 min read
🔁 Linked List In-Place Reversal in Java – A Step-by-Step Guide

🔁 Linked List In-Place Reversal in Java – A Step-by-Step Guide

Comments
2 min read
🐢🐇 Fast and Slow Pointers in Java – The Ultimate Guide

🐢🐇 Fast and Slow Pointers in Java – The Ultimate Guide

Comments
3 min read
🔍 Sliding Window Technique in Java – The Ultimate Guide 🚪

🔍 Sliding Window Technique in Java – The Ultimate Guide 🚪

Comments
3 min read
🏃‍♂️🏃‍♀️ Two Pointer Technique in Java – The Ultimate Guide with Examples

🏃‍♂️🏃‍♀️ Two Pointer Technique in Java – The Ultimate Guide with Examples

Comments
2 min read
🧮 Mastering Prefix Sum in Java – The Ultimate Guide with Real Examples

🧮 Mastering Prefix Sum in Java – The Ultimate Guide with Real Examples

Comments
3 min read
🧱 Mastering the Monotonic Stack Pattern in Java – With Real-World Examples

🧱 Mastering the Monotonic Stack Pattern in Java – With Real-World Examples

Comments
3 min read
🌐 IaaS, PaaS, BaaS, FaaS, CaaS Explained: The Cloud Execution Models You Must Know in 2025 🚀

🌐 IaaS, PaaS, BaaS, FaaS, CaaS Explained: The Cloud Execution Models You Must Know in 2025 🚀

Comments
2 min read
🧠 What is the Temporal Dead Zone?

🧠 What is the Temporal Dead Zone?

Comments
1 min read
🔮 What is Hoisting?

🔮 What is Hoisting?

Comments
1 min read
🌟 What is a Promise in JavaScript?

🌟 What is a Promise in JavaScript?

Comments
1 min read
✅ Throttling is commonly used for rate limiting – both on the frontend (UI) and backend (API)

✅ Throttling is commonly used for rate limiting – both on the frontend (UI) and backend (API)

Comments
1 min read
🧠 What is Debouncing

🧠 What is Debouncing

Comments
2 min read
⚔️ Throttling vs Debouncing

⚔️ Throttling vs Debouncing

Comments
2 min read
Important Design Patterns Every Developer Should Know

Important Design Patterns Every Developer Should Know

Comments
3 min read
📘User Management REST API Documentation

📘User Management REST API Documentation

Comments
2 min read
HLD vs LLD: The Ultimate System Design Interview Preparation Guide (2025)

HLD vs LLD: The Ultimate System Design Interview Preparation Guide (2025)

5
Comments
3 min read
Mastering JavaScript: The Ultimate Interview Preparation Guide for 2025

Mastering JavaScript: The Ultimate Interview Preparation Guide for 2025

Comments
2 min read
Mastering Java: The Ultimate Interview Preparation Guide for 2025

Mastering Java: The Ultimate Interview Preparation Guide for 2025

Comments
2 min read
⚡ Mastering Axios in JavaScript — GET, POST, PUT, PATCH, DELETE (With Examples)

⚡ Mastering Axios in JavaScript — GET, POST, PUT, PATCH, DELETE (With Examples)

Comments
3 min read
🚀 Mastering the Fetch API in JavaScript — GET, POST, PUT, PATCH, DELETE (With Examples)

🚀 Mastering the Fetch API in JavaScript — GET, POST, PUT, PATCH, DELETE (With Examples)

4
Comments 1
3 min read
🚀 How to Fetch API Using Axios in JavaScript (With Code Examples)

🚀 How to Fetch API Using Axios in JavaScript (With Code Examples)

Comments
3 min read
🔐 OAuth 1.0 Explained: How the Auth Server Knows the User

🔐 OAuth 1.0 Explained: How the Auth Server Knows the User

Comments 1
3 min read
🔐 How OAuth 2.0 Authorization Flow Works (Explained for Developers)

🔐 How OAuth 2.0 Authorization Flow Works (Explained for Developers)

Comments
4 min read
🔐 Securing Your Spring Boot Application: JWT, OAuth 1.0, OAuth 2.0, and OpenID Connect Explained with Code

🔐 Securing Your Spring Boot Application: JWT, OAuth 1.0, OAuth 2.0, and OpenID Connect Explained with Code

Comments
3 min read
Load Balancer vs. Reverse Proxy vs. API Gateway: Understanding the Differences

Load Balancer vs. Reverse Proxy vs. API Gateway: Understanding the Differences

Comments
5 min read
🧩 What Is Spring Boot Actuator?

🧩 What Is Spring Boot Actuator?

Comments
3 min read
What is Hardware Upgradation?

What is Hardware Upgradation?

Comments
3 min read
Must-Know Algorithms for System Design Interviews: A Comprehensive Guide

Must-Know Algorithms for System Design Interviews: A Comprehensive Guide

Comments
11 min read
Networking Essentials for System Design Interviews 🌐

Networking Essentials for System Design Interviews 🌐

Comments
8 min read
10 Must-Read White Papers for Every Software Engineer

10 Must-Read White Papers for Every Software Engineer

Comments
4 min read
Must Know Sorting Algorithms

Must Know Sorting Algorithms

Comments
3 min read
Mastering `EXPLAIN ANALYZE` in MySQL: Optimize Your Queries Like a Pro!

Mastering `EXPLAIN ANALYZE` in MySQL: Optimize Your Queries Like a Pro!

Comments
3 min read
Solving the N+1 Query Problem in Hibernate & JPA

Solving the N+1 Query Problem in Hibernate & JPA

Comments
3 min read
loading...