egghead.io

@egghead.io

what are you going to learn today? https://egghead.io byte-sized screencasts for web developers that don't like long boring videos

It's usually a short video showing a specific example, utilizing different LLMs for different tasks, but also just general stuff like he's very often using voice input (which is totally under appreciated still) Here's the full list of his posts: egghead.io/q/resources-...

Learn web development from John Lindquist on egghead

expert led courses for front-end web developers and teams that want to level up through straightforward and concise lessons on the most useful tools available.

egghead.io

For Commit Your Code 2025, we are going to be adding a track. We just got the confirmation from the venue. We will be adding a C# .Net track 👀 So now - Java - JavaScript - Cloud And now, C# .Net! Going to need to update the CFP page soon!

If you're pulling data from an external API you know that TypeScript has no idea what's really coming in. Zod is TypeScript's missing runtime piece. With it you can bring type safety into the runtime world. Check out @ducin.dev's latest course to get started 👇 egghead.io/courses/effe...

Effective Runtime Type Checks with Zod

This course is aimed for using zod effectively in projects based on TypeScript (both browser and node.js). The benefits you gain with this course is not...

egghead.io

Tailor GitHub jobs for unique environments or scenarios 👇 egghead.io/use-git-hub-...

Use GitHub Actions Matrix Include for Complex Job Configurations

expert led courses for front-end web developers and teams that want to level up through straightforward and concise lessons on the most useful tools available.

egghead.io

John Lindquist@johnlindquist.com · 2y ago

#TIL GitHub Actions has a matrix "include" syntax which allows you group together variables. I used to do some wonky runner name parsing subsequent steps, but this cleans up everything.