coldwa.st
All guidesProgrammingWebDataToolsDatabasesHaskellConceptsCabal & buildsToolchainCompilerPerformanceEditor & HLS

Coldwast wrote

What Is SQL? The Language of Databases, Explained (2026)

Jun 14, 2026 in Programming, Data, Databases — SQL is the standard language for storing, querying and changing data in relational databases. Core commands (SELECT, INSERT, UPDATE, DELETE), how a query works, SQL vs NoSQL, and why it is still essential in 2026.

Read more…
📅 7 min read↬ Updated 2026

Coldwast wrote

What Is Git? Version Control Explained for Beginners (2026)

Jun 14, 2026 in Programming, Tools, Workflow — Git is a distributed version-control system that tracks every change to your code so you can branch, merge, collaborate and undo. Core concepts (commit, branch, merge, remote), the daily workflow, and how it differs from GitHub.

Read more…
📅 7 min read↬ Updated 2026

Coldwast wrote

What Is an Algorithm? A Clear Introduction (2026)

Jun 14, 2026 in Programming, Concepts — An algorithm is a finite, step-by-step procedure that turns input into output. Its key properties, everyday and code examples, why efficiency (Big-O) matters, and how it differs from a program.

Read more…
📅 7 min read↬ Updated 2026