Skip to main content
Dublin Library

The Publishing Project

Building a Reset

In a previous post (A History of CSS Resets), we discussed the evolution of CSS resets and their importance in creating a consistent starting point for web development. In this post, we'll explore how...

Understanding PGlite

I've always loved the idea of running a database directly in the browser. Until I heard about PGLite, I thought it was just a dream and that the only way to use PostgreSQL was to set up a server in...

A History of CSS Resets

Ensuring a consistent look and feel across different browsers is a big challenge for web developers. One of the earliest and most persistent tools developed to tackle this issue is the CSS reset. This...

There is a limit to laziness

One of my favorite quotes about software development comes from Larry Wall, the creator of Perl: We will encourage you to develop the three great virtues of a programmer: laziness, impatience, and...

Rethinking Your CDN Strategy for 2025

The way we've done content caching using CDNs is changing, and it's not always intuitive. As a developer, you might have relied on the idea that using a popular CDN for libraries like jQuery would...

CSS if() function

When researching CSS features that mimic SASS features I came accross the if() function. This function allows you to apply conditional logic directly in your CSS, similar to how you might use it in...

CSS Is Learning From SASS

In 2023, Chris Coyier wrote SASS features in CSS where he explores the SASS features that have been adopted in CSS. It's been a couple years so, in this post, I will explore how have the features in...

Notes On Building A Recipe Application

As a way to learn React and exercise Typescript, I started building a recipe database application using PostgreSQL as the database, Express as the API server, and Vite/React as the client. This post...

Dynamically loading the Temporal API

Temporal is a new API designed to handle dates and times in Javascript. It is designed as a replacement for the existing Date API, without taking over the Date namespace. Unfortunately, it is not...

Copying Homebrew to a new Mac

Homebrew is a powerful package manager for macOS that simplifies the installation and management of software. Migrating your Homebrew setup to a new Mac can be an easy process if you follow the right...

Archive Navigation