Advertisement · 728 × 90

Posts by Yufa

Hopefully I can make it tonight!

5 months ago 0 0 0 0

Congrats, Caidan!

5 months ago 0 0 0 0

Really enjoyed all the talks today @getpieces.bsky.social

I keep thinking about what @scott.hanselman.com said, “AI is making people who are not curious less curious.” 🧐

11 months ago 5 1 0 0
Support Your Beavers

The Oregon State open source lab which provides hosting for hundred of open source projects, as well as research, resources, and support to countless other others is in trouble and we will shut down soon if they can’t find $250,000. Spread the word and donate give.fororegonstate.org/PL1Uv3Fkug

11 months ago 92 54 1 7
Preview
React Labs: View Transitions, Activity, and more – React The library for web and native user interfaces

Well this is exciting! React just added experimental support for View Transitions 🤩

react.dev/blog/2025/04...

11 months ago 63 9 2 0

Tried Kimchi from Costco. Very disappointed!

1 year ago 2 0 1 0
Picture of Kevin presenting

Picture of Kevin presenting

Really enjoyed @kevingoldsmith.bsky.social talk today! Engineering leaders are gardener.

1 year ago 4 1 0 0

Been reading a ton of technical documentation and they fall into two categories:

1. The kind that makes me think the author is a genius and I'm an idiot for not getting it.

2. The kind that makes me feel like the author is a friend sharing something cool and I'm a genius for getting it.

1 year ago 55 3 3 0
Advertisement

Done!

1 year ago 4 0 0 0

Look forward to the recordings!

1 year ago 1 0 1 0

Best of luck, Kyle!!!

1 year ago 1 0 0 0

not sure if you noticed I use a encrypted binary code for my GitHub handle…

1 year ago 1 0 0 0

For one second, I thought, “wow! That’s the power of voice classes.”

1 year ago 4 0 0 0

So fun!

1 year ago 4 0 0 0

I’m glad you rescheduled this so I can make it! I’ve using Astro for a few projects now. Look forward to your insights?

1 year ago 3 0 0 0

Can’t wait to read it!

1 year ago 3 0 0 0

I also love when the author draws graphics to visualize some concepts!

1 year ago 1 0 0 0

glad you did well!! I once had an experience where I added remove margin at root. It took me forever to debug my code and the realized the best practice is not necessary. :(

1 year ago 2 0 0 0
Advertisement
// Don't ❌
type Item = {
  type: 'page' | 'ellipsis'
  value?: number
}

// Do ✅
type Item =
  | { type: 'page', value: number }
  | { type: 'ellipsis' }

// Don't ❌ type Item = { type: 'page' | 'ellipsis' value?: number } // Do ✅ type Item = | { type: 'page', value: number } | { type: 'ellipsis' }

An easy way to improve your TypeScript skills is to learn about "discriminated unions".

It's the best way to narrow types on an array of objects, like events, or in the case of my take home: pagination.

By narrowing on `type`, TS knows whether `value` exists on the object or not, no need for `?.`

1 year ago 72 3 5 0

I see a few familiar faces!

1 year ago 1 0 0 0

Wow! I didn’t realize they have so much caffeine.

1 year ago 0 0 0 0
Post image

Happy Lunar New Year! 🧧 🧧 🧧

1 year ago 4 0 0 0

Haha! Do you like it?

1 year ago 0 0 0 0

Meta is making big changes to hiring practices, sources told me and @mikeisaac.bsky.social

- no more teams devoted to Diversity, Equity and Inclusion
- no diversity preference for working with outside minority owned supplier businesses
- no goals for hiring women and minorities

1 year ago 7139 2060 911 333

Happy new year, Cassidy!

1 year ago 1 0 0 0

What does the title #DesignEngineer mean to you?

I'm putting together an article and I'd love to hear what your thoughts are, especially in relation to #DesignSystems. Boost for reach? 💜

1 year ago 86 35 42 1

🎊 Happy New Year!

I discovered a lot of very cool dev stuff in 2024, from libraries to devtools to educational resources. Thought it’d be fun to share them all, to help kickstart your 2025!

Let’s go through the list. 🧵

1 year ago 461 70 16 8
Advertisement
Preview
From Zero to Hero: Event-Driven Architecture Learn everything you need to start using Event-Driven Architecture

Interested in event-driven architecture? I'm thrilled to announce my new course on Dometrain. Theory, principles, practices, testing, observability and so much more.

It's all there, you can get 40% off with the code BLACKFRIDAY24.

dometrain.com/course/from-...

#eventdriven #architecture #dotnet

1 year ago 20 5 2 0
Post image

Take care of your heart and soul ♥️

1 year ago 3 0 0 0