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

Why You Should Learn Go in 2025

Go programming language is gaining popularity among developers and employers in 2025. With high demand, strong salaries averaging $132,823 annually in the US, and use by major tech companies, learning Go offers excellent career...

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

C++ Is an Absolute Blast

C++ has made a major comeback, becoming fun and capable again after years of decline. Recent updates added modern features like auto typing, lambdas, and improved libraries. The language now offers great creative freedom without...

Making a Trello clone using htmx

A Trello-like task management app was built using htmx and minimal JavaScript, demonstrating that complex web applications can be created without heavy frameworks. The implementation includes core features like creating boards...

3 Ways to build a Rails API

Ruby on Rails offers three approaches for building APIs: creating a new API-only app, adding an API to an existing app, or converting a regular app to API-only. Each method suits different needs, allowing developers to create...

The JavaScript History API

The JavaScript History API allows developers to manipulate browser session history, enabling dynamic user experiences without full page reloads. Key features include methods like back(), forward(), go(), pushState(), and...