← All Blogs

🎬 Introducing Ravgeek: Dev Concepts in 60 Seconds

9 July, 2025

After years of writing code, debugging endlessly, and explaining APIs to teammates over coffee, I’ve finally taken the plunge into something new — bite-sized developer explainers on YouTube.

📺 My new channel is called Ravgeek (“t” dropped from my name)— and it's built around a simple idea:

Make technical concepts simple, fun, and fast.

Whether it’s understanding what a REST API is, how Git works, or when to use GraphQL, each video is designed to explain core ideas in under 60 seconds — in a way that’s accessible to beginners and still fun for experienced devs.

Here’s a video in which I explain - “What is OAuth”:

You’ll see:

  • ⚡️ Rapid, to-the-point explanations

  • 🎙️ Conversational storytelling (think devs talking over chai)

  • 🎨 Animations, avatars, and a touch of humor

This has been a passion project for me — combining my love for coding, storytelling, and design — and I’m excited to finally share it with the world.

👉 Check out the channel: youtube.com/@ravgeek
💬 And if you like what you see, hit that subscribe button and let me know what topic you'd like me to cover next.

Let’s learn, laugh, and geek out together.

🚀 Come Join my Newsletter

I share tips on how to get started with freelancing, remote jobs, developer-related stuff, startup ecosystem, and lots of insider secrets with my subscribers.

Subscribe →
🧠 More Interesting Reads
How to Setup and Customize Tailwind in Nuxt.js
Learn how to stylize your Nuxt.js application with the help of the famous CSS library - Tailwind.
How to Test Your NGINX Configuration Before Screwing it Up
Learn to test the Nginx configuration before reloading the server.
Frontend Monitoring: A Complete Guide
Frontend monitoring is a group of techniques for measuring application layer performance, accessibility, uptime, and error tracking and can also be used in web analytics. In other words, these methods monitor a software application’s frontend, the la...