Neovim terminal fun

Configure your neovim terminal for maximum efficiency
Read more →

My dev setup

In this post I list all the programs and configurations I use for my development workflow. I favor a terminal centric approach in the tools I use as I consider it to be the most efficient way to work. Tools # Code editor: Neovim with vim-plug Shell: fish with oh-my-fish and spacefish Terminal emulator: kitty tig Optional # Command line finder: fzf Command line color scheme: Gogh Vim browser extension: Vimium Alternatives # Tmux Github-desktop Vscode i3 zsh with oh-my-zsh and spaceship theme Configuration # Here you can find the different configuration files I use for the various tools listed above.
Read more →

Implementing a Merkle tree in Python

Build a Merkle tree in Python
Read more →

Typing Python with typing

Learn how to add types to your Python code
Read more →