
Why so many Python projects lack dependencies management in git, and what you can do about it
February 15, 2022
/
3 -min read
Modern software is almost always dependent on external libraries. A software project rarely starts from…

How to resolve git conflicts: It’s more than just the code
April 28, 2020
/
6 -min read
git conflicts are annoying. Your code can be working seamlessly and then when you go…