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 storyJan 8, 2025

Some Programming Language Ideas

A new programming language concept aims to loosen function calls, allowing for more flexible error handling and timeouts. This approach could make remote procedure calls as easy as local function calls, while also addressing common production-level needs like standardized logging and metrics.

Latest stories

HTML-over-the-wire is overrated

HTML-over-the-wire updates web pages by sending HTML instead of JSON from the server, improving performance for partial page updates. However, using this technique for full page reloads can break browser features and...

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

Stop Being Afraid of Databases

Database reliability can be improved through early implementation of observability tools. These tools integrate with developers' environments to detect errors, monitor query performance, and identify schema issues during...