PODCAST · education
The Developer Show – Practical Coding, One Episode at a Time
by Shakil Alam
The Developer Show is a podcast for developers who want practical, real-world coding knowledge.Each episode is based on my blog posts, where I break down complex topics like Laravel, APIs, frontend development, and software architecture into simple, easy-to-understand conversations.If you’re a beginner or working developer who prefers learning by listening, this show is for you.
-
6
Ep #06 - Git for Designers: The Simple Workflow That Saves Your Projects
Most designers think Git is only for developers, but the truth is it can make a designer’s life much easier.In this episode, we break down Git in the simplest way possible without technical jargon or complicated commands. You’ll learn what Git actually does, how GitHub fits into the picture, and the simple workflow designers can use to collaborate safely on projects.We talk through the six-step Git workflow: pulling the latest changes, creating a branch, making edits, staging files, committing your work, and pushing it to GitHub with a pull request. Once you understand this flow, Git stops feeling like a developer tool and starts feeling like a safety net for your work.If you’ve ever felt intimidated by Git or avoided it completely, this episode will clear up the confusion and show you how designers can use Git confidently without a coding background.
-
5
Ep #05 - Recover Lost Commits, Reset Mistakes & Understand Git Internals - Git Reflog Deep Dive
In this detailed episode, we break down Git Reflog — the most underrated Git command for disaster recovery.If you've ever:Lost commits after a hard resetDeleted a branch accidentallyThought your work was gone foreverThis episode explains how Git Reflog works behind the scenes and how it helps you recover lost or unreachable commits safely.We cover:• What Git Reflog actually tracks• How it differs from git log• Step-by-step recovery examples• Why commits seem to “disappear”• How long reflog keeps your history• When recovery is still possible — and when it’s notPerfect for developers and designers working with Git who want confidence when things go wrong.
-
4
Ep #04 - Stop Betting Production on Mercy Approvals
Why “LGTM” Culture Quietly Destroys Engineering TeamsMost bugs don’t sneak into production.They’re approved into production.When Pull Requests become “scroll, skim, LGTM,” your team isn’t reviewing code — it’s transferring risk to production and hoping nothing breaks.In this episode, we break down:Why large PRs create false confidenceThe hidden danger of “mercy approvals”How senior engineers review differentlyThe 15-minute rule for sustainable code reviewsHow to build a PR culture that reduces bugs instead of accelerating themThis isn’t about Git commands.It’s about accountability, technical maturity, and protecting production from avoidable mistakes.Because clean commits don’t save teams.Strong review culture does.
-
3
Ep #03 – Stop Guessing. Start Debugging: Git as a Forensic Investigation Tool
Most developers use Git to push code.Senior developers use Git to hunt bugs.In this episode of The Developer Show, we turn Git into a forensic debugging engine — not just a version control system.Instead of randomly reading files and hoping for answers, you’ll learn how to ask four powerful debugging questions:✅ What changed?✅ Who touched it?✅ Why was it changed?✅ When did it break?We break down practical commands you can use immediately:git diff to compare snapshotsgit blame -w to trace line ownership without whitespace noisegit log --patch to read code evolution like a storygit bisect to find the first bad commit using binary searchgit bisect run for automated root cause detectionIf you’ve ever said “It worked yesterday…” — this episode is for you.Debugging isn’t about staring at code longer.It’s about interrogating history smarter.Git already knows the answer.Stop debugging by guessing.Start debugging with Git.In this episode, we explore how to use git diff, git blame, git log --patch, and git bisect to find the first bad commit fast — often in 6–8 steps instead of 100.Learn how professionals trace production bugs, understand legacy code, and debug with facts instead of assumptions.Add at the bottom:📖 Read the full article: https://blog.shakiltech.com/git-debugging-like-a-pro/🎧 Follow The Developer Show for practical Git deep divesComing next: A full breakdown of git reflog — your disaster recovery safety net.
-
2
EP #02 - Commit Like a Pro: Mastering Conventional Commits for Real-World Projects
Ever opened a Git log and wondered what “final fix” or “update done” actually means?You’re not alone—and this episode fixes that problem for good.In this episode, we break down Conventional Commits, a simple but powerful standard that helps developers write clear, consistent, and automation-friendly commit messages.Whether you’re a solo developer, part of a startup, or working in a large team, this practice can dramatically improve collaboration, debugging, and release management.What Conventional Commits are (in plain English)Why vague commit messages slow teams downThe core commit types:feat – new featuresfix – bug fixesdocs – documentation updateschore – maintenance & non-functional workHow to structure a clean commit messageWhen to use chore vs fixHow commit messages power:Automated versioning (Semantic Versioning)Auto-generated changelogsJira & issue tracking integrationsReal-world commit message examplesConventional Commits are more than formatting—they’re a shared language between developers and automation tools.With the right commit structure, you unlock:Cleaner Git historyEasier debuggingFaster onboarding for new developersAutomated releases and changelogsProfessional-grade workflows used by top engineering teamsCommitlintHuskySemantic ReleaseJiraBeginners learning Git properlyDevelopers tired of messy commit logsTeams scaling their workflowsAnyone who wants production-ready Git habitsIf you remember just one thing from this episode:Every commit is documentation. Make it count.Start using Conventional Commits today—and watch your workflow level up.🔍 What You’ll Learn in This Episode🧠 Why This Matters🛠 Tools Mentioned📌 Who This Episode Is For🚀 Takeaway
-
1
Ep #01 – Practical Git & GitHub Setup for Real-World Projects
Most Git & GitHub tutorials look perfect on paper—but break down in real projects.In this episode of The Developer Show, I break down a practical, production-ready Git & GitHub setup that works for both solo developers and small teams—without unnecessary GitFlow complexity.We cover:A clean branching strategy (main, develop, feature, bugfix, hotfix)Simple but powerful commit message conventionsMinimal, useful GitHub labelsIssue & pull request templates that improve communicationBranch protection rules for real production safetyGitHub Actions for automated testing and quality checksThis framework is designed to balance speed with stability, keeping your Git history clean while allowing teams to move fast.If you want a Git & GitHub workflow that disappears into the background and lets you focus on building—this episode is for you.
We're indexing this podcast's transcripts for the first time — this can take a minute or two. We'll show results as soon as they're ready.
No matches for "" in this podcast's transcripts.
No topics indexed yet for this podcast.
Loading reviews...
ABOUT THIS SHOW
The Developer Show is a podcast for developers who want practical, real-world coding knowledge.Each episode is based on my blog posts, where I break down complex topics like Laravel, APIs, frontend development, and software architecture into simple, easy-to-understand conversations.If you’re a beginner or working developer who prefers learning by listening, this show is for you.
HOSTED BY
Shakil Alam
Loading similar podcasts...