Profile avatar
kamranicus.com
Solopreneur. Gamer dad. Dork. Corporate quitter bringing back summers off 🌞 πŸŽ™οΈ Host @typescript.fm πŸ‘‰ Building: KeepTrackOfMyGames.com πŸ‘‰ Courses: bit.ly/KamranOnPluralsight πŸ‘‰ typeof $: kamranicus.com/money
697 posts 224 followers 414 following
Regular Contributor
Active Commenter

Been plugging away on the next set of features for KTOMG and instead of keeping a task list, I've been finding it more helpful to simply scaffold unit or UI tests that fail. That way I know what needs to be done every time I sit down to work without having to keep a separate list in the GH issue.

I really want to record an episode with a raptor guest now.

We’re heartbroken by the loss of Mikeal Rogers, a key figure in the Node.js ecosystem and a force behind what makes this community what it is. To help preserve his legacy, we’ve opened a GitHub repo for stories, photos, and memories: github.com/nodejs/mikeal πŸ’š Thank you, Mikeal. hubs.la/Q03t0DVL0

its-a-me, kamrani-oooooo

React Native has come a long way. I'm not sure yet but @expo.dev seems like a nice way to build apps that target the web. If I can do local-first architecture, it may be a contender for the next version of my apps frontend. docs.expo.dev/tutorial/int...

Too bad, we have fun on @typescript.fm every week! 🀘

Me: meticulously sets up virtual desktops with all the dev tools, browsers, and containers running and set up for local development Windows:

That's right, type-aware lint rules without the TypeScript compiler! It's been a wild ride, but we arrived there. Enjoy!

@sxzz.dev merged in experimental tsgo support to rolldown-plugin-dts, so you can generate declarations with tsgo! github.com/sxzz/rolldow...

AWWWWWW πŸ₯Ή

My course on distributing .NET MAUI apps is published, alongside the testing course I released a few months ago! The course takes you from local machine to both major app stores step-by-step! It's a real app and it's live right now.

People complaining about Windows React Native start menu performance: A) haven't actually measured it and are just assuming But more importantly, B) haven't tried to play Minecraft on Xbox One and experienced the main menu Absolute mind-blowingly poor performance for one of the biggest games.

TIL about TypeScript Type Buddy 🀯 It translates this fancy TS function syntax to the real but unreadable ternary syntax (works in both directions) I see how this could be convenient to work on complex conditional types There's even a VSCode extension github.com/typed-rocks/...