Open Source • Community Driven

quickstart.to/

The TL;DR of everything

124 Guides
Free Forever

Explore Guides

tech 5 variants

Ansible

Agentless IT automation - configure servers, deploy apps, orchestrate workflows with YAML playbooks

tech 5 variants

Angular

Google's enterprise-grade TypeScript framework - routing, forms, HTTP, testing all built-in, strong opinions included

tech 5 variants

ArgoCD

GitOps continuous delivery for Kubernetes - sync apps from Git, auto-heal, declarative deployments

tech 5 variants

AWS

World's largest cloud platform - compute, storage, databases, AI/ML, and 200+ services powering Netflix and Airbnb

tech 5 variants

Azure

Microsoft's enterprise cloud - seamless integration with Office 365, Active Directory, and hybrid infrastructure

tech 5 variants

Astro

Content-focused web framework - zero JS by default, islands architecture, use React/Vue/Svelte together

tech 5 variants

Bun

All-in-one JavaScript toolkit - ultra-fast runtime, bundler, test runner, and package manager in one

tech 5 variants

Bootstrap

World's most popular CSS framework - responsive grid, pre-built components, and JS plugins ready to use

tech 5 variants

Apache Cassandra

Distributed NoSQL database - linear scalability, no single point of failure, handles massive data volumes

tech 5 variants

Celery

Python distributed task queue - async execution, scheduling, retries, real-time processing

tech 5 variants

Coding

A curated collection of programming language quickstart guides

tech 5 variants

ClickHouse

Column-oriented OLAP database - blazing fast analytics on billions of rows, real-time aggregations

tech 5 variants

cURL

Transfer data from command line - test APIs, download files, and debug HTTP requests

tech 5 variants

C#

Versatile .NET language - web, desktop, games with Unity, and cloud apps with async/await and LINQ

tech 5 variants

Cypress

E2E testing with time-travel debugging - real-time reloads, automatic waiting, visual test runner

tech 5 variants

Deno

Secure JavaScript/TypeScript runtime - built-in TypeScript, secure by default, modern standard library

tech 5 variants

Django

Python batteries-included web framework - ORM, admin panel, auth, and security built-in from day one

tech 5 variants

Docker

Package and run applications in isolated containers - consistent environments from dev to production

tech 5 variants

.NET

Cross-platform development platform - modern C#, high performance, enterprise-ready with excellent tooling

tech 5 variants

Drizzle ORM

TypeScript ORM with SQL-like syntax - type-safe, zero dependencies, serverless ready

tech 5 variants

DynamoDB

AWS managed NoSQL key-value database - serverless, millisecond latency, auto-scaling

tech 5 variants

Elasticsearch

Distributed search and analytics engine - full-text search, log analysis, real-time data exploration

tech 5 variants

Electron

Cross-platform desktop apps with web tech - one codebase for Windows, macOS, and Linux using JS/HTML/CSS

tech 5 variants

Express.js

Node.js minimal web framework - unopinionated, middleware-based, the industry standard for Node backends

tech 5 variants

Expo

React Native app platform - no native setup, OTA updates, rich SDK, easy deployment

tech 5 variants

FastAPI

Python modern API framework - type hints become docs and validation, async-native, as fast as Node/Go

tech 5 variants

Flask

Python micro framework - minimal core, flexible architecture, add only what you need

tech 5 variants

Google Cloud

Google's cloud infrastructure - home of Kubernetes, BigQuery, and cutting-edge AI/ML with global network

tech 5 variants

Flutter

Google UI toolkit for cross-platform apps - single codebase, hot reload, native performance

tech 5 variants

Git

Track code changes, collaborate with teams, and maintain project history with distributed version control

tech 5 variants

Gin

Go's fastest web framework - httprouter-based, near-zero allocation, perfect for high-throughput APIs

tech 5 variants

GitHub Actions

Native GitHub CI/CD - automate workflows on push, PR, schedule with YAML, free for public repos

tech 5 variants

GitLab CI

Integrated GitLab CI/CD - pipelines, runners, auto DevOps, built into GitLab platform

tech 5 variants

Go

Simple, fast, concurrent - build reliable cloud services and CLI tools with Go

tech 5 variants

Grafana

Observability dashboards - visualize metrics from Prometheus, Loki, and 50+ data sources with alerting

tech 5 variants

GraphQL

Query language for APIs - request exactly what you need, get predictable results from a single endpoint

tech 5 variants

gRPC

High-performance RPC framework - Protocol Buffers, HTTP/2, streaming, polyglot support

tech 5 variants

Helm

Kubernetes package manager - define, install, upgrade apps with reusable Charts and templating

tech 5 variants

Homebrew

macOS package manager - install CLI tools and apps with one command, manage dependencies automatically

tech 5 variants

Hono

Ultrafast web framework on Web Standards - runs on Cloudflare Workers, Deno, Bun, Node.js, and AWS Lambda

tech 5 variants

HTMX

