Simple Neovim config
Learn the basics of Neovim configuration in lua
2024-09-12 | 13 min readLearn how to install Neovim plugins just using git clone
2024-07-27 | 3 min readEnable IDE-like features in Neovim without installing any additional plugins
2023-12-25 | 17 min readAlternatives we can use in vim instead of multiple cursors
2023-01-15 | 11 min readTurn Neovim into a fancy editor with these plugins
2022-09-03 | 18 min readThe one where we learn how to customize Neovim and add plugins
2022-07-04 | 19 min readLet's learn what does it take to use neovim's LSP client in project
2022-06-09 | 3 min readLet's configure Neovim's builtin LSP client with nvim-lspconfig and nvim-cmp
2022-05-23 | 9 min readLet's take advantage of all that data in our command history
2021-10-26 | 4 min readMeet the envsubst command
2021-10-20 | 3 min readValidating a form 'functional style'
2021-10-03 | 5 min readSpeed up vim's startup times with this one weird 'trick'
2021-08-22 | 4 min readYour first steps into a lua configuration
2021-08-01 | 16 min readThe quickfix list and its use cases
2021-06-13 | 18 min readImproving the deno cli with a little bit of magic
2021-04-18 | 5 min readExploring vim's builtin easy mode
2021-04-10 | 5 min readDigging a little bit into the world of transducers (in javascript)
2020-12-27 | 15 min readReducers are good for many things, let's find out what those things are
2020-11-22 | 7 min readExploring some cool use cases for vim abbreviations
2020-11-03 | 9 min readTrying to explain monads without loosing our minds
2020-09-02 | 7 min readlet's use javascript to learn some applicatives for a greater good
2020-08-11 | 10 min readLet's use tagged unions to explore the Fantasy Land specification
2020-06-12 | 19 min readLet's identify the best use case for reduce and maybe learn something else in the way
2020-04-21 | 10 min readTable of content for the series: Functional programming for your everyday javascript
2020-04-03 | 4 min readAnswering the question what do we gain by using pure function?
2020-04-02 | 3 min readAn introduction to common patterns used in functional programming
2020-03-30 | 13 min readSolving the mystery of why sometimes the callback goes first
2020-03-10 | 6 min readLet's see what makes map so special
2020-02-16 | 8 min readA few ideas of how to use pure functions in the real world
2020-01-05 | 8 min readLet's build a mostly adequate lenses implementation
2019-11-27 | 7 min readLet's see if finite state machines are useful
2019-11-07 | 6 min readWe'll see how an implementation of the Maybe Type can influence how we write code
2019-10-28 | 9 min readMaking an observable from scratch (for educational purposes only)
2018-08-12 | 9 min read