Build better software. Master Generative AI.
Start Now. Subscribe.
Learn software engineering and Generative AI from someone who builds it daily. No fluff, just practical knowledge you can use to level up your career.
Articles
Can Dependency Injection Make Me a Better Python Programmer?
While dependency injection is a must-have in Java and C#, its role in Python raises intriguing questions about when—and whether—to use this powerful design pattern. The author's surprising conclusion challenges common assumptions about testing and code architecture in Python.
5 Ways to Boost Your Coding Productivity with Generative AI
Discover five practical ways to leverage generative AI tools like ChatGPT to enhance your coding workflow and boost development productivity.
4 Lessons from a 30 Year Career in 5 minutes
Chuck spills the tea on 30 years of career lessons, revealing surprising truths about toxic coworkers, the myth of loyalty, and why your family should always come first.
Modifying a File Locally Without Updating the Remote Git Repository
Have you ever needed to modify a file locally without committing the changes to the remote repository?