3 followers
Software Developer/Architect Mostly working with Django/Python
What is HTMX? HTMX is a powerful tool that allows developers to create highly interactive and dynamic user interfaces without the need for heavy...
In today's fast-paced technology landscape, keeping your software up to date is essential. Whether it's updating your backend applications or your...
Maximizing Code Quality with Ruff: The Fast and Comprehensive Static Code Analysis Tool for Python · Static code analysis is an essential part of...
Kafka is a distributed streaming platform that is used for building real-time data pipelines and streaming apps. It is a powerful tool that can handle...
How to setup a Django project with VSCode dev containers and docker compose · docker compose up -d is amazing right? You don't know what is does? In...
Improve your code quality by using simple scripts · Updated 08/02/2024: Updated example dependencies, use Ruff instead of flake8 and pylint Pre-commit is...