Software Engineer | React, TypeScript, Python
Building AI-powered apps | Contributing to open source | Sharing my journey into tech
📍 LA
Mai | Software Engineer
Loading...
From now on, this is my first step!
How could I miss this?!
TypeScript 6.0 is now available!
This release brings better type-checking for methods, new standard library features, new module features for Node.js, and more!
But most important, this release brings us one step closer to the upcoming native-speed 7.0!
devblogs.microsoft.com/typescript/a...
this one was a lot of fun! big thanks to @mikeryan.dev @tylerslaton.bsky.social Chris, Christian, Sean, @ojusave.bsky.social @render.com
I found out that I could search previous commits in VS Code using
git log -S "(text you're looking for)"
this will search the actual content of every commit's diff for the exact string and show me the changes occur 💡
#git #opensource
when studying, I like to be able to relate to something else I'm used to
Learning about pagination in API design from Hello Interview
It reminded me of modular for content structure because you want to use smaller components
except pagination is used for displaying data
#programming #coding