Nickolai Tchesnokov
November 30, 2024
FastAPI + Docker Setup (Dev & Production)
Setting up a basic Docker container for a FastAPI project is relatively straightforward, with many examples already available anywhere you look. However, in reality, this simple setup is often insufficient and not ideal, requiring alot of additional customisation to suit specific use cases.
February 15, 2023
MacOS cmd key bindings in Nvim
One of the main tools I use on a daily basis is Neovim and the terminal. However, there is no out of the box method to map the Cmd key when using Neovim in the terminal.