BLOG
Welcome to my blog where I post about my projects, or anything that catches my interest.
May 3, 2023
—
Artificial Intelligence
Machine Learning
Deep Learning
LLM
Transformers
Transformers Explained — Why They Changed Deep Learning Forever
The architecture that made machines better at language, vision, and pretty much everything else.
Nov 2, 2022
—
Web
Security
CORS
A Quick Guide to Cross-Origin Resource Sharing.
Jan 5, 2020
—
JavaScript
Performance
Web
Building a Better `setInterval`
It's time to take a second look at how you schedule recurring tasks in JavaScript.
Dec 28, 2019
—
JavaScript
Performance
Web
Engineering
Debounce and Throttle
Exploring JavaScript's Frequent Event Handlers.