Discover developer tools, AI frameworks, and open-source projects.

Curated resources for modern software development.

Content is AI-assisted and may contain inaccuracies.
Developer Tools+1
Tool

witr: Trace Any Process, Port, or File Back to Its Origin

witr traces any process, port, container, or file back to what started it, and closes busy ports, using a CLI, JSON output, or a TUI on every major OS.

Go+2
Article

Appwrite CLI Rewritten in Go: 17x Faster Startup, 2 Packages

The Appwrite CLI was rewritten from TypeScript to Go, starting 17x faster, installing 2 packages instead of 330, and shrinking from 66MB to 14MB.

AI Tools+1
Tool

fx: A Tiny, Open Coding Agent Harness Written in Zig

fx is a tiny coding agent harness and CLI written in Zig, with a 6.17 MiB binary, Apache-2.0 license, model-agnostic inference, and shell-like output.

AI Engineering+1
Guide

Claude Academy: Free Courses on AI Fluency and the Claude Platform

Anthropic's free Claude Academy covers AI fluency alongside Claude.ai, Cowork, Claude Code, and the Claude Platform API, with certificates.

Database+1
Article

What is Backend as a Service (BaaS)? A Beginner's Guide

A beginner's guide to Backend as a Service: how BaaS platforms handle servers, databases, and authentication, plus pricing and popular options.

AI Tools+1
Tool

is-agentic.com: Score How Well AI Agents Can Read Your Site

is-agentic.com scores how well AI agents can discover, access, and use a site, with audits, agent visualizations, fix prompts, and a CLI.

UI Libraries+3
Resource

ThreeUI: Open-Source Catalog of Three.js Components

The open-source, login-free edition of ThreeUI with copy-ready Three.js components, templates, WebGL backgrounds, shaders, and live previews.

Git
Article

How to Fix a Leaked API Key: A Developer's Guide to Git Security

Steps to revoke, remove, and replace a leaked API key, purge it from Git history, and prevent future secret exposure.

TanStack+2
Article

Deploy a TanStack Start App to Vercel with the Nitro Plugin

A Vercel guide to deploying TanStack Start with the Nitro Vite plugin, covering Git and CLI deploys, Fluid compute, and framework detection fixes.

Go
Article

How to Handle Errors in Go

A JetBrains Go blog guide on wrapping, logging, and returning errors in Go, plus when to use panic and defer and which mistakes to avoid.