Advertisement · 728 × 90

Posts by Coding in Flow

Post image

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)

1 year ago 1 1 3 0

Why you should NOT try to master HTML/CSS/JS before jumping into React:

1 year ago 0 1 1 0
Post image

All this intelligence and compute, and you still don't have a six-pack.

Some things AI can't do for you.

1 day ago 0 0 0 0
Post image

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?

4 days ago 1 0 1 0
Post image
1 year ago 2 1 0 0

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.

1 week ago 0 0 0 0
Post image

Comet Browser has been a boon to my productivity

1 week ago 0 0 0 0

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.

1 year ago 0 1 0 0
Advertisement
Preview
Wispr Flow | Effortless Voice Dictation Flow makes writing quick and clear with seamless voice dictation. It is the fastest, smartest way to type with your voice.

Link: ref.wisprflow.ai/aitc

2 weeks ago 1 0 0 0

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.

2 weeks ago 1 0 1 0

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.

2 weeks ago 0 0 0 0
Post image

bro is locked in 🗿

3 weeks ago 0 0 0 0
Post image

One of my favorite Cursor commands. Together with Opus 4.6, this has saved me from a lot of bad design decisions.

3 weeks ago 1 0 0 0

What's the best way to track how users use features in my React app?

4 weeks ago 0 0 0 0

useState, useEffect, useCallback, useMemo, ...

but yet you never useBrain

1 year ago 2 1 0 0

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.

1 month ago 0 1 0 0
Video

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 👇

1 year ago 1 1 0 0
Post image

Learn Context in React 19 with the

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

(YT link in 1st reply)

8 months ago 1 1 1 0
Advertisement
Video

How to actually learn from coding tutorials and not just waste your time in tutorial hell copying code 👇

1 year ago 1 1 0 0
Post image

Claude, whenever I make the most basic suggestion

1 month ago 0 0 0 0
Video

Unsaved changes warning in Next.js with the new onNavigate function

(code in first reply)

11 months ago 1 1 1 0

How to center a div in 2 lines of CSS:

display: grid;
place-content: center;

1 year ago 0 1 0 0

How do YOU use AI agents for software testing? Show me your setups.

1 month ago 1 0 0 0
Video

Is there a difference between returning a promise and returning "await promise"?

Yes, there is. It's subtle but important:

1 year ago 2 1 0 0

2020: Companies hire you because of your skills
2026: Companies hire you because of your skills.md

1 month ago 0 0 0 0
Post image

Why AI doesn't make you happier

1 month ago 0 0 0 0
Post image

I like the positivity

1 month ago 0 0 0 0
Advertisement
Post image

In React server components, you can fetch data in parallel using Promise.all to avoid waterfalls:

1 year ago 2 2 0 0
Video

AI is amazing

1 month ago 0 0 0 0
Video

How closures can cause stale useState values and how to avoid this problem:

1 year ago 1 1 0 0