#beginners
Web Development
Filtering JavaScript Arrays Without Losing the Thread
How JavaScript array filtering works, when to use filter, how it differs from map, and how to keep conditions readable with examples.
Web DevelopmentSorting Arrays in JavaScript: A Careful Mental Model
How JavaScript array sorting works, why compare functions matter, and how to avoid string-order surprises and mutation bugs.
Vibe CodingVibe Coding 101: A Practical Beginner Workflow
A beginner-friendly vibe coding workflow: pick a small task, give context, inspect the diff, run checks, and keep ownership.
Web DevelopmentWhat Is JavaScript? A Practical Beginner Map
JavaScript explained for beginners: language basics, runtime environments, objects, arrays, functions, async work, and web apps.