Blog
This is a place where I write my thoughts and mostly opinions about technology, programming and software development.
Neovim Plugin Review - mini.completion
Review of the minimalistic plugin for auto complete code that just works.
Getting started with TDD is easier than you thought, but only if you know what you're doing
Let's talk about how to begin with TDD.
Rules of Thumb on Front-End Development with React
An incomplete set of rules that I follow when I'm doing software engineering stuff related with front-end development with React.
Releasing Features using Feature Flags
Tips for releasing software and testing in production safely with feature flags.
Thoughts on Zellij
As a Tmux user for years, maybe Zellij could become one of my daily tools... in the future.
Components must compose
Composition is one of the best techniques that we can implement using React declative APIs. There is no reason to create God components.