Archives
-
Learning Neovim > 1: Normal Mode Navigation
1 min · 248 wordsNormal mode is where you spend most of your time in Neovim. Mastering these navigation commands is the single biggest productivity unlock.
-
Learning Neovim > 2: Editing Operators
1 min · 269 wordsNeovim's editing model is built on operators + motions. An operator performs an action (delete, change, yank…), and a motion tells it how far to reach.
-
Learning Neovim > 3: Insert & Visual Modes
1 min · 299 wordsNeovim is a modal editor — every mode has a distinct purpose. This article covers the three modes you'll use alongside Normal mode: Insert, Visual, and Command.
-
Learning Neovim > 4: Search & Replace
2 min · 302 wordsNeovim's search and replace capabilities are powerful once you know the commands. This article covers basic search, incremental search settings, and running external commands.
-
DDD (Domain-Driven Design) Basics
7 min · 1,430 wordsDomain-Driven Design (DDD) is an approach to software development that tackles complexity by focusing on the domain, the problem space or business area the software is built to support. Introduced by