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 [...]
a collection of dev rss feeds - blogroll
Posts
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 [...]
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 [...]
In the ever-evolving landscape of web development, creating an accessible and visually consistent user experience is paramount. This is where CSS syst [...]
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, [...]
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 [...]
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 [...]
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 [...]
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 [...]
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 [...]
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 [...]