Posts
What I've learned so far.
-
The intricacies of the event loop
Posted on: October 22, 2023Asynchronous code would be impossible without the event loop. But how does it work?
javascript computer-science
-
The long way of photons to get to earth
Posted on: October 20, 2023It takes 8 minutes and 20 seconds for a photon to get from the surface from the sun to earth. But to get from the center of the sun to its surface takes much longer.
science
-
How file-based routing works
Posted on: October 18, 2023Some frameworks like Next.js or Astro offer file-based routing - here's how it works
web-dev astro
-
The ease of deploying to Vercel
Posted on: October 16, 2023While I deployed this very blog, I was amazed by how easy it was to deploy an Astro project on Vercel
web-dev deployment
-
Javascript arrays are not arrays
Posted on: October 15, 2023While called arrays, array objects in Javascript are not really arrays in the typical computer science sense - let's explore
javascript computer-science rust