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

owi: Cross-language Bugfinder

Owi, an OCaml-based WebAssembly toolchain, offers features for bug finding, interpreting, optimizing, and formatting Wasm code, supporting multiple languages and providing an OCaml library for Wasm module integration, though some...

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

A guide to image overlays in CSS

CSS image overlays add visual layers to content, using pseudo-elements, wrappers, and linear gradients to create effects like hover animations, improved text readability, and dynamic product previews, enhancing design and...

JavaScript Fatigue Strikes Back

JavaScript frameworks have advanced significantly, with React, serverless technology, and TypeScript integration leading the way. The unification of client and server-side rendering has improved performance and code sharing....

A 10x Faster TypeScript

Microsoft is developing a native port of the TypeScript compiler and tools to drastically improve performance. The new implementation aims to reduce build times by 10x, cut memory usage in half, and enable faster editor startup...

A Quick Journey Into the Linux Kernel

Linux kernel development involves unique challenges like limited stack space, complex concurrency, and specialized memory management. Key aspects include process scheduling using the Completely Fair Scheduler, system calls as...