-
How I use Invoke on few of my projects
July 4, 2020
to help with the repetitive tasks during coding/test/deployment cycle.
-
Using Windows Git as remote visual studio environment
June 18, 2020
with openssh and bash as my default shell.
-
One Good Reason ..
February 10, 2020
To not use catch-all exceptions.
-
Speeding up C++ Build Pipelines.
February 10, 2020
Few areas and gotchas how i've been improving the feedback time of our CI pipelines.
-
Benefits of using virtual environments
February 1, 2020
There are benefits that might not be obvious at first for using virtual environments with python. Here's some points that might convince you to use them too.