SMRTR Programming

Programming stories

Get hand-picked daily summaries of the best, most informative programming articles from around the web. Browse recent summaries, then jump to the original source when you want the full article.

Latest stories

WebRTC for the Curious

WebRTC For The Curious is an open-source book explaining WebRTC technology, focusing on protocols and APIs without vendor bias. It's designed for developers and implementers seeking deeper understanding beyond basic tutorials,...

SMRTR Programming

Get the next batch of curated stories in your inbox.

This archive is built from SMRTR newsletter stories. Subscribe for hand-picked stories without the extra noise.

More recent stories

How to Extend the Django User Model

Django's user model can be extended using three methods: creating a profile model, extending AbstractUser, or using AbstractBaseUser for full customization, allowing the addition of custom fields like profile pictures or phone...

Postgres Is All You Need

UserJot, a user feedback platform, was built using only PostgreSQL for its entire backend infrastructure. This simplified approach eliminates the need for multiple external services, reducing complexity and potential points of...