Programming
513 sites
https://todays.pointless.click/
Andrew Blakey's collection of interactive browser-based experiments and mini-projects spans from a Game Boy emulator and a Chip8 emulator to physics simulations like Brownian Motion and fun diversions like Googly eyes and Rubik's cube. Each dated entry is a self-contained pointless-but-delightful click, making this a charming showcase of creative coding and web tinkering.
https://funkfeuer.at/
FunkFeuer is an Austrian open, non-commercial initiative building a free, decentralized wireless mesh network across rooftops without commercial providers or central control. Operating since 2003 with over 220 active nodes in Vienna alone, it empowers volunteers to build and run their own network nodes under the Pico Peering Agreement, bridging the digital divide through community-owned infrastructure.
https://j4.lc/
Jae 'J4' Salokettu is a Finnish DevOps consultant and software engineer based in Helsinki, with deep involvement in open-source software, GitLab, BGP networking, and the Resonite VR platform. The site serves as a hub linking to their blog, code repositories, amateur radio callsign (OH2DND), and public infrastructure documentation.
https://lovirent.eu/
Lovis Rentsch's personal homepage showcasing his passion for FOSS, Rust, NixOS, and esoteric array programming languages like uiua and Haskell. The site itself is built with Rust and WebAssembly and doubles as a playground for browser experiments, featuring a project portfolio, guestbook, and a blog in both English and German.
https://sampatt.com/
Sam Patterson is a fullstack developer with a focus on decentralization, self-hosting, privacy, and local LLMs, making this a great stop for those interested in the intersection of modern software and digital autonomy. The site reflects a technically oriented personal presence built around cutting-edge topics in open and distributed computing.
https://reim.ar/
Reimar is a Danish programmer's self-hosted personal site running on a Raspberry Pi, showcasing several original software projects including a Tetris clone in Rust, a Conway's Game of Life implementation, and a browser-based popup timer. The site reflects a genuine hobbyist coding spirit, with links to GitHub and Gitea repositories and even a live server temperature readout.
https://dziban.net/
Dziban is a unique 'digital forest' personal site where notes, blog posts, and ideas are linked together as an explorable web of interconnected pages rather than a traditional blog. The creator covers topics including programming, computing history, physics, Elixir benchmarks, and even shakuhachi flute, making it a curious and intellectually eclectic space to wander through.
https://jasoncarloscox.com/
Jason Carlos Cox is a software developer and bookworm who shares mini-reviews of books he's read, personal projects like a tripod desk and a treehouse, blog posts about intentional technology use and ergonomic keyboards, and a cooking section documenting his bakes and meals. The site offers a warm, multi-faceted glimpse into the life of a tech-curious dad who balances hands-on building with a love of reading and the outdoors.
Eloquent JavaScript
NEW!
https://eloquentjavascript.net/
Eloquent JavaScript is the free online home of Marijn Haverbeke's acclaimed programming book, now in its 4th edition (2024), covering JavaScript from the fundamentals through advanced topics like asynchronous programming, Node.js, and browser APIs. Readers get access to the full text online, a code sandbox for exercises, and downloadable versions in PDF, EPUB, and MOBI formats.
https://sommarskog.se/dynamic_sql.html
Erland Sommarskog, a SQL Server MVP, presents an exhaustive technical guide to dynamic SQL covering best practices, performance considerations, SQL injection risks, and real-world use cases for both developers and DBAs. With 166 code examples and dozens of detailed sections, this article is a landmark reference for anyone working with SQL Server who wants to understand when and how to use dynamic SQL safely and effectively.