Alberto Gimeno's Avatar

Alberto Gimeno

@gimenete.net

Software Engineer who loves building developer tools and cloud services. Now at Stripe. Building githero.app on the side: a modern and delightful GitHub client. πŸ“Zaragoza, Spain

1,969
Followers
1,614
Following
578
Posts
26.04.2023
Joined
Posts Following

Latest posts by Alberto Gimeno @gimenete.net

I’ll give it a try. Thanks!

14.12.2025 13:49 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

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)

14.12.2025 09:46 πŸ‘ 1 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
Excellent sleep tonight. Score 100 from my Apple Watch

Excellent sleep tonight. Score 100 from my Apple Watch

20.09.2025 07:34 πŸ‘ 6 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

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.”

14.09.2025 10:01 πŸ‘ 11 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

User feedback is gold. Excited that most of the GitHero feedback so far matches the roadmap I’ve been planning πŸ˜€

06.09.2025 11:03 πŸ‘ 2 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

I use a custom one in GitHero and an internal one at Stripe. For any other project I’d use zustand.

26.08.2025 12:46 πŸ‘ 2 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

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

26.08.2025 11:08 πŸ‘ 10 πŸ” 1 πŸ’¬ 1 πŸ“Œ 0
Post image

1 full year closing the rings

25.08.2025 19:56 πŸ‘ 9 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Jajaja. Time flies!

20.08.2025 20:16 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

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.

20.08.2025 19:10 πŸ‘ 7 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

All steel made after the first nuclear blast carries radioactive isotopes. Similarly all information created after the AI explosion likely carries machine-made content.

18.08.2025 14:49 πŸ‘ 2 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

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.

16.08.2025 11:26 πŸ‘ 14 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0

Cool. Thanks!

15.08.2025 15:22 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Cool. Thanks!

15.08.2025 13:14 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Nice. Thanks! πŸ™

15.08.2025 13:00 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Which mobile apps you use regularly do you think provide the best user experience?

15.08.2025 12:55 πŸ‘ 2 πŸ” 0 πŸ’¬ 3 πŸ“Œ 0

Feels like my coding agent’s system prompt today was set to β€œwrong answers only.”

12.08.2025 17:19 πŸ‘ 1 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

Not sure if yesterday was productive, but I did discover about 20 ways a specific feature can’t be implemented.

12.08.2025 16:30 πŸ‘ 4 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

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.

11.08.2025 12:06 πŸ‘ 4 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

πŸ€¦β€β™‚οΈ

09.08.2025 16:41 πŸ‘ 4 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

Nobody talks about chatbots anymore.

09.08.2025 16:23 πŸ‘ 2 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

Do you review PRs commit by commit or do you review the full diff only?

09.08.2025 10:54 πŸ‘ 3 πŸ” 0 πŸ’¬ 3 πŸ“Œ 0
Video thumbnail

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.

07.08.2025 18:54 πŸ‘ 4 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

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.

07.08.2025 14:00 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

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)

06.08.2025 18:12 πŸ‘ 3 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

Ah, I have 200 lines of Rust code. That was 80% AI generated and 20% copy-pasted from examples πŸ˜…

05.08.2025 17:43 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

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.

05.08.2025 16:46 πŸ‘ 7 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

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.

05.08.2025 16:43 πŸ‘ 1 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

It’s hard but I find some time after dinner when the kids sleep πŸ˜…

04.08.2025 15:51 πŸ‘ 1 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

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.

04.08.2025 14:01 πŸ‘ 4 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0