Hi there. I'm Jaime Abbariao
I try to write about code.
-
Importing Router objects from other directories in Axum
Nov 11, 2023 • 1 min read
Using a Django-like app structure for Axum projects
-
How I register routers in Express
Jul 27, 2023 • 2 min read
It might be a minor optimization, but I think it's worth talking about
-
Implementing a Trie in TypeScript
Jul 25, 2023 • 4 min read
Let's build a naive version of a pretty useful data structure
-
Django ORM - `select_related`
Jul 18, 2023 • 1 min read
Let's talk about how `select_related` can help improve your query performance
-
Is your object an array?
Jun 5, 2023 • 1 min read
Let's talk about some ways to determine this
-
Debounce in JavaScript
Jun 2, 2023 • 3 min read
The Fizz Buzz of frontend interview questions
-
Implementing Promise.all()
May 25, 2023 • 3 min read
Learning more about promises
-
Writing efficient reduce functions in JavaScript
May 20, 2023 • 1 min read
A simple best practice to pick up
-
Setting up ESLint, Prettier, and Husky
May 17, 2023 • 2 min read
DX at its finest