I recently built a SaaS using:
β Next.js
β Clerk + custom auth flow
β PostgreSQL / Neon DB
β Drizzle ORM
The interesting part?
I didn't actually know PostgreSQL or SQL queries properly. π
And still, I was able to build the flow I needed.
AI inside documentation.
Normally, the problem is:
βI know what I want to doβ¦ but I don't even know what this feature is called.β
So searching docs becomes difficult.
With AI, I can explain the context:
βI'm getting this data, I need to connect it with this table, and then return it like thisβ¦β
And AI can help me find:
β the right method
β the right property
β the right docs page
β the right way to structure it
That saved me from spending hours trying to guess the correct technical keyword.
I don't think developers need to memorize every technology.
What matters more is understanding the flow:
Requirement β Data β Logic β Connection β Response
How data is generated.
How it moves.
What connects to what.
What should happen next.
Once you understand that, learning the actual technology becomes much easier.
That's how you can build real projects while learning the technology at the same time.
One important nuance though:
AI can help you find the path, but you still need to understand the road you're driving on. π
Using AI isn't replacing learning. It's making the learning loop much faster.