Advertisement ยท 728 ร— 90

Posts by egghead.io

Preview
Accelerate your development with Cursor | egghead.io Join John Lindquist for an immersive workshop designed to help you conquer the frustration of getting stuck with complex AI tools.

@johnlindquist.com is giving a Cursor workshop next week teaching you patterns and techniques to maximize the value you get out of getting robots to do your bidding.

secure a spot!

egghead.io/workshop/cur...

1 year ago 6 1 1 0
Preview
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.

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-...

1 year ago 2 1 1 0
Preview
Install Docker to run local MongoDB Container Learn to install Docker Desktop, set up a MongoDB image, and manage containers. Configure ports and access the Mongo shell

egghead.io/install-dock... @egghead.io

1 year ago 3 1 0 0

write durable tests with property-based testing using @fast-check.dev

1 year ago 8 2 0 0
Preview
Render remote data in a Tanstack Table with React 19's use hook and a promise Create a custom hook using React 19โ€™s use to fetch data with a promise. Render it in a Tanstack Table by memoizing and using useReactTable.

Rendering remote data in a @tanstack.com table with React.use ๐Ÿ›ฐ๏ธ

egghead.io/render-remot...

1 year ago 2 1 0 1
Preview
AI YOLO - Sit Back and Watch Cursor Automatically Run Terminal Commands 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.

Amazing to watch what AI can do, literally mind blown ๐Ÿคฏ
AI YOLO - Sit Back and Watch Cursor Automatically Run Terminal Commands -lesson on @egghead.io egghead.io/ai-yolo-sit-...

1 year ago 1 1 0 0
screenshot of egghead.io homepage

screenshot of egghead.io homepage

#ICYMI This week on egghead.io:

- Gemini Charts
- AI YOLO
- Gemini Analysis
- Tanstack Columns
- Compare Sites
- React Automation
- Verdaccio Release
- TS Classes

1 year ago 7 1 0 0
Advertisement

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!

1 year ago 26 2 1 0
Preview
Generate Mermaid Flow Chart Diagrams with Gemini 2.0 from Rough Screen Recordings 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.

Generate Mermaid Flow Chart Diagrams with Gemini 2.0 from Rough Screen Recordings

egghead.io/generate-mer...

1 year ago 2 1 0 0
Preview
Create a mobile friendly table with the before pseudo-element 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.

Create a mobile friendly table with the before pseudo-element by yours truly egghead.io/create-a-mob...

1 year ago 6 1 0 1
Preview
Use Gemini 2.0 to Create Agent Instructions to Refactor an Entire Codebase 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.

@johnlindquist.com explores how you can pass your whole code base to Gemini 2.0 to look for optimizations and bugs you could have missed

1 year ago 7 2 1 0
Preview
Render Custom JSX in a Tanstack Table cell Use tanstack table flexRender method to render custom components in a table component. Capitalize letters, apply conditional styling, and render dates w...

Render anything you want in a table cell with @tanstack.com Table

Lesson from @theianjones.bsky.social

egghead.io/render-custo...

1 year ago 3 0 0 0
Preview
Use Gemini 2.0 to Create Agent Instructions to Refactor an Entire Codebase 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.

Use Gemini 2.0 to Create Agent Instructions to Refactor an Entire Codebase

lesson on @egghead.io

egghead.io/use-gemini-2...

1 year ago 6 0 0 0
Preview
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...

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...

1 year ago 11 2 0 0
Advertisement
Preview
Basic Explanation of Typescript Generics A very basic explanation of generic function arguments

Basic Explanation of Typescript Generics egghead.io/basic-explan...

1 year ago 11 0 0 0
Preview
Set up Vitest in a Vite Project to Unit Test React Applications using React Testing Library Learn to Set up Vitest in an existing Vite project to Unit Test React Applications using React Testing Library

Very easy to set up testing with Vitest

@egghead.io lesson from @akoskm.bsky.social

egghead.io/set-up-vites...

1 year ago 4 1 0 1
Preview
Basic Explanation of Typescript Generics A very basic explanation of generic function arguments

I took a shot at recording a very rough explanation egghead.io/basic-explan...

1 year ago 6 2 0 1
Preview
Sorting imports with the ESLint Plugin simple-import-sort A guide to installing and configuring the ESLint plugin simple-import-sort, including custom group configuration for TypeScript path aliases

Sorting imports with the ESLint Plugin simple-import-sort by @bonnie.dev egghead.io/sorting-impo...

1 year ago 5 0 1 0
Preview
Agent-Driven Development in Cursor: Testing, Benchmarking, and Optimizing Functions 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.

Agent-Driven Development in Cursor: Testing, Benchmarking, and Optimizing Functions lesson on @egghead.io
egghead.io/agent-driven...

1 year ago 5 0 1 0
Preview
Cursor Agents Initial Impressions - Allow an AI to Build Your Entire Project 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.

Cursor Agents truly feel like the โœจ future of programming โœจ. I took them for a spin this weekend. Completely blown away:

egghead.io/cursor-agent...

1 year ago 11 1 2 1
Preview
Always Name Functions in JavaScript 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.

Our perf guy ranted to the team about "Always Naming JS Functions" to save yourself down the road, so I made a super short video showing why:

egghead.io/always-name-...

1 year ago 13 1 0 0

checkout The Feedโ„ข

egghead.io

1 year ago 8 0 0 0

Tailor GitHub jobs for unique environments or scenarios ๐Ÿ‘‡

egghead.io/use-git-hub-...

1 year ago 5 1 0 0
Preview
Building Experiences with Joel Hooks | Grief & Pizza | Episode 10

Finally got around to hitting publish on this awesome convo with @joelhooks.com. We talked building learning platforms (@badass.dev @egghead.io), courses, generating noise as a service, and other fun stuff. Spotify and whatnot soon.

share.transistor.fm/s/f34a1a9b

1 year ago 15 5 0 0
Advertisement
Preview
Perform Runtime Type-checks on Primitives and Objects with zod Create zod schemas to validate primitive type and object type values in runtime. Analyze the errors to see how a value doesn't correspond to schema expe...

Perform Runtime Type-checks on Primitives and Objects with @zod.dev (lesson on @egghead.io) egghead.io/perform-runt...

Entire course (15 lessons) expected within a week ๐Ÿ”ฅ #zod #typescript

1 year ago 7 1 1 1

we need to get you a tag!

1 year ago 1 0 1 0
Preview
Generate zod Schemas Automatically using Quicktype App, Extensions and Scripts 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.

another one available ๐Ÿ”ฅ
#zod #quicktype #typescript @egghead.io
egghead.io/generate-zod...

1 year ago 3 1 1 0

๐Ÿ’ฏ

1 year ago 6 0 1 1

The reviews tell a story and that story is that this is a great course!

Tomasz is an excellent teacher, and if you're using TS this one is well worth your 30mins

egghead.io/courses/doma...

1 year ago 11 2 0 0