AbdulAzeez

5.9K posts

AbdulAzeez banner
AbdulAzeez

AbdulAzeez

@dev_azeez

Creator of @stunkdotdev

شامل ہوئے Aralık 2018
1.6K فالونگ1.1K فالوورز
پن کیا گیا ٹویٹ
AbdulAzeez
AbdulAzeez@dev_azeez·
I love it when new tools challenge the giants. Sometimes, those repos with fewer stars and less popularity achieve more than the bigger ones. Let's have it... TanStack Start vs. Next For context: I built Stunk–a state management library that is efficient!
AbdulAzeez tweet media
English
3
13
74
5.6K
K.O.O
K.O.O@Dominus_Kelvin·
EJS > JSX
Latviešu
3
0
1
324
AbdulAzeez ری ٹویٹ کیا
yohanan
yohanan@Yohanansoltd·
🚨 Let me make sure you understand what Google just did.. They launched Firebase Studio in 2025. Got thousands of developers to build on it.. trust it.. depend on it.. Then killed it less than a year later. Not because it failed. Because it did exactly what it was supposed to do. Hook you. Now they’re telling you to migrate everything to Google AI Studio.. Which was always the destination. Google has killed 100+ products. The pattern never changes: → Launch free → Build dependency → Kill it → Force the migration If you’re not paying for the tool.. You’re not the customer. You’re the pipeline.
Ivan Burazin@ivanburazin

Another day, another product killed by Google. Less than a year after launch, Firebase Studio is shutting down.

English
4
2
18
2.4K
AbdulAzeez ری ٹویٹ کیا
Evan You
Evan You@youyuxi·
Claude.ai now powered by @vite_js 🚀
Felix Rieseberg@felixrieseberg

A small ship I love: We made Claude.ai and our desktop apps meaningful faster this week. We moved our architecture from SSR to a static @vite_js & @tan_stack router setup that we can serve straight from workers at the edge. Time to first byte is down 65% at p75, prompts show up 50% sooner, navigation is snappier. We're not done (not even close!) but we care and we'll keep chipping away. Aiming to make Claude a little better every day.

English
7
19
770
72.9K
AbdulAzeez
AbdulAzeez@dev_azeez·
mutate(data) -> fire and forget, never throws (safe) mutateAsync(data) returns a promise, throws on error We'll give you the best of both worlds in Stunk with just one function.... Stay with me
English
0
1
4
45
AbdulAzeez ری ٹویٹ کیا
Arun
Arun@hiarun02·
If you can’t explain your own code without opening ChatGPT. you didn’t write the code. You just generated it. That’s not programming. That’s prompting.
English
132
7
162
8.9K
AbdulAzeez ری ٹویٹ کیا
K.O.O
K.O.O@Dominus_Kelvin·
Never trust AI and ship code you didn't verify. Clearly here the work was in scope but the dude still forgot to make the change Trust but verify.
K.O.O tweet media
English
0
1
5
491
AbdulAzeez
AbdulAzeez@dev_azeez·
You're very correct… I had issues with computed() in Stunk, and a test was failing. I gave it to Claude, and after multiple tries, it suggested I skip it, until I specifically told it to try other approaches. It eventually sorted it out, though. 🤷🏾‍♂️
Matteo Collina@matteocollina

Now that I’m using both Claude and Codex daily, I’m seeing that Claude tries to “cheat” more often, eg deleting a failing test. What’s your experience?

English
0
0
0
36
AbdulAzeez
AbdulAzeez@dev_azeez·
State management doesn't have to be complicated. stunk.dev
English
0
0
0
13
AbdulAzeez
AbdulAzeez@dev_azeez·
Learn Stunk in under 2 mins. No mental model. No boilerplate. Just the natural way you think about state. → chunk() to declare → .get() / .set() to read and write → computed() auto-tracks dependencies → asyncChunk() for loading states
English
1
1
4
49
AbdulAzeez
AbdulAzeez@dev_azeez·
@honour_can_code Project defense is too far... I’m not sure if it’s still the case, but there was a time when you couldn’t get past the school gate at Yabatech wearing that outfit(na infit sef)...
English
0
0
9
2.6K
AbdulAzeez
AbdulAzeez@dev_azeez·
The computed function is clever enough to detect actual dependency changes. If you start with an initial value of 1 and then call .set(1), it treats this as a cached value, marking isDirty() as false since it’s not a genuine change. Here are some tests to illustrate this.
AbdulAzeez tweet media
English
0
1
3
45