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

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

Should Managers Still Code?

Engineering managers should be deeply involved in code-related activities without necessarily writing production code themselves. They should understand the codebase, review designs, debug issues, and pair program with reports....

Python’s Automation Magic

Python offers powerful automation capabilities for various tasks, streamlining processes and reducing human error. Key areas for automation include file handling, data entry, email sending, web scraping, and report generation....

Are Your Apps Truly Nomadic?

Edge computing is revolutionizing data processing by enabling real-time, localized operations for AI-enabled systems and connected devices. This shift demands "nomadic apps" that can seamlessly operate across clouds, edge...

A guide to the CSS cursor property

Custom cursors can enhance website interactivity, with CSS enabling simple changes and JavaScript allowing advanced animations, but they should be used carefully to avoid hindering usability, considering accessibility,...

New Series on Rails Controllers

Controllers in Rails manage resource-related requests, interfacing between models and views by receiving requests, interacting with models, and rendering views, with each action method corresponding to an HTTP endpoint for...