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.

A junior Java developer challenges traditional OOP practices after experiencing industry realities. They discover Javalin, a lightweight web framework that emphasizes simplicity and explicit code over complex abstractions. The developer advocates for pragmatic programming, questioning the necessity of certain Java conventions and heavyweight frameworks in modern development.

Latest stories

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

What Is an AI Coding Agent?

AI coding agents, powered by large language models, assist developers with coding tasks. These agents perceive project information, reason, execute actions, and evaluate results. They follow a workflow of setting the scene,...

How to make emojis in PHP

Emojis, those tiny digital icons that spice up our texts and tweets, are now finding their way into PHP code. Developers have a surprising array of methods to incorporate these expressive symbols into their work. From simply...