Another week, another newsletter. Let’s get to it!
My co-worker mentioned GitHub Code Search to me so I signed up for the beta. Pretty amazing so far. ✨ How did I miss this? It came out in 2021?!
If you’re looking for DX tips, consider subscribing to Shawn’s new newsletter. I discovered it this week.
This is so cool. It’s really amazing what you can do with just CSS these days.
Oh, this? 👀
— jhey 🔨🐻✨ (@jh3yy) June 1, 2022
Jus’ a pure CSS image zoom using CSS primitives 🔥
– :has()
– object-view-box
– Houdini @ property
Code 👇
img {
object-view-box: inset(var(–top) …);
}
:root:has(#car:checked) {
–top: 61%;
…
}
Amazing 🥲
👉 https://t.co/AVH0aRYiDN via @CodePen pic.twitter.com/FBXknsIohH
It’s a promotional video for Netlify, where I work, but seriously, it’s so good and funny!
|
I went to a meme birthday party yesterday and can’t get over how good this was 😂 pic.twitter.com/1EaWkudsR1
— Dr Yewande Dental 🦷 (@Wands__) June 3, 2022
Love my CodeNewbie fam dropping this gem
You are worthy of every single thing you want. Go out there and get it 💜
— CodeNewbie (@CodeNewbies) June 3, 2022
My talk from the Eleventy Meetup is up on YouTube, Check it out!
|
Here’s the accompanying article where I when into a bit more detail for some things.
Ben Myers joined me on the stream this week to talk about their wonderful project showmy.chat. We did some live coding where I started to incorporate showmy.chat into my stream, we talked about web dev, streaming tips, all the things! Thanks for hanging Ben!
|
More streams are up on my YouTube channel and you can catch them live on Wednesdays at livecoding.ca.