Welcome to My Blog

Thoughts, ideas, and stories

Version Control with Git

Programming

Git is an essential tool for any developer. It allows you to track changes, collaborate with others, and manage different versions of your code. We'll cover the basics: committing, branching, …

Read more →

The Art of Clean Code

Programming

Writing clean code is a skill that separates good developers from great ones. Clean code is easy to read, understand, and modify. It follows principles like DRY (Don't Repeat Yourself) …

Read more →