Programming
535 sites
https://javascript-fx.com/
JavaScript-FX offers a collection of object-oriented JavaScript and DHTML effects including animated rollovers, link faders, slide menus, and mouse trail scripts. What sets it apart is its emphasis on OO methods, allowing multiple instances of the same script on a single page and easy combination of effects.
https://benchristel.com/welcome.html
Ben Christel is a software engineer at Khan Academy whose homepage serves as a launchpad for an impressive collection of coding tools, software development writing, and web curation projects. Highlights include a 250+ page personal wiki on software topics, a book draft about software development, and original tools like mdsite and a stream-of-consciousness writing app.
https://the.lastgimbus.com/
TheLastGimbus is a developer's personal hub showcasing a variety of open-source projects, including FreeBuddy (a headphone companion app), Roll-API, and MIDI-to-Sprig. The site links out to a GitHub profile packed with interesting software experiments and serves as a lightweight landing page for a prolific coder.
https://voxpelli.com/
Pelle Wessman's personal blog covers web development topics like TypeScript, npm, and the IndieWeb movement, alongside occasional posts on Swedish public transit and startup life. The mix of technical tutorials and personal year-in-review posts makes it a snapshot of a developer's interests circa 2015-2019.
https://ciesie.com/
The personal project hub of a developer known as mronetwo, featuring a mix of embedded systems work, 3D printing experiments, and programming projects spanning Rust, Zig, Python, and STM32 microcontrollers. Highlights include a Wii Nunchuk USB HID controller, a Li-Po battery charger, capacitive keyboard builds, and deep dives into Cortex-M debug internals like SWD, JTAG, and ITM.
https://leftfold.tech/
Left Fold is a personal technical blog covering NixOS system administration, continuous delivery, and Linux topics with a hands-on, experience-driven writing style. Posts range from managing a small VPS with NixOS to occasional detours like a fried rice recipe, making it a thoughtful mix of practical programming knowledge and personal voice.
https://design215.com/toolbox/asp.php
Design215's ASP/PHP Cross Reference is a practical programmer's cheat sheet comparing syntax and functions between ASP VBScript and PHP 4.3+, covering everything from comments and variable handling to loops and output commands. Part of the broader Design215 Toolbox, this reference page also links to a free ASP Translator web app that automates conversion between the two languages directly in the browser.
https://crislzy.xyz/
CrisLzy is the personal site of a teen developer from Romania who goes by the handle CrisLzy (formerly Code2Craft) and dabbles in coding and tech projects. The site showcases a projects section and links out to HackClub affiliation, offering a glimpse into an early-stage developer's online presence.
https://alexsci.com/
Robert Alexander's personal site hosts a tech blog focused on Internet technology and security, alongside a collection of open-source hobby projects. Visitors will find tools like an RSS Blogroll Network mapper, a license approval GitHub Action, a white noise web app, and even simple games for toddlers, all with links to code repositories.
https://sakana.fr/blog/2007/03/18/scripting-twitter-with-curl
Stephane's sakana.fr blog features a practical 2007 tutorial on scripting Twitter's API using cURL from the command line, covering status updates and direct messages that the official API didn't support. The post walks through specific curl commands with clear explanations, making it a useful reference for developers who want to automate Twitter interactions via shell scripts.