Yet Another Newsletter LOL

Subscribe
Archives
June 5, 2022

Yet Another Newsletter LOL: Use the code search Luke

Another week, another newsletter. Let’s get to it!

Around the Web

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?!

Improving GitHub code search | The GitHub Blog
Improving GitHub code search | The GitHub Blog
Today, we are rolling out a technology preview for GitHub code search, the next iteration for search, discovery, and navigation on GitHub.
github.blog

If you’re looking for DX tips, consider subscribing to Shawn’s new newsletter. I discovered it this week.

DX Tips - The DevRel + DevTools Magazine
DX Tips - The DevRel + DevTools Magazine
DX Tips is a newsletter focusing on Developer Tools, Developer Relations, and all things Developer Experience curated by swyx. We welcome guest submissions and sponsors!
dx.tips
How iOS customization has evolved over time | AppleInsider
How iOS customization has evolved over time | AppleInsider
Here’s how iOS user interface customization has evolved over the years, before “fresh apps” and new experiences are rumored to appear for customizers at WWDC 2022.
appleinsider.com

This is so cool. It’s really amazing what you can do with just CSS these days.

Oh, this? 👀

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

— jhey 🔨🐻✨ (@jh3yy) June 1, 2022

Fun Stuff

It’s a promotional video for Netlify, where I work, but seriously, it’s so good and funny!

A Tale of Web Development in Two Universes | Netlify
A Tale of Web Development in Two Universes | Netlify

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

Words of Wisdom for the Week

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

Shameless plugs

My talk from the Eleventy Meetup is up on YouTube, Check it out!

Automate syndication and ownership of your content with Eleventy
Automate syndication and ownership of your content with Eleventy

Here’s the accompanying article where I when into a bit more detail for some things.

Automate syndication of your content with Eleventy, dev.to, and GitHub Actions - Just Some Dev
Automate syndication of your content with Eleventy, dev.to, and GitHub Actions - Just Some Dev
This started off as a test post for my talk I gave this past week at the Eleventy Meetup. Here’s…
www.iamdeveloper.com

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!

Building a themed chat overlay using showmy.chat with Ben Myers
Building a themed chat overlay using showmy.chat with Ben Myers

More streams are up on my YouTube channel and you can catch them live on Wednesdays at livecoding.ca.

Don't miss what's next. Subscribe to Yet Another Newsletter LOL:
GitHub X YouTube LinkedIn Instagram
Powered by Buttondown, the easiest way to start and grow your newsletter.