Latest Articles
Practical insights and real-world experiences from my software engineering journey

Hypocalc - Developing mortgage calculator with llm dev tools
Lacking frontend experience, I ventured into unfamiliar territory by experimenting with AI coding tools to create a simple website.
min read

Pre-commit in Python: Isolated Environments for Linters and Formatters
By managing Git hooks and tool dependencies in ephemeral environments, Pre-commit ensures reproducible, consistent code quality enforcement in Python projects.
Jakub Kriz


Jakub Kriz
5 min read
Dependency Management in Python: pip-tools
pip-tools integrates lock files into your existing pip workflow, ensuring consistent and reproducible Python environments.
Jakub Kriz


Jakub Kriz
5 min read