Posts
All the articles I've posted.
Using org capture to create new org files
Posted on:November 15, 2023 at 07:00 AMUse org mode capture to create new files with templates
Configuring Neovim with Fennel
Posted on:November 8, 2023 at 07:00 AMLearn how to configure Neovim with a lisp-like language like Fennel
WebSockets 101
Posted on:July 19, 2023 at 06:00 AMEverything I learn about Websockets, a simple but detailed introduction
How to automate software installation and configuration on macOS using Homebrew and Stow
Posted on:March 15, 2023 at 09:25 AMStreamline Your Workflow: A Guide to Automating Software Installation, Configuration, and macOS Preferences on Your New Computer Using Homebrew, Stow, and AppleScript.
Debugging Javascript applications with Neovim
Posted on:February 8, 2023 at 07:00 AMHow to debug javascript applications using neovim Debug Adapter Protocol (DAP) and the nvim-dap