env.dev

Developer Cheatsheets

Quick-reference guides for everyday developer workflows.

CLI Tools

Nginx Cheat Sheet — Server Blocks, Proxy & SSL

Quick reference for Nginx: service management, server blocks, reverse proxy, load balancing, SSL/TLS, location matching, logging, and performance tuning.

tmux Cheat Sheet — Sessions, Windows, Panes & Copy Mode

Quick reference for tmux: sessions, windows, panes, copy mode, resizing, synchronize panes, configuration, and keybindings.

Bash Scripting Cheat Sheet

Quick reference for Bash scripting: variables, parameter expansion, conditionals, loops, functions, arrays, redirection, error handling, and strict mode.

curl Cheat Sheet — HTTP Requests & API Testing

Quick reference for curl: GET/POST requests, headers, cookies, authentication, file uploads and downloads, debugging, TLS, proxies, and scripting patterns.

jq Cheat Sheet — Filter & Transform JSON

Quick reference for jq: basic filters, pipes, selectors, string operations, array and object manipulation, reduce, path expressions, output formatting, and passing variables.

SSH Cheat Sheet

Quick reference for SSH: connecting, key generation, agent, port forwarding, jump hosts, SCP, SFTP, config file, and permissions.

Python Cheat Sheet — Quick Reference

Python quick reference: data types, string methods, list/dict comprehensions, f-strings, file I/O, and common standard library modules.

JavaScript Cheat Sheet — ES6+ Quick Reference

JavaScript ES6+ quick reference: destructuring, spread operator, arrow functions, array methods, promises, async/await, and modules.

TypeScript Cheat Sheet — Types & Generics Quick Reference

TypeScript quick reference: basic types, interfaces, generics, utility types, type guards, enums, and type assertions.

Go (Golang) Cheat Sheet — Quick Reference

Go quick reference: types, structs, interfaces, goroutines, channels, error handling, slices, maps, and defer/panic/recover.

Rust Cheat Sheet — Ownership & Types Quick Reference

Rust quick reference: ownership, borrowing, lifetimes, traits, enums, pattern matching, Result/Option, and common macros.

Linux Commands Cheat Sheet — Quick Reference

Linux commands quick reference: file management, process control, networking, permissions, systemd, and disk usage.

DevOps & Infrastructure

Data Formats & Patterns

Version Control

Databases

Networking & Scheduling

Editors