Explore my notes

Reinventing the Wheel

In programming, the phrase "reinventing the wheel" refers to the act of writing code to implement a function or feature that already exists in a library or framework. For example, if a programmer writes a function to sort a list of numbers when there is already a sorting function available in the standard library, they would be said to be "reinventing the wheel."
Read more

statically-generated

With Static Generation, tools like Next.js try to render that page mostly like it would in the browser but at compile time. This gives us the ability to serve the entire content on first load. The scripts still hydrate the page during this process, but ideally with fewer changes or no changes at all. https://www.freecodecamp.org/news/static-site-generation-with-nextjs/#:~:text=With%20Static%20Generation%2C%20tools%20like,or%20no%20changes%20at%20all.
Read more

you-are-here

This blog is a repository of my personal notes. I have always been a fan of publishing, as the critical intersection of culture and technology. I was a voracious reader as a child, and admire figures such as Albrecht Dürer and William Hogarth in addition to numerous authors. This site is an experiment in both structure and cadence, being a sprawling and continuously-integrated system. Entries can cross-reference each other, like Wikipedia. Some information is also referenced under tags like #
Read more