Featured
Single Page Applications vs Multi-Page Applications
SPAs and MPAs are popular ways of creating web apps, but both have their pros and cons. In this article, we explore their benefits and detriments.
That’s How Old I Am
In this post, I decided it would be fun to write a list of technologies and experiences that show my age in technology.
My New PowerMac G3 Blue and White: Part 2
I bought an old PowerMac G3 Blue and White. In this article, I try to get Mac OS X 10.2 Jaguar installed on the system.
My New PowerMac G3 Blue and White: Part 1
I bought an old PowerMac G3 Blue and White. First, I performed some maintenance, then I upgraded some hardware.
Mac OS 8 as an Electron App
Macintosh.js is an open-source project that runs Mac OS 8. It emulates a 1991 Macintosh Quadra and runs the full operating system with a few applications.
The Boring Stack
The Boring Stack encourages using familiar technologies for efficient project development, emphasizing efficiency and reliability over exploring new tech and frameworks.
My Favorite Books from 2023
Last year, I compiled a list of my favorite books from 2022. Since I enjoyed it so much, I decided to put together a list of my favorite books from 2023 too.
Subscription Fatigue and Software
The growing trend of software companies shifting from one-time purchase models to subscription services is rather disturbing. Wwhile this provides a consistent revenue stream for companies, it burdens consumers with repeated costs and may result in subscription fatigue.
Why I’ve Switched from React to Angular for My Projects
For years, my go-to frontend framework was React, but now I prefer using Angular for my projects. This is why.
Journaling: Paper or Computer?
I have been an avid journaler for over ten years and I have kept my journals both on paper and on the computer. But what do I prefer?
The Problem of Having Too Many Technologies to Choose From
There are constantly new technologies coming out on the market. While this might seem like a great thing, there are some darker sides to it that no one seems to talk about.
Vue.js: Route-Level Code Splitting with a Page Loader
Vue.js makes it easy to implement router-level code splitting. Page loaders are a great way to indicate that your application is loading.