Iβll give it a try. Thanks!
Iβll give it a try. Thanks!
Iβve fully embraced AI agents for coding in the last few weeks. Now I even use Claude and copilot at the same time in the same project: Claude for large and/or complex tasks and copilot for small edits like refactoring a single file because itβs faster (with GPT 4 models)
Excellent sleep tonight. Score 100 from my Apple Watch
I wish blogs had a simple βI liked thisβ button at the end, like Mediumβs claps. Nothing fancy, just a way to tell the author βhey, I read this and enjoyed it.β
User feedback is gold. Excited that most of the GitHero feedback so far matches the roadmap Iβve been planning π
I use a custom one in GitHero and an internal one at Stripe. For any other project Iβd use zustand.
How to build fast React apps:
β use the react compiler
β avoid useEffect as much as possible
β use a state management library that supports selectors. Avoid react contexts most of the time
β avoid css-in-js if possible
β use data catching and prefetching
β make components small
1 full year closing the rings
Jajaja. Time flies!
The start of the year is a natural time to reflect on goals and habits. But I find the end of summer just as powerful, right after I take vacations. It feels like a reset before the last stretch of the year. I reflect on what goals I want to accomplish by EOY.
All steel made after the first nuclear blast carries radioactive isotopes. Similarly all information created after the AI explosion likely carries machine-made content.
Getting back into mobile dev with React Native has been pure joy. Hot reload makes iteration instant. That fast feedback loop is addictive. And with the right care, apps feel truly native.
Cool. Thanks!
Cool. Thanks!
Nice. Thanks! π
Which mobile apps you use regularly do you think provide the best user experience?
Feels like my coding agentβs system prompt today was set to βwrong answers only.β
Not sure if yesterday was productive, but I did discover about 20 ways a specific feature canβt be implemented.
Iβll sometimes just sit with my phone geeking out over tiny UI details in apps: animations, shadows, microinteractions, navigation, even the information architecture. Great exercise to level up my own apps.
π€¦ββοΈ
Nobody talks about chatbots anymore.
Do you review PRs commit by commit or do you review the full diff only?
Adding AI features to GItHero (coming soon).
It uses the GitHub models API so no additional setup is required. No API key, nothing. It just works.
The best coding sessions feel like gaming:
Not too easy or boring. No impossible tasks.
Just enough challenge to keep you in the zone.
Thatβs flow.
Csikszentmihalyiβs Flow Theory applied to programming.
Crazy how the most critical code sometimes is the one that looks more brittle and hard to test. E.g. authentication flows happening in a webview communicating with the parent app through non standard message passing APIs (window.webkit namespace)
Ah, I have 200 lines of Rust code. That was 80% AI generated and 20% copy-pasted from examples π
The best advice in the world means nothing if the listener isnβt ready to hear it. Timing and mindset matter as much as the message itself.
I'm using copilot autocomplete all the time, but I've only started using agents since last month and sometimes I use chatgpt to ask how to do specific things.
So not much, but I'm trying to use agents more and more. In the last 2 weeks they helped me with a couple of refactors for example.
Itβs hard but I find some time after dinner when the kids sleep π
My job and side projects feed into each other. Itβs a feedback loop of constant improvement.
UI/UX, data fetching techniques, performance, release processes, β¦ What I learn in one I adopt to the other.