Blog
How Typescript Checks Your Types
Understanding the difference between nominal and structural typing
Why I Stopped Using Auto-imports
Why the disadvantages of using auto-imports in projects outweigh the advantages
Computed and On-Demand Evaluation
Reacting only when necessary
Vue and Batched Effects
Understanding when your effects take effect in Vue.js
Validating Sequences with TypeScript
Exploring TypeScript capabilities
Loading button without changing the size
A strategy to show a loading icon on a button without modifying its size
Route-aware composables
How to create composables that adapt to the route using Vue 3 and Vue Router
Learning Go
Learning another language for backend and terminal applications
Sum of unique numbers
Filtering and summing unique numbers using filter, set and reduce
Returning the highest value in an Array
Four distinct approaches to the same interview question: "Write a function that returns the highest value among the elements in an Array"