Systems thinker

Joined July 2025
59 Photos and videos
Jensen Huang and I use the same language: “sacrifice”, “pain and suffering”. The big leagues are not for the weak. Yes, you knew me before I got famous #NoSalt
10
I'm actually thinking about going back to sharing components between our mobile app and website. I noticed much worse web performance with that configuration. We should probably choose our brand value (reliability) over quick SEO wins #NextJS #ReactNative #Expo
16
90th percentile conscientiousness.
22
I’m really him. I’m really chadlite according to Fable 5. #looksmax
41
Discipline -> choosing a lesser dopamine alternative. Just a principle I learned from dieting. #Discipline
19
Tatakae
28
Switching our team to Gemini 3.5 Flash. Need the money for some cosmetic procedures. #AI
1
50
We're actually using Composer 2.5 because it's much faster
32
"Is it normal to prepare ephemeral DBs for every integration test suite?" The skill level I have achieved 😎
24
I think RabbitMQ and queues are kind of useless or maybe I didn't have the cognitive performance today. An outbox service has the ability to mark things for retries, DLQs, etc. "Fan-out" can just be a switch-case statement in the outbox record reading service.
2
59
As Grok said, it's good for already designed async functionality like DLQs. I'd like to add: queueing work and returning out of a function early
36
@grok Correct me if I'm wrong please
1
37
My hybrid work style Work as much as possible in office -> continue the day from WFH Been doing this for almost 3 years
37
You don’t know my ability for willpower. The average American goes bonkers and into jail every power outage. #Losers
42
Deploying after rewriting services in different languages is easy with Docker. The container just needs to be updated. Docker has got some advantages in non-trivial deployment setups. #Docker
44
I'm right. OTA updates should be applied to the newest app versions and become major/minor releases. People are saying reviewing code is helpful for reviewing decisions
58
Zero-downtime deploys, single VPS sauce: - Nginx app services on Docker Swarm - Reload the nginx config instead of restarting the Nginx container (you can't use Docker for zero downtime deploys with Nginx because two containers can't share the same IP Port address) #Devops #Programming #CICD
1
47
Reloading the nginx config makes in-flight requests use the old nginx config and new requests use the new one. And of course, rolling-deploy in Docker Swarm with app services has the same behavior.
33
Bruh. (I'm still programming by the way)
1
30
The suggestion is actually better. "We should still make the permanent config fix in docker-stack.yml: Nginx needs stop-first deploy order because host-mode 80/443 cannot run start-first on one node."
29