Programming
535 sites
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.
https://versun.me/
Versun is a Chinese-language tech blog covering AI tools, large language models, and software development, with frequent posts on deploying and integrating platforms like OpenClaw, GPT, and Mac native apps. The creator shares hands-on tutorials, personal projects, and evaluations of cutting-edge AI and developer tooling with a practical, builder-focused perspective.
https://tilde.town/~troido
Troido's tilde.town home is a showcase of terminal-based multiplayer game projects, including AsciiFarm (a multiplayer ASCII RPG), a Tron clone, and an ASCII art collaborative town called Cadastre. The page logs development updates over the years and links to source code on GitHub, making it a fascinating peek into creative command-line game development.
https://jvt.me/blogroll
Jamie Tanna's blogroll is a curated list of blogs and feeds followed by a software engineer, spanning web development, APIs, and tech writing. With over 100 entries linking to developers, API specialists, and tech bloggers across Twitter, Mastodon, and personal sites, it serves as a well-connected index into the technical blogging community.
https://dxcccii.neocities.org/
Konpyujiru is a personal neocities site by dxcccii that collects resources from their computer science degree alongside creative personal content like games pages, spicy food reviews, and the charming pixel-room project 'Teeny Towers.' The site has grown steadily since 2020 with a cozy old-web aesthetic, custom cursors, 88x31 buttons, and a curated links section full of interesting corners of the internet.
https://silverskylabs.github.io/yakhak
Yakhak is a security research paper by Sanford Moskowitz at SilverSky Labs exposing a vulnerability in the Yik Yak anonymous social media iOS app that allowed full account takeover over a shared WiFi network. The site includes a detailed vulnerability analysis, proof-of-concept toolkit download, and step-by-step exploitation walkthrough using tools like Wireshark, sslsplit, and cycript.
https://krzysckh.org/
The personal homepage of krzysckh, a prolific programmer who has built an impressive array of open-source software projects including Lisp compilers, a chess engine, a lambda-calculus reducer, a UXN emulator, and a web framework. The site blends a software portfolio with a personal blog, reading list, coffee opinions, and a curated set of links to interesting corners of the web.
https://butterwick.tech/
Butterwick.tech is the personal homepage of a developer who builds software projects like frishy.net, a fish data logger with community features, and experiments with tools like the Zola static site generator. The site blends tech project updates with occasional lifestyle posts such as a guide to growing corn in cold climates, making it a window into a technically minded hobbyist's work and interests.
https://ring.purduehackers.com/
A webring connecting members and alumni of the Purdue Hackers club, a student hacking and maker community at Purdue University. Notably, the ring software itself was written in Rust, reflecting the technical spirit of its members.
https://keleshev.com/compiling-to-assembly-from-scratch
Vladimir Keleshev's book 'Compiling to Assembly from Scratch' walks readers through building a real compiler from source code all the way down to ARM 32-bit assembly, using a TypeScript subset as the implementation language. Covering topics from parsing and abstract syntax trees to type checking, garbage collection, and heap allocation, it is available both as a free online read and a 207-page hardcover print edition.