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 guide on deploying a Node.js/Express application to Amazon Web Services (AWS) EC2 is presented. Key steps include setting up an AWS account, creating an EC2 instance, connecting to it via console, installing Node.js and npm, cloning the application code, and configuring security groups. The tutorial also covers using Caddy as a reverse proxy to route traffic from port 3000 to port 80. By following these steps,...

Latest stories

Bare: Run JavaScript Everywhere

Bare, a minimal JavaScript runtime from Holepunch, enhances cross-platform development for desktop and mobile by providing modularity, universal compatibility, and efficiency for peer-to-peer applications, while integrating with...

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

Don't Bother with Vibe Coding

Vibe coding, popular among novice developers, can hinder startups by accumulating tech debt and impeding progress, as it often results in inadequate documentation, testing, and infrastructure management when used without a solid...

Introducing the Supabase UI Library

Supabase has released an official UI Library with ready-to-use components built on shadcn/ui. The library includes components for password-based authentication, file uploads, realtime cursor sharing, user avatars, and chat...