MeshWorld MeshWorld.
Back to Tags
Topic View

#Backend.

11 posts filed under this topic.

jq Cheat Sheet: Filter, Transform, and Query JSON from the Terminal
Cheatsheet 5 min read

jq Cheat Sheet: Filter, Transform, and Query JSON from the Terminal

Complete jq reference — basic filters, pipes, array/object operations, conditionals, string interpolation, select, map, reduce, and real DevOps workflows.

Cobie
Cobie
TypeScript Generics: Real-World Patterns You Actually Need
TypeScript 5 min read

TypeScript Generics: Real-World Patterns You Actually Need

Master TypeScript generics — constraints, conditional types, mapped types, utility types, and advanced patterns for production code. Practical examples for every pattern.

Scarlett
Scarlett
Python Async/Await: The Complete Guide for Developers
Python 5 min read

Python Async/Await: The Complete Guide for Developers

Master Python asyncio — async/await syntax, event loops, concurrent execution, real-world patterns, and performance optimization. From basics to production-ready code.

Rachel
Rachel
How to Use Environment Variables in Docker
Docker 5 min read

How to Use Environment Variables in Docker

Manage environment variables in Docker containers and Compose files — inline values, .env files, runtime injection, secrets, and production patterns.

Cobie
Cobie
PostgreSQL JSONB: Query Patterns & Performance Optimization
PostgreSQL 5 min read

PostgreSQL JSONB: Query Patterns & Performance Optimization

Master PostgreSQL JSONB — operators, indexing, querying nested data, aggregation, and performance tuning. Real-world patterns for modern applications.

Rachel
Rachel
Docker Compose Cheat Sheet: Services, Volumes, Networks & Production Patterns
Cheatsheet 5 min read

Docker Compose Cheat Sheet: Services, Volumes, Networks & Production Patterns

Complete Docker Compose reference — service definitions, volumes, networks, environment variables, health checks, overrides, and production-ready compose file templates.

Cobie
Cobie
Nginx Cheat Sheet: Config, Routing, SSL & Performance
Cheatsheet 5 min read

Nginx Cheat Sheet: Config, Routing, SSL & Performance

Complete Nginx reference — server blocks, location matching, proxy_pass, SSL/TLS, gzip, rate limiting, headers, redirects, and a production-ready config template.

Jena
Jena
SQL Cheat Sheet: Queries, Joins, Aggregates & More
Cheatsheet 5 min read

SQL Cheat Sheet: Queries, Joins, Aggregates & More

Complete SQL reference — SELECT syntax, JOINs, GROUP BY, subqueries, window functions, CTEs, transactions, constraints, data types, and common patterns for any relational database.

Vishnu
Vishnu
How to Run PostgreSQL Locally with Docker
HowTo 5 min read

How to Run PostgreSQL Locally with Docker

Run a full PostgreSQL database locally in under 2 minutes using Docker — with persistent volumes, docker-compose setup, GUI client access, and dump/restore commands.

Vishnu
Vishnu
How to Debug a Slow SQL Query in PostgreSQL
HowTo 5 min read

How to Debug a Slow SQL Query in PostgreSQL

Step-by-step: find slow queries with pg_stat_statements, read EXPLAIN ANALYZE output, identify missing indexes, fix N+1 queries, and diagnose lock contention.

Vishnu
Vishnu
PostgreSQL Cheat Sheet: SQL, Indexes, EXPLAIN & psql
Cheatsheet 5 min read

PostgreSQL Cheat Sheet: SQL, Indexes, EXPLAIN & psql

Complete PostgreSQL reference — psql commands, CRUD queries, joins, indexes, EXPLAIN ANALYZE, CTEs, window functions, JSONB operators, and admin queries.

Vishnu
Vishnu