Curated river of news

Reader

Latest posts from blogs I follow

2972 entries
60 pages

237: FastAPI Cloud - Sebastián Ramírez(opens in new tab)

In this episode, Brian interviews Sebastián Ramírez, creator of FastAPI, about its rapid rise in developer popularity and the launch of FastAPI Cloud. Sebastian explains how FastAPI Cloud addresses deployment challenges small teams face. He shares his transition from open-source ...

Rustdesk Server on Ubuntu 22.04(opens in new tab)

As usual, I’m self-documenting a project while I work on it. Rustdesk is an open source remote control utility that caught my eye about a year ago; it’s cross platform and allows you to self-host your own “relay server” so ...

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. ...