rssed

a collection of dev rss feeds - blogroll

Add a new feed


Hashrocket

Posts

Navigating Efficiently with CDPATH 🔗

The CDPATH shell variable is a powerful tool for navigating directories efficiently in your terminal. It defines a search path for the cd command, all [...]

Enhancing Web Accessibility with HTML's Forced-Color Mode 🔗

Web accessibility is not just a trend; it's a necessity. With diverse user needs, ensuring that everyone has equitable access to digital content is cr [...]

Embracing Accessibility and Consistency with CSS System Colors 🔗

In the ever-evolving landscape of web development, creating an accessible and visually consistent user experience is paramount. This is where CSS syst [...]

Basics of Shadow DOM 🔗

Table of Contents What is the Shadow DOM? 4 Main Parts How it is created Style Isolation JS Isolation Conclusion If you work in the world of web, [...]

The Impact of the Exclamation Point in TypeScript 🔗

In TypeScript, a language built on top of JavaScript to add static typing, the exclamation point ! is not just a symbol of excitement or emphasis as i [...]

An alternative for tricky Node.js installations 🔗

Ever had a super difficult time getting a Node version to install? Especially on an Apple Silicon-powered device? I use asdf with the node plugin and [...]

Querying for JSON Arrays in Postgres 🔗

A few months ago I wrote a blog post that talks about Dealing with nested JSON objects in PostgreSQL. In there I talk about using the Stabby, Waffle C [...]

Range#include? vs. Range#cover? 🔗

Today we are going to be comparing Ruby’s Range#include? and Range#cover? methods. For starters, what is the difference between the two? They both see [...]

Rails Ain't Just for Trains: Why Ruby on Rails is the Real Deal for Your Next Startup 🔗

Ayo, what's crackin' my fellow entrepreneurs? It's the Doggfather himself, Snoop Dogg, here to put you onto something real dope. I'm talkin' 'bout Rub [...]

Dealing with nested JSON objects in PostgreSQL 🔗

Over the past few weeks I've been having to deal with nested JSON columns in Postgres. It was turning into me just throwing queries at it until someth [...]