Hi! I'm Miguel
👋 I write mostly about tech, programming and books
Featured
Canceling requests in Javascript
Posted on:December 20, 2023 at 07:00 AMLearn how the AbortController API simplifies handling stale requests, releases resources, and improves overall code efficiency. Explore examples in JavaScript, Axios, and React Query.
How to write a neovim plugin in lua
Posted on:December 6, 2023 at 07:00 AMCreate a Neovim plugin using lua: Explore Lua scripting, autocommands, and the essentials of plugin architecture
Configuring Neovim with Fennel
Posted on:November 8, 2023 at 07:00 AMLearn how to configure Neovim with a lisp-like language like Fennel
Recent Posts
Canceling requests in Javascript
Posted on:December 20, 2023 at 07:00 AMLearn how the AbortController API simplifies handling stale requests, releases resources, and improves overall code efficiency. Explore examples in JavaScript, Axios, and React Query.
How to write a neovim plugin in lua
Posted on:December 6, 2023 at 07:00 AMCreate a Neovim plugin using lua: Explore Lua scripting, autocommands, and the essentials of plugin architecture
Using org capture to create new org files
Posted on:November 15, 2023 at 07:00 AMUse org mode capture to create new files with templates
Configuring Neovim with Fennel
Posted on:November 8, 2023 at 07:00 AMLearn how to configure Neovim with a lisp-like language like Fennel