I'm a Java dev. I learned frontend by shipping, not by courses.
0 viewsI spent years writing Java APIs. Then I decided I wanted to own something. So I learned frontend. In a month. Not from courses — from shipping.
Here's the exact path:
- Pick a tool you'd actually use. I format JSON at work daily. So I built jsonprocess.app.
- Ship the weekend version. Ugly, one page, works. Perfect is the enemy of launched.
- Steal the architecture. I didn't learn React from docs. I read one good Next.js template and copied its structure until it made sense.
- Add SEO from day 1. Every tool is its own landing page. Lazy-load everything. 736KB → 379KB bundle.
- Then build something that makes money. The tools bring traffic. ShutterAI brings revenue.
The courses teach you syntax. Shipping teaches you what actually matters: distribution, conversion, and not breaking production.
Java taught me discipline. Shipping taught me speed. You need both.
No bootcamp needed. Just a problem you have and a weekend.
Following along: @nico_built