Programming
535 sites
https://rubensabatini.com/
Ruben Sabatini, a CS undergraduate from Rome, runs this personal site as a self-described 'sandbox for the mind,' sharing posts spanning programming, math, photography, visual art, and university notes. The eclectic mix of technical and creative content makes it a compelling peek into the workings of a curious student mind.
https://szymonkaliski.com/
Szymon Kaliski is an independent consultant and researcher specializing in computational interfaces, LLMs, and programmable ink, sharing quarterly newsletter updates on his technical explorations and personal projects. The site blends software development work, ambient music, independent research, and personal habit tracking into a thoughtfully documented personal presence.
https://tommyp.org/blog/tales-from-a-solo-dev
Tommy Palmer, a London-based web developer, shares hard-won lessons from his time as the sole developer at CastRooms, a DJ video streaming startup. The post covers practical advice on shipping code fast, trusting your instincts, and surviving the isolation of solo development on complex browser-based audio and video projects.
https://alexwlchan.net/
Alex Chan's personal site blends technical writing with creative and personal reflections, covering software development, digital preservation, Python, Git, and accessibility. Recent articles include a custom static site generator, webcam toy apps, and parody movie posters, making it a rich mix of code-focused tutorials and playful projects.
https://abhinavsarkar.net/
Abhinav Sarkar is a software engineer based in Bangalore, India whose site features deep technical blog posts on topics like Haskell parsers, compiler design, bytecode VMs, and developer tooling. Beyond code, the site also covers his personal interests including books, photography, and cycling, making it a rich and well-rounded personal corner of the web.
https://fincher.org/tips/Languages/csharp.shtml
A comprehensive tutorial site covering C# programming by example, walking through everything from Hello World basics to advanced topics like threads, XML/XSLT, generics, and new language features across versions 2.0 through 7.x. Part of a larger multi-language reference by fincher.org, it also covers Ruby, Java, JavaScript, Perl, PowerShell, and more, making it a handy quick-reference for developers picking up new languages.
https://ambylastname.xyz/
Allison (amby) is a programmer and musician who built this site with her own homemade static site generator, and showcases projects like Jamforth (a personal Forth implementation), staticcc, and a Forth-based text preprocessor. The site blends a quirky personal presence with a genuine focus on software development tools and open-source tinkering.
https://sr.ht/~seirdy
Seirdy's Sourcehut profile showcases a collection of open-source personal projects including dotfiles, a terminal-based dmenu replacement using FZF, MPD scripts, and bubblewrap sandboxing utilities. The projects lean heavily toward Linux power-user tooling, shell scripting, and system customization, making it a useful stop for anyone into Unix-style workflows.
https://vyaskn.tripod.com/handling_email_addresses_in_sql_server.htm
Narayana Vyas Kondreddi's technical page dives deep into SQL Server topics, with this article covering how to properly store, validate, and restrict access to email addresses in SQL Server databases using T-SQL. The site also hosts a broader library of SQL Server resources, FAQs on replication, Visual Basic code samples, and ASP references.
https://pleac.sourceforge.net/
PLEAC (Programming Language Examples Alike Cookbook) is a collaborative reference project that reimplements the classic Perl Cookbook's solutions across multiple programming languages including Python, Ruby, OCaml, Groovy, and Guile. It serves as a side-by-side comparison tool for developers wanting to see how common programming problems are solved in different languages, making it invaluable for polyglot programmers and language learners.