Welcome to Web Weekly #17!
Hello friends! I had a fairly unspectacular week (which is awesome!), but there was one thing that made me laugh out loud. I'm usually not into code humor but look at this beauty. π
This week's Web Weekly includes:
- the value of dotfiles
- the new
color-contrast()
CSS function - language in leadership
... and, as always, GitHub repositories, a new Tiny Helper and some music.
Ready? Steady. Go!
Is crypto destroying free CI offerings?
It was just a matter of time, but it seems that CI providers such as GitHub (with GitHub actions), Travis CI or Circle CI are increasingly facing the misuse of their platforms to mine cryptocurrency. Let's hope that the providers find a smart way to keep their free offering while banning the crypto actors.
A lifetime investment β dotfiles
Years ago, I started investing in my dotfiles. Dotfiles projects store configuration files such as .zshrc
or .gitconfig
and often also include complete machine setup scripts.
Whenever I get a new machine, a new setup takes me an hour instead of days. If you're looking for some inspiration dotfiles.github.io
lists various approaches to excellent dotfiles.
π Get inspired by other folks' dotfiles
Individual CSS transforms landed in Safari
Webkit's recent release notes (14.1) were full of new features. They include gap
support in flex layouts, date support for input elements (I can't believe it!), individual CSS transforms, and much more! It's a solid release. π
The new CSS properties translate
, rotate
and scale
make animations more straightforward. But you can't just change every transform
property to use them. I wrote about what you need to know. π
π Get ready for individual CSS transforms
The new CSS color-contrast()
function
Speaking of Safari, the recent tech preview also shipped a new CSS function β color-contrast
. It's still very early days, but one day we can write CSS that automatically changes colors depending on contrast. Chris Coyier had a look at the new CSS feature.
π Learn about color-contrast
Can we finally have page transitions?
Here's another one from Chris Coyier. I'm 100% convinced that one reason for the overuse of JavaScript frameworks today is that there's no way to visually transition from one page to another. Let's hope that we finally make some progress on the matter.
π Learn about the shared element transition proposal
The importance of language in leadership
I'm leading Contentful's DevRel team for a year now, and I still have so many things to learn. Sarah Drasner wrote an excellent advice post on how to communicate when managing a team! π―
π Read "Your team is not them"
The new WebAIM million report is out
WebAIM (web accessibility in mind) published their yearly Million report. The report shares the state of the web in terms of web accessibility. It looks like the web is doing a better job than last year (it's still super bad, though).
Why you shouldn't run at full speed
Justin Jackson shared his approach to work (and life). He's running at 80% of his abilities and time commitment. This way of living resonates with me, and I'll try to adopt it.
π Slow yourself down
CSS education in DevTools
I was looking for the display of selector specificity in Chrome's/Firefox' developer tools yesterday. To my surprise, no developer tool shows selector specificity anywhere. Do we have an opportunity to teach developers CSS fundamentals while they're building for the web? I think so!
π Advocate for more CSS education
The power of habits
Last year I read James Clear's book Atomic Habits. The book describes ways to achieve more in life due to well-defined habits. Read the following excerpt to learn more. I can't recommend it enough. π
π Improve your habits
Reader shout out π
Eva, who writes on includejs.dev, occasionally answers this newsletter to send me valuable resources. She also agreed to be included on my sign-up page. Thank you, Eva!
A new Tiny Helper
VSColors helps you to find your next VS Code color theme.
π Browse Code themes
Find more single-purpose online tools on tiny-helpers.dev
Three valuable projects to have a look at
- anishathalye/dotbot β A tool that bootstraps your dotfiles.
- Stefanye/CSSHell β A collection of common CSS mistakes, and how to fix them.
- jsxtools/cqfill β A polyfill for CSS Container Queries.
A quote to think about
Katherine Peterson shared some wisdom on technology and framework preferences, and I agree. My tech choices are usually based on things I know very well.
When someone has a strong technology preference, it's often just because it's what they learned first.
A song that makes you stop coding
This week's song is a beautiful folk track from "The head and the heart". "Lost in My Mind" brought back many memories for me. π
π Listen to "Lost in My Mind"
Thank you for reading!
And that's a wrap for the seventeenth Web Weekly! If you enjoy my newsletter, I'd love you to tell others about it. β₯οΈ
- Share it on Twitter.
- Forward it to someone who might like it.
If you're not a subscriber, you can change that! π
Stay safe, and I'll talk to you next week! π π
PS. I heard the cool kids use RSS. You can find multiple feeds on my site.
Top comments (0)