The Curated Reads And Tools Library For Development And Design.
Discover 99+ Handpicked Tools And Guides Across 12+ Categories. Always Free To Browse.
Newsletter: Short Updates On New Picks-No Spam.
0+
Categories
0+
Resources Listed
0
Articles
Featured Resources
View All ResourcesAmazon Web Services
Broad cloud platform for compute, storage, data, and ML. The deepest service catalog suits teams that want fine-grained building blocks, multi-region footprints, and specialized data and ML products.
Anthropic
AI company focused on safe and reliable model behavior, known for Claude models and API tooling used in production assistants and workflows. Long-context models and tool-use patterns suit document-heavy workflows and agentic orchestration.
Astro
Content-focused web framework with islands architecture and minimal JS by default. Markdown and content collections shine for marketing and docs sites that still need interactive islands without shipping heavy client bundles everywhere.
Biome
Rust-powered formatter and linter for JavaScript, TypeScript, and JSON that delivers fast feedback and unified code quality defaults. One toolchain replaces separate Prettier and ESLint setups for teams optimizing CI minutes.
Bun
All-in-one JavaScript runtime, bundler, test runner, and package manager. Native speed and a growing compatibility layer attract teams evaluating faster local dev loops and lighter tooling than Node for greenfield services.
Clerk
Drop-in authentication, user management, and billing for React and Next.js. Hosted UIs and organizations features accelerate B2B SaaS launches where teams need SSO and roles without building auth from scratch.
Cloudflare Workers
Edge serverless runtime on Cloudflare's global network for low-latency APIs, background jobs, and globally distributed application logic. V8 isolates, Durable Objects, and KV/R2 bindings suit latency-sensitive routing and personalization at the edge.
Docker
Container platform for packaging and shipping applications. Images layer dependencies reproducibly, and Compose simplifies local multi-service setups before Kubernetes takes over in production.
Drizzle ORM
TypeScript ORM that stays close to SQL with lightweight runtime and great DX. SQL-like query builders and first-class Postgres features appeal to teams that want ORM ergonomics without hiding the database.
Explore By Category
Latest Articles
View All ArticlesFrontend - 8 min read
Next.js App Router In 2026: Server Components, Caching, And Route Boundaries
How the App Router separates server and client work, what the caching docs actually say, and where teams trip on data fetching.
Read ArticleDevOps - 7 min read
Docker Images And Containers: Layers, Immutability, And The OCI Spec
What an image actually is, how layers stack, and why containers are processes with namespaces, not lightweight VMs.
Read ArticleCloud - 9 min read
Kubernetes Workloads: Pods, Deployments, Services, And Declarative State
The core objects most teams touch first, grounded in upstream Kubernetes documentation.
Read Article