BDBrian Daleyinbriandaley.dev·Feb 13 · 1 min readA quick shout-out to apt-smartI recently had the pleasure of performing a release upgrade on an old Ubuntu server. The upgrade kept failing due to issues with the mirrors that were listed in /etc/apt/sources.list. Rather than resolving the issue by manually editing the sources, I...00
BDBrian Daleyinbriandaley.dev·Nov 7, 2024 · 1 min readAwesome Frontend NewslettersThis is a curated list of newsletters that I use to stay up-to-date on the latest trends in web design. Web Design https://webweekly.email/ https://webtoolsweekly.com/ https://tympanus.net/codrops/collective/ https://css-weekly.com/ https://www....00
BDBrian Daleyinbriandaley.dev·Jun 17, 2020 · 4 min readE2E Testing with Nightwatch and NuxtThe Nuxt team provides some great documentation on getting started with e2e testing using Ava . But if you’re looking for a little more power, Nightwatch is worth a try. Getting Started I’m going to skip over the installation details and assume ...00