rss_feed

Development

New CSS Function: light-dark()

A few days ago, I stumbled across a new function in CSS that is going to make my life a tremendous amount easier: light-dark()

April 12, 2024

My Problem with The Current State of Next.js

When I first discovered Next.js, I was excited about it, but it has become somewhat of a mess since then. These are my thoughts on it.

April 11, 2024

The Endless Quest to Replace WordPress

I have been using WordPress to run many of my websites since 2007, but feature bloat has me looking for alternatives.

April 4, 2024

Apple’s Malicious Compliance in the EU

It’s not news that the EU has passed a law that requires Apple to open up iOS to third-party app stores, but their compliance is questionable at best.

February 21, 2024

The Boring Stack

The Boring Stack encourages using familiar technologies for efficient project development, emphasizing efficiency and reliability over exploring new tech and frameworks.

February 5, 2024

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.

November 20, 2023

Using Swift to Create GUI Applications on Windows

I came across an article today that discussed efforts being made to create an open-source technology to make UI development in Swift on Windows possible.

November 9, 2023

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.

October 22, 2023

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.

October 1, 2023

Rerouting All PHP Requests to index.php

A common need for a lot of PHP applications is the ability to have the entire application run through an index.php file, but with clean URLs. This is how you can configure Apache to do so

September 12, 2023