Skip to content
Web Development
23/01/2021 - Permalink

Link to https://changelog.com/posts/why-do-people-complain-so-much-about-css Why do people complain so much about CSS?

"I think one of the things is that it’s actually really hard to get really good at CSS. I think HTML is funnily similar, too… It’s one of these things that everybody knows a bit of, but there’s actually not a huge number of people who invest that much time and effort into becoming real experts in it, the way that they do with JavaScript or other things."

Via @changelog

Tools
09/01/2021 - Permalink

Link to https://coding-fonts.css-tricks.com More dev fonts!

More development focussed fonts, courtesy of CCS Tricks this time.

I'm taking Fira Code for a spin an my work machine right now.

Via @SaraSoueidan

Tools
29/11/2020 - Permalink

Link to https://devfonts.gafi.dev Dev Fonts

A collections of fixed-width fonts, optimized for readability of code. I've been on JetBrains Mono for a long time, giving IBM Plex Mono a try now :)

Via @CronWeekly

Web Development
a11y
12/11/2020 - Permalink

Link to https://www.a11yproject.com/posts/2019-02-15-creating-valid-and-accessible-links/ Creating valid and accessible links

The anchor element is often cited as the main building block of the World Wide Web. It is used to create a link to other pages, to anchors within the same page, to other resources (such as a PDF) or to an email address. How can we make sure they are accessible to everyone?

Start with valid HTML, good link text and when not to use a link.

Podcast
Web Development
11/11/2020 - Permalink

Link to https://changelog.com/podcast/389 Securing the Web With Lets Encrypt - Changelog

Very interesting podcast with Josh Ash on how Let's Encrypt started and about what it takes to start a new Certificate Authority. Well worth the listen if you work on the web like me and you interact with SSL certificates and Let's Encrypt on a daily basis.

Open Source
Tools
Command Line
11/10/2020 - Permalink

Link to https://github.com/ogham/dog dog – a command-line DNS client (written in Rust)

dog is a command-line DNS client, like dig. It has colourful output, understands normal command-line argument syntax, supports the DNS-over-TLS and DNS-over-HTTPS protocols, and can emit JSON.

Looks good, and on Mac it can be install through homebrew (`brew install dog`).