/categories/software engineering

// 20 posts in this category

Respect SQLite Before Replacing It
7 min

Respect SQLite Before Replacing It

AuthOS looked like it had a SQLite problem. It really had blocking crypto, noisy writes, audit logs on the hot path, and no load-shedding discipline.

#rust #sqlite #performance +1
Git Best Practices Simplified
4 min

Git Best Practices Simplified

Git is the most important development tool. It allows you to time-travel through your code and provides excellent collaboration features. This article …

#git #version-control #best-practices +2