Coding in Flow
codinginflow.bsky.social
Coding in Flow
@codinginflow.bsky.social
I create high-quality programming tutorials focused on Next.js and React.

https://www.youtube.com/c/codinginflow
When you accidentally click "Restore Checkpoint" on a Cursor chat message from 2 days ago
July 20, 2026 at 5:50 AM
Reposted by Coding in Flow
When you accidentally push your .env file to GitHub:
December 15, 2024 at 7:30 AM
Reposted by Coding in Flow
useState, useEffect, useCallback, useMemo, ...

but yet you never useBrain
February 1, 2025 at 7:02 AM
I can't help but have empathy with LLMs when they react disappointed, even though I know that they are not alive.

I am fucked when the robots take over.
May 5, 2026 at 10:20 AM
I think a big reason why I enjoy agentic coding so much is that I don't get stuck anymore.

No more analysis paralysis when I encounter a difficult problem or design decision.

I let the AI help me make a decision, and then I move on. And refactoring is easier now.
April 30, 2026 at 2:42 PM
When you give Claude a taste of its own medicine
April 21, 2026 at 12:04 PM
Reposted by Coding in Flow
Self-host your Next.js app on a cheap VPS with a local PostgreSQL database ✨

Every command is provided for copy-pasting.

We even secure the server, connect a custom domain, and make sure every Next.js feature still works.

(Video link in the first reply)
March 28, 2025 at 11:50 AM
Reposted by Coding in Flow
Why you should NOT try to master HTML/CSS/JS before jumping into React:
December 9, 2024 at 8:02 AM
All this intelligence and compute, and you still don't have a six-pack.

Some things AI can't do for you.
April 19, 2026 at 2:59 PM
Next.js ships agent docs in node_modules

Why don't all libraries do it like this??? Why do I have to mess around with MCP servers and CLIs that break all the time?
April 17, 2026 at 5:45 AM
Reposted by Coding in Flow
December 1, 2024 at 6:07 PM
Two years ago, every new AI coding "breakthrough" terrified me. I thought I was gonna lose my job the next day.

But in reality, every leap in intelligence & tooling just made the work more fun.
April 12, 2026 at 2:21 PM
Comet Browser has been a boon to my productivity
April 11, 2026 at 5:48 PM
Reposted by Coding in Flow
Motivation follows action.

If you don't "feel like" doing something, don't wait for your mood to randomly change.

Just start doing the thing.

After 10 minutes, you'll have built momentum—and it might even become fun.
February 23, 2025 at 9:29 AM
I barely type anymore. All voice dictation using Wispr Flow.

Even with my German accent, I get ~95% accuracy.

It even tags files in Cursor automatically.
April 2, 2026 at 2:14 PM
Back when I played online poker professionally, I realized that no invention ever makes life easier. It just makes the game more competitive.

AI is the same. CEOs now have to pay thousands in AI tokens every month, not to get a head start, but to even have a chance in the market.
April 1, 2026 at 8:11 AM
bro is locked in 🗿
March 27, 2026 at 11:22 PM
One of my favorite Cursor commands. Together with Opus 4.6, this has saved me from a lot of bad design decisions.
March 26, 2026 at 1:24 PM
What's the best way to track how users use features in my React app?
March 22, 2026 at 8:20 AM
AI has totally changed the way I learn things.

Now, when I find an interesting idea/framework in a book, I don't think "I need to learn and practice this".

Instead, I think "How can I best summarize this into an .md file to give it to my agent.
March 17, 2026 at 10:03 AM
Reposted by Coding in Flow
The key prop in React is not only useful for lists.

If you want to reset the state of a component, you should use it too.

But attention, you want to put the key in a wrapper component so your callers don't have to remember it.

Here is how 👇
January 29, 2025 at 8:04 AM
Reposted by Coding in Flow
Learn Context in React 19 with the

- new syntax
- new use() hook
- industry best practices

(YT link in 1st reply)
July 27, 2025 at 11:53 AM
Reposted by Coding in Flow
How to actually learn from coding tutorials and not just waste your time in tutorial hell copying code 👇
January 27, 2025 at 6:59 PM
Claude, whenever I make the most basic suggestion
March 12, 2026 at 3:06 PM
Reposted by Coding in Flow
Unsaved changes warning in Next.js with the new onNavigate function

(code in first reply)
April 23, 2025 at 1:30 PM