Hi, I'm Brian Rogers 👋

Software Developer | Content Creator | AI Enthusiast

I create YouTube videos and write articles about software development, AI tools, DevOps practices, and building amazing things. With over 20 years of experience writing and deploying software, I love sharing knowledge and helping developers grow their skills.

brian_rogers.py
# Building the future, one line at a time
class Developer:
def __init__(self):
self.name = "Brian Rogers"
self.skills = ["Python", "DevOps", "AI"]
self.passion = "Teaching & Building"
def create_content(self):
return "Awesome tutorials!"

Latest Videos

First Steps For Software Jobs video thumbnail 12:34

First Steps For Software Jobs

January 25, 2023

People ask me frequently about how to get started with software jobs, so I made a video talking about it.

Various Software Jobs video thumbnail 15:22

Various Software Jobs

January 29, 2023

People ask me frequently about software jobs, so I made a video talking about it.

Latest Articles