HTML with superpowers - AJAX, CSS transitions, DOM updates via attributes, zero JavaScript needed

tech 5 variants

Hugging Face

AI/ML model platform - 100k+ pretrained models, easy fine-tuning, pipeline API

tech 5 variants

Java

Enterprise-grade, platform-independent - build scalable backend systems and Android apps with mature tooling

tech 5 variants

Jenkins

Open-source automation server - build pipelines, extensible plugins, self-hosted CI/CD for any project

tech 5 variants

Jest

JavaScript testing framework - zero config, snapshots, mocking, and code coverage out of the box

tech 5 variants

jq

Command-line JSON processor - parse, filter, transform JSON data in shell scripts and pipelines

tech 5 variants

JUnit

Java unit testing framework - annotations, assertions, test lifecycle management for enterprise apps

tech 5 variants

JWT

JSON Web Token for stateless auth - compact, self-contained, works across domains

tech 5 variants

Apache Kafka

Distributed event streaming platform - high-throughput pub/sub, durable logs, real-time data pipelines

tech 5 variants

Julia

High-performance scientific computing - Python's ease with C's speed for numerical analysis and AI

tech 5 variants

Kubernetes

Orchestrate containerized applications at scale - automate deployment, scaling, and management across clusters

tech 5 variants

Kotlin

Modern, null-safe JVM language - official Android development with concise syntax and full Java interop

tech 5 variants

LangChain

LLM application framework - chain calls, connect data sources, agents, memory management

tech 5 variants

Laravel

PHP elegant full-stack framework - Eloquent ORM, Blade templates, Artisan CLI, batteries included for web artisans

tech 5 variants

Make

Build automation with Makefiles - define tasks, track dependencies, run parallel builds

tech 5 variants

Let's Encrypt

Free SSL/TLS certificate authority - automated renewal, widely trusted, easy setup

tech 5 variants

Linux Commands

Essential Linux commands every developer should know

tech 5 variants

MongoDB

Document database with flexible schemas - store JSON-like data, scale horizontally, query with ease

tech 5 variants

Markdown

Lightweight markup language - simple syntax for docs, READMEs, notes that converts to HTML

tech 5 variants

MySQL

Popular open-source relational database - ACID transactions, replication, widely supported

tech 5 variants

NATS

Cloud-native messaging system - simple, fast, lightweight, supports pub/sub and streaming

tech 5 variants

NestJS

Node.js backend framework with TypeScript - Angular-style architecture, dependency injection, enterprise-ready patterns

tech 5 variants

Neo4j

Native graph database - relationship-first modeling, powerful traversals, Cypher query language

tech 5 variants

Next.js

React full-stack framework for production - Server Components, file-based routing, fast by default

tech 5 variants

Nginx

High-performance web server and reverse proxy - load balancing, SSL termination, and static file serving

tech 5 variants

Node.js

JavaScript runtime for server-side development - build scalable network applications with non-blocking I/O

tech 5 variants

npm

Node.js default package manager - publish, install, and manage JavaScript dependencies with largest registry

tech 5 variants

NumPy

Python scientific computing foundation - fast arrays, broadcasting, linear algebra, data science basis

tech 5 variants

OAuth 2.0

Authorization framework for delegated access - secure third-party auth without sharing passwords

tech 5 variants

OpenAI API

Access GPT, DALL-E, Whisper models - function calling, embeddings, state-of-the-art AI

tech 5 variants

Nuxt

Vue full-stack framework with auto-imports - file-based routing, universal rendering, 200+ modules ready to use

tech 2 variants

Ollama

Run LLMs locally - Llama, Mistral, and more on your machine

tech 5 variants

OpenAPI

REST API specification standard - interactive docs, code generation, API testing

tech 5 variants

Pandas

Python data manipulation library - DataFrames, I/O, cleaning, aggregation, time series

tech 5 variants

PHP

Web's most deployed language - powers WordPress and Laravel with easy hosting and mature ecosystem

tech 5 variants

Phoenix

Elixir web framework for real-time apps - LiveView delivers interactive UIs without JavaScript, fault-tolerant by design

tech 5 variants

PlanetScale

Serverless MySQL with branching - git-like workflows, zero-downtime migrations, infinite scale

tech 5 variants

Playwright

Cross-browser E2E testing - auto-wait, trace viewer, test across Chromium, Firefox, and WebKit

tech 5 variants

pnpm

Disk-efficient package manager - hard links save space, strict dependencies, fast monorepo support

tech 5 variants

PostgreSQL

Powerful open-source relational database - advanced features, extensibility, and full SQL compliance

tech 5 variants

Postman

API development platform - visual testing, collections, environments, automated testing

tech 5 variants

Prometheus

Metrics-based monitoring - pull model, PromQL queries, alerting, ideal for cloud-native and Kubernetes

tech 5 variants

Prisma

Next-gen TypeScript ORM - type-safe queries, auto-generated client, visual DB browser, migrations

tech 5 variants

Pytest

Python testing made simple - fixtures, parametrize, plugins, and detailed assertion introspection

