Posts
All the articles I've posted.
-
Microservices with DevContainer in VSCode
Explore the efficiency of DevContainer in VSCode for microservices using Docker with examples
-
A quick overview of Test Driven Development
Boost software quality with Test-Driven Development (TDD). Faster time-to-market, fewer defects, and enhanced code quality
-
Pre-commit Hooks in Python
Integrate code formatters seamlessly using Pre-commit hooks. Ensure consistent styles and catch issues early
-
Introducing code formatters: Black and YAPF
Define a defined style guide with Black and YAPF formatters for Python and forget about inconsistencies