Adding Bluesky Activity to an Eleventy Blog đź”—
I’ve been noticing so many folks adding Bluesky likes and comments to their personal blogs, after tacking on webmentions a while back I thought it’d b [...]
a collection of dev rss feeds - blogroll
Posts
I’ve been noticing so many folks adding Bluesky likes and comments to their personal blogs, after tacking on webmentions a while back I thought it’d b [...]
Saying goodbye to a client is always tough, but as a freelance consultant, it feels profoundly different from my agency days. Back then, wrapping up a [...]
I recently had a use case where CMS provided headlines needed to reasonably fit into a well defined space within a hero section. The hope was to fill [...]
Hat tip to all the other digital accessibility focused folks out there, fighting the good fight to advocate, educate, and drive accessibility forward. [...]
I keep hearing great things about Astro, and just so happened to have a personal project that I needed to move off of Nuxt 2 as its end of life date i [...]
As a freelance web dev consultant, I’ve been having a whole lot of introductory conversations. They generally fit in one of a few categories: potentia [...]
I’ve recently been jumping into learning more about Astro, using a personal project that needs to be replatformed as an excuse to give it a try. The f [...]
I received some great feedback from a recent social media post (on LinkedIn and Mastodon) about my sometimes unhealthy obsession with my todo list, I’ [...]
Preamble I’ve been working on this recap in bits and pieces since the State of the Browser conference in September. Now that it’s already mid-October [...]
It’s been a while since I made some business cards, but I really wanted something to leave with folks I meet at conferences and meetups that would be [...]
I mentioned in the last post that I was considering only taking this through week 8. I’ve confirmed that desire, opting instead to focus on content th [...]
I shared the Eleventy Style Guide Generator (source is on GitHub, here’s the demo site it generates, and an intro video from the September Eleventy me [...]
TL;DR This is another part in a series of posts about WordPress content being pulled into Eleventy, including: Composable Architecture Powered by Word [...]
TL;DR I created an Eleventy style guide generator, features include: Automatically itemized JSON-formatted design tokens like colors, fonts, and fluid [...]
Wow, five weeks already? I missed one so this is a roundup of the last two weeks. Here’s week 1, week 2, and week 3 if you’re interested. Let’s dive i [...]
Keeping the weekly check in train rolling! Here’s week 1 and week 2 in case you’re looking to catch up. What Happened Last Week I got a response back [...]
This is a follow up post from The Ideal Client and Project – Freelance Introspection, continuing my introspective journey as I iterate on my various o [...]
I’m following the same format I did in last weeks check in, it’s the simplest way to jot things down quickly and seemed to be well received as “easily [...]
I’ve realized there’s a surprising amount of introspection required when you decide to go freelance. One is to figure out “the ideal” client and proje [...]
It’s been a week since I shared I’m focusing on full time freelance web dev, which was about a week after being let go from my previous full time posi [...]
TL;DR I’m terrible at burying the lede (as it’s the title of this post) so I’m starting with the TL;DR. I’m venturing out on my own offering freelance [...]
If you’ve been following the news lately, it’s been a rather tough time in technology this year. Not a week goes by without news of several major comp [...]
I’m trying to be more intentional about reading through the backlog of cool projects, articles, and newsletters I collect throughout the day. Be it fr [...]
Sometimes you’ve gotta make time to build something fun, today I whipped up a Plaid Swatch Generator! Background I built up my personal branding cente [...]
Do you ever find yourself constantly on the go, always trying to be productive? I’ve struggled with this for most of my adult life, spending evenings [...]
How’s that for a title? Basically, this is all about how I personally categorize newsletters, how that categorization has influenced how they’re organ [...]
I recently had the opportunity to rethink how some CDN customizations were happening within an Amazon AWS managed project. Previously, we had used a c [...]
Yet another case of trying to find an answer to a very particular problem, coming up empty, solving it myself, and posting about it for future generat [...]
I’ve finally spent some time setting up Webmentions and adding some Microformats formatting to this site! These technologies have been around for quit [...]
This is a follow up post to Pulling WordPress Content into Eleventy, I’ve also written about how to make use of WordPress post categories and tags too [...]
I recently had the opportunity to redo the header section of an inherited codebase. Everything was going great, my version was nearly 30% less code, m [...]
In Eleventy, there’s a lot of helpful built in methods to manage content sorting by date. But if you wanted to manage your static (or API-driven?) dat [...]
I’ve been given the immense privilege of leading projects and teams of various sizes over the years, and an equally immense amount of grace as I inevi [...]
It could be the nostalgic reflection that seems to come on at the end of the calendar year but I’m giving this some thought to see if it affects my go [...]
This is a follow up on my previous post Composable Architecture Powered by WordPress, focused specifically on how to pull content from WordPress via t [...]
I’ve come across the following SSH server key error a handful of times while working within my local environments and every time I’ve had to look up w [...]
I recently started seeing a recurring exception pop up on one of my sites related to resizing and caching of images, after a bit of digging I realized [...]
It’s inevitable that – as a developer – I continue to change my mind and feel the urge to tinker again and again. Like a pendulum swinging back and fo [...]
Happy to say I recently checked off a pretty large goal off my list by achieving my CPACC certification! I sat for the exam in early February 2022 and [...]
I love getting feedback from folks using the Be Inclusive app, my favorite feedback by far is actionable suggestions to make the app better. One such [...]
The problem I recently came across an interesting issue where several prerequisites led to my turning to the object-fit CSS property to achieve the de [...]
I wrote an earlier post called “Improving Your Emotional Intelligence,” which introduced the topic of soft skills and practical advice on how to incor [...]
Today we celebrate Global Accessibility Awareness Day with an exploration into how building empathy is fundamental to improving our approach to web ac [...]
Anyone that’s been in earshot of me has likely heard my ramblings about style guides, and a big part of that lately has been establishing a vertical r [...]
Who doesn’t want to make a difference in other people’s lives while also maintaining productivity? Proven soft skill techniques can make this seemingl [...]
If there’s one item that doesn’t change from project to project, it’s timelines and budgets. So how do we manage the growing complexity of development [...]
In this article, we’re going to trace the path we took to accomplish a unique, cohesive design system for multiple sites within a single Content Manag [...]
While working on a responsive refresh of the Upshot website I came across some buggy behavior when mixing an off-canvas menu with a fixed position ele [...]
As a web developer the potential for career stagnation – feeling stuck, idle, and lacking progression – is higher than average. With technology consta [...]
I had a friend ask me earlier this week if I knew of any resources that could point him in the right direction on how to create a PHP page of tabular [...]
Pad, Reduce, Chunk I lumped these three functions together because I doubt I could count on one hand the number of times I’ve used any of them. Though [...]
I find that I go through productivity phases, generally the two I am most cognizant of are what I can loosely refer to as recharge and release. When r [...]
Web developers are tasked with remembering several different programming languages in order to effectively get the job done. HTML, CSS, & Javascript a [...]
I’ve been working with PHP for several years, dare I say a decade at this point, and I’m still surprised at functions I’ve never or rarely used. In an [...]
Just came across a new issue I hadn’t dealt with before, apparently once a file (in my case a very large error_log file) reaches 2GB or 2,147,483,647 [...]
For the longest time, I’ve been unconsciously transposing URI and URL (with the occasional sprinkling of “web address”) in conversations and correspon [...]
With a mixture of a few techniques added to the .htaccess or httpd.conf files, you can reduce the pageload and the bandwith usage of your website fair [...]
I recently had the opportunity to delve deeper into MySQL and how to optimize and generally better my database structure and queries. There’s a lot of [...]