Articles and guides about cli — 6 posts
Build an intermediate-level CLI note-taking app in Go that adds background autosave, concurrent search, and channel-based communication. You'll master goroutines, channels, tickers, and safe file I/O while extending the note-taking project from previous tutorials.
Learn Go by building a command-line note-taking app where each note is a 'Player' and the collection is a 'Lineup'. Master structs, slices, methods, user input, and file persistence in under 200 lines of code.
Learn Go by comparing its core data structures to spreadsheet columns. Build a complete CLI inventory manager for gemstones, mastering structs, slices, methods, user input, and file I/O in under 200 lines of code.
Learn Go from scratch by building a practical command-line tool to track gemstones. You'll master structs, slices, loops, and user input while creating a real application you can run and extend.
Learn Rust fundamentals by solving a real problem: a messy downloads folder. You'll master ownership, pattern matching, file I/O, and error handling while building a city-themed file organizer that sorts files into folders automatically.
This tutorial teaches TypeScript generics through a comparison-based approach, using a command-line tool for music genre data as a running example. You'll move from basic generic functions to advanced contraints and utility types, gaining practical experience in type-safe programming.