skip to content
Posts
2024
-
A look at my homelab setup, featuring tools like Nginx Proxy Manager, Jellyfin, and Vaultwarden, all designed for security and privacy
-
My own approach for managing theme updates with Git and Visual Studio Code for my personal blog
-
My impressions, examples, and opinion about my work with AWS Cloud Development Kit
-
I created a bot using OpenCV and Stockfish to play chess racing puzzles to beat my FIDE master friend
-
Discover the essentials of YAGNI, KISS, and DRY to write clean and maintainable code
-
A brief introduction to understanding Conventional Commits as a standardized approach to commit messages
-
A brief introduction to different ways of error handling in Python using two different coding styles such as LBYL or EAFP
-
After a year of blog life, we change the framework, it's time to say welcome to Astro
2023
-
Reflecting on a year of growth and the anticipation of new challenges and goals in the coming year
-
Effortlessly install Fedora 39 on Windows using WSL for seamless integration between Windows and Linux environments
-
Manage Python versions easily with Pyenv and virtual environments. Avoid conflicts between projects
-
Explore the efficiency of DevContainer in VSCode for microservices using Docker with examples
-
Boost software quality with Test-Driven Development (TDD). Faster time-to-market, fewer defects, and enhanced code quality
-
Integrate code formatters seamlessly using Pre-commit hooks. Ensure consistent styles and catch issues early
-
Define a defined style guide with Black and YAPF formatters for Python and forget about inconsistencies
-
Introducing a new Python linter that is surprising everyone with its speed
-
Here is my configuration for the terminal, including the source, the shell, and how to set it all up
-
I present you my personal project where I build an API for a dog shelter for a friend, choosing Flask as framework
-
Learn how to use the Pandas for working with data sets. A great tool for analyzing, cleaning, exploring, and manipulating data