All posts
I built my own Neovim file explorer
A fun experiment about building a simple file explorer for Neovim using Lua. I wanted to see if I could create something simple and functional without relying on any external plugins.
with tags coding, neovim, lua, file explorer
My workflow
About the tools I use to code daily and how I set them up.
with tags coding, neovim, zellij, alacritty
A simple i18n t function with TypeScript
Simple guide about creating a custom i18n t function with just TypeScript and some json files.
with tags coding, typescript, i18n
Type and parse your environment variables with Zod
If you ever worked with environment variables in a TypeScript project, you probably know that it can be a bit of a pain to handle them.
with tags coding, next, typescript, zod
How this website is made
I wanted to write a few words about how this website is made and why I chose to do it this way.
with tags coding, next, typescript, tailwind, sanity