Posts
-
Learning Neovim > 3: Insert & Visual Modes
1 min · 296 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.
-
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