Ravin Rau

Ravin Rau @juniourrau

About: Curiosity makes exploring more interesting. A JavaScript avid with so many questions about life.

Location:
Kuala Lumpur, Malaysia
Joined:
May 8, 2021

Ravin Rau
articles - 15 total

🌐 HTTP Status Codes: A Comprehensive Guide to API Responses

"Is this just a 200 OK? No, maybe a 202 Accepted… or wait, is it actually a 201 Created? Or should it...

Learn More 47 10Feb 1

🛥️ Docker Architecture: The Docker Engine

Docker’s power lies in its architecture that works behind the scenes to make containerization feel...

Learn More 48 2Jan 24

Github Challenge: Arise - Mindful Morning Planner

This is a submission for the GitHub Copilot Challenge : New Beginnings What I Built I...

Learn More 20 5Jan 19

🛥️ Introduction to Docker: Core Concepts

Docker is like a magic toolbox for developers. It lets them build, ship, and manage their apps in...

Learn More 234 16Jan 13

My 2025 Roadmap As An Entrepreneur

This is a submission for the 2025 New Year Writing challenge: Compiling 2025. This year is shaping...

Learn More 65 6Jan 10

🎖️ The Dark Side Of Being An Engineering Manager

This is a submission for the 2025 New Year Writing challenge: Retro’ing and Debugging 2024. 2024 was...

Learn More 63 9Jan 3

✨ 10 Books For Every Software Engineer in 2025

Throughout my seven years in tech, from being a frontend engineer to an engineering manager, I have...

Learn More 107 23Dec 30 '24

🚀 Accelerate Your Career Path and Professional Development

This article is a bit different from the technical topics I usually write about. Since it is the...

Learn More 90 21Dec 26 '24

🎄CSS Art: December Challange - Christmas In Malaysia ✨

This is a submission for Frontend Challenge - December Edition, CSS Art: December. ...

Learn More 63 16Dec 22 '24

6 Types of Git Branching Strategy for DevOps

Summary In modern software development, Trunk-Based Development and GitHub Flow are often...

Learn More 59 1Dec 20 '24

Clean Code Essentials: YAGNI, KISS, DRY

In the world of software engineering, where clean code and efficient design patterns reign supreme,...

Learn More 82 23Dec 17 '24

🦸 Supercharge your debugging skills with the console.trace

Summary 🔍 What's your debugging superpower? Mine was discovering console.trace() - it...

Learn More 122 22Dec 13 '24

8 Type of Load Balancing

If you're diving into the world of web infrastructure, you've probably heard about load balancing....

Learn More 246 41Dec 10 '24

Types vs Interfaces

I am trying a new a way of writing with this article. Do comment if you feel it is interesting and it...

Learn More 19 3Dec 8 '24

Callbacks, Promise, Async Await

As a single-threaded language, JavaScript has always relied on asynchronous programming to handle...

Learn More 12 0Nov 28 '24