Tag: DevOps
- PyTest Mocking (03 Aug 2022)
How to mock functions for better unit tests
- Python Debugging and Tracing (12 May 2022)
Easier debugging using VSCode and pdb
- Remote Development (17 Jul 2020)
How to create a better development environment with VS Code
- Securing SSH hosts (16 Jul 2020)
How to secure your SSH server
- Code Maintainability (24 Nov 2019)
How to write better more supportable code
- Code Coverage (23 Nov 2019)
Making sure your tests are effective
- Automatic testing using PyTest (22 Nov 2019)
Check your code for bugs the hardest easiest way possible