Just Code
-
The void ergo split keyboard, and why it works!
Keyboard madness, there is no escape
Feb 5, 2024 - 5 min read -
Emacs org-mode syntax
Exactly what does and org document look like in html
Jan 1, 0001 - 2 min read -
Function names, right!!!
How to name a function!! I wrote a guide on how to do it.
May 10, 2023 - 4 min read -
Now I know what that host file is for
That host file
May 10, 2023 - 1 min read -
Vim learn it
vimcasts a good place to start
Oct 26, 2022 - 1 min read -
Vim search and replace with the substitute command
%s/thisword/thatword/gc
Oct 26, 2022 - 1 min read -
Emacs you daemon
How to setup emacs on linux as a daemon with systemctl
Oct 15, 2022 - 1 min read -
Git Hooks and Conventions Commits
How to enforce convention based commits. Stop cowboys from making a mess of your code-base and your git history. Using husky and git-hooks.
Sep 16, 2022 - 3 min read -
Init Declarations
Oh for the love of the code smell, the story of the cowboy coder, eslint and eslint-disable. This is the game of chess I played to stop bad code getting into the code base.
Sep 1, 2022 - 3 min read -
Making Strings
Building strings based on conditions, avoid the if-else-soup with this one simple trick
Aug 29, 2022 - 4 min read