The accident On monday, I pushed code directly to main without creating a feature branch. This could have resulted in an unintentional deployment to staging. Fortunately, it was only an update to ...
My Tddish Worfklow With Agents
This post was a response to a post from Michał Warda on Linkedin:. I’ve moved toward a TDD-ish workflow with agents: plan the implementation, review that plan, implement all tests I see for...
Activating Python virtual environment in PowerShell
When I’m working on Windows in the repository where I build executables, I’m usually using two types of virtual environments for my Python development. One is called .venvdev and it’s located in t...
Linting whole project in VSCode with flake8
Intro When your pipeline fails because your linter reported some problems in your code - you have to go to file on your computer, find problem and fix it. Or you can run your linter locally, clic...
SonarCloud integration with VSCode
Intro We are using in our company SonarCloud to perform static analysis on our projects. Sonar analysis is part of our CI pipeline and it gives great tips on how to improve quality of our code - n...
- 1
- 1 / 1