← All Blogs

🎬 Introducing Ravgeek: Dev Concepts in 60 Seconds

19 July, 2025
~105 reads

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 prompt engineering”:

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.

📮 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
The Complete List of OAuth 2 Grants
Authorization is necessary to protect resources from malicious use. When the Internet Engineering...
Final Report for Google Summer of Code 2019
Project Rework the GTK Website. Description The ultimate goal of my project...
Creating Golang CRON Jobs
Scheduled tasks allow you to run specific code at a specified interval of time and are primarily used...