Have you ever copy pasted some code from one repo to another? Perhaps you were
building a new web service and wanted to use some utilities which were available
in the codebase of
Fast CI is one of the key elements of efficient software development. In most
cases, the test phase is the bottleneck considering CI build times. In this blog
post, I introduce pytest-split [https:
The world is full of web services which interact with each other via HTTP(S)
requests and responses. Python is one of the most loved technologies when it
comes to fetching data from
Code reviews, the last resort after automated checks, and the best mechanism for
learning for both parties: the person whose code is being reviewed and the
reviewers. This post reveals the best practices