tech 5 variants

Python

Readable syntax, vast ecosystem - from scripting to AI, web apps to data science

tech 5 variants

PyTorch

Python deep learning framework - dynamic graphs, Pythonic API, strong research community

tech 5 variants

R

Statistical computing specialist - data analysis and visualization with ggplot2 and Tidyverse ecosystem

tech 5 variants

RabbitMQ

Message broker with flexible routing - queues, exchanges, AMQP protocol for reliable async messaging

tech 5 variants

React

Build interactive UIs with components - declarative, efficient, and flexible JavaScript library for web interfaces

tech 5 variants

React Native

Build native mobile apps with React - code sharing, hot reload, native performance

tech 5 variants

Ruby on Rails

Ruby full-stack framework with convention over configuration - scaffold features in seconds, batteries included

tech 5 variants

Redis

In-memory data store for caching, sessions, and real-time analytics - blazing fast key-value operations

tech 5 variants

Ruby

Developer happiness-focused language - rapid web development with Rails and elegant, readable syntax

tech 5 variants

Sass

CSS preprocessor with superpowers - variables, nesting, mixins, and functions for maintainable stylesheets

tech 5 variants

Rust

Memory-safe systems programming - zero-cost abstractions with compile-time guarantees, no garbage collector

tech 5 variants

Scikit-learn

Python classical ML library - simple API, comprehensive algorithms, preprocessing, pipelines

tech 5 variants

Scala

Functional programming on JVM - powers Apache Spark for big data with strong types and Java interop

tech 5 variants

Spring Boot

Java enterprise framework with auto-configuration - embedded servers, zero XML, production-ready from day one

tech 5 variants

SQLAlchemy

Python SQL toolkit and ORM - flexible, powerful, raw SQL and ORM, database agnostic

tech 5 variants

SQLite

Serverless embedded SQL database - zero config, single file, perfect for mobile apps and prototypes

tech 5 variants

SSH

Secure remote server access - encrypted connections, key-based auth, tunneling for safe data transfer

tech 5 variants

Supabase

Open-source Firebase alternative - instant APIs, real-time, auth, storage on PostgreSQL

tech 5 variants

Svelte

Compile-time UI framework - no virtual DOM, surgically precise updates, smallest bundle sizes

tech 5 variants

Swift

Apple's fast, safe language - build iOS, macOS, and server apps with modern syntax and memory safety

tech 2 variants

SwiftUI

Apple declarative UI framework - cross-platform (iOS/macOS/watchOS/tvOS), live previews

tech 5 variants

Tailwind CSS

Utility-first CSS framework - design directly in HTML with atomic classes, zero context switching

tech 2 variants

Tauri

Lightweight desktop apps with web frontend and Rust - smaller than Electron, native performance

tech 2 variants

TensorFlow

Google ML framework - production-ready, TF Serving, mobile deployment, large ecosystem

tech 5 variants

tmux

Terminal multiplexer for persistent sessions - split panes, detach/attach, essential for remote work

tech 5 variants

Terraform

Infrastructure as Code - provision cloud resources declaratively across AWS, Azure, GCP with state management

tech 2 variants

TypeORM

TypeScript/JavaScript ORM - decorator-based entities, migrations, Active Record and Data Mapper

tech 5 variants

TypeScript

JavaScript with types - catch errors at compile time, better tooling and IDE support

tech 5 variants

Vite

Lightning-fast frontend build tool - instant dev server, optimized production builds with native ESM

tech 5 variants

Vim

Modal text editor for lightning-fast editing - keyboard-only workflow available on every server

tech 5 variants

Vitest

Blazing fast unit testing powered by Vite - native ESM, TypeScript support, Jest-compatible API

tech 2 variants

VS Code

Free extensible code editor - IntelliSense, debugging, Git integration, vast extension marketplace

tech 5 variants

Vue.js

Progressive JavaScript framework - reactive by default, scales from simple widgets to complex SPAs

tech 5 variants

Webpack

Module bundler for JavaScript - code splitting, loaders, plugins for complex build pipelines

tech 5 variants

Yarn

Fast JavaScript package manager - workspaces, caching, and Plug'n'Play for efficient dependency management

tech 2 variants

WebAssembly

Binary format for near-native performance in browsers - language agnostic (Rust/C/Go), secure sandbox

tech 5 variants

YouTube.js

A JavaScript client for YouTube's private API - access videos, comments, live chats, and streaming data without API keys or quotas

tech 2 variants

Zsh

Extended Bash shell with autocompletion, plugins, and themes - boost your terminal productivity

life 5 variants

Be Rich

The ultimate shortcut to financial freedom - one simple trick that actually works

life 5 variants

Basic Cooking

Master essential cooking techniques - save money, eat healthier, and impress everyone at the dinner table

Top Contributors

Thanks to everyone who helps maintain these guides.

Top Contributors

Thanks to everyone who helps maintain these guides.

林帅斌claude[bot]
View all contributors →