Skip to content
TechWithSwag

Welcome to My Blog

· 1 min read

I'm Ahmad — most people know me as TechWithSwag from YouTube. This blog is where I'll write up the same kind of full-stack and DevOps topics I cover on the channel, in a format that's easier to search, skim, and link to.

What to expect

Posts here will mostly be one of two things: a written companion to a video I've already published, or a shorter dev note that wouldn't have made a good video on its own.

Here's the kind of code block a post might include:

export function greet(name: string): string {
  return `Hello, ${name}!`;
}

A few things you can expect from most posts:

  • A short summary up top
  • Real code, copied from something that actually ran
  • A link back to the matching video, when there is one

If something in a post doesn't match what I said on screen, trust the post — it's usually the more carefully edited version.

More soon.

Get new posts by email

Full-stack and DevOps notes, straight to your inbox when I publish. No spam, and you can unsubscribe any time.

Share this post