Curated river of news

Reader

Latest posts from blogs I follow

2877 entries
58 pages

236: Git Tips for Testing - Adam Johnson(opens in new tab)

In this episode, host Brian Okken and guest Adam Johnson explore essential Git features, highlighted by Adam's updated book, "Boost Your Git DX." Key topics include "cherry picking" for selective commits"git stash" for managing in-progress work"git diff", and specifically its ...

Why I ban users from my repositories(opens in new tab)

I’ve been maintaining various Open Source projects for more than a decade now. In that time I have had countless interactions with users reporting issues and submitting pull requests. The vast majority of these interactions are positive, polite, and constructive. ...

235: pytest-django - Adam Johnson(opens in new tab)

In this episode, special guest Adam Johnson joins the show and examines pytest-django, a popular plugin among Django developers. He highlights its advantages over the built-in unittest framework, including improved test management and debugging. Adam addresses transition challenges, evolving fixture ...