All posts
Has Javascript become more functional?2026-08-01
Recently, I was considering a thought I'd had a couple of times over the years - I felt that I had observed a shift in the way JavaScript was written, from code that stuck mostly to Object Oriented principals to code that embraced a more functional approach. But when I spoke to more experienced d...
Read more
How this site was built2026-08-01
This site is built using Astro JS, a framework optimised for primarily static sites. Articles are written in markdown, which is then rendered into static html at build time along with the other pages. Styling is tailwind, mostly using the default colour pallette. Icons are sourced from the Gravit...
Read more