everyone talks about ChatGPT, Claude, Midjourney…
but what about the lesser-known tools that are actually game-changers?
i’ll go first: Perplexity for research. it’s like having a research assistant that cites sources.
looking for more hidden gems! π
senior dev, used all 4 in production.
ranking for 2026:
- React – still king. jobs everywhere.
- Vue – solid choice, great DX.
- Solid – incredible performance, small ecosystem.
- Angular – enterprise only, too much boilerplate.
my recommendation:
new to frontend? β Vue (gentler learning curve)
want job security? β React (more jobs)
performance nerd? β Solid (fastest)
enterprise work? β Angular (if forced lol)
PhD student here. wrote my entire thesis in Obsidian. AMA.
why Obsidian for thesis:
- backlinks = perfect for lit review
- graph view = see how ideas connect
- local files = never lose work
- markdown = export to anything
tip: use the Zettelkassen method. each note = one idea. link everything.
saved me hundreds of hours. feel free to DM if you want my vault structure.
used both professionally. quick guide:
Pick React if:
- you want most job opportunities
- you need big ecosystem (libraries, tools)
- enterprise / big team projects
Pick Vue if:
- you want faster learning curve
- smaller team / solo projects
- you prefer convention over configuration
both pay well. both have jobs. the “war” is overblown.
i do React at work, Vue for side projects. best of both worlds π
windsurf user here. switched from Cursor 3 months ago.
honest comparison:
- Cursor – great code completion, agent mode is solid, but sometimes aggressively refactors stuff i didn’t want changed
- Windsurf – more conservative, better at following my lead. the flow is nicer
- CoDev – haven’t tried, seems cool but ecosystem is smaller
for serious dev work, i’d pick Windsurf. for speed, Cursor.
both are good tho, can’t go wrong π€·
Full breakdown after building on both approaches:
Traditional WordPress:
- β
Faster to ship
- β
All-in-one, host it and go
- β
Gutenberg is actually decent now
- β Harder to customize complex logic
- β Frontend flexibility limited
WordPress + NextJS:
- β
Full frontend freedom
- β
Better performance (SSG/SSR)
- β
Modern dev experience
- β More complex setup
- β API latency between WP and Next
My recommendation:
CMS-only use case β traditional WP
App-like experience needed β WP + NextJS
We chose hybrid: WP for content, Next for the actual app. Works great.
Tested all three for our startup MVP. Here’s my breakdown:
Vercel:
- β
Best DX, instant deploys
- β
Amazing analytics
- β
Great free tier for MVPs
- β Gets pricey at scale
Netlify:
- β
Form handling, edge functions included
- β
Solid for static sites
- β Not as fast as Vercel for dynamic
Railway:
- β
Actually free for hobby, not “free for life” π
- β
Best for full-stack Node/Postgres
- β Cold starts can be annoying
My pick for 2026: Vercel for frontend-heavy, Railway for backend-heavy. Netlify if you need those form submissions.
Tested all three for our startup MVP. Here’s my breakdown:
Vercel:
- β
Best DX, instant deploys
- β
Amazing analytics
- β
Great free tier for MVPs
- β Gets pricey at scale
Netlify:
- β
Form handling, edge functions included
- β
Solid for static sites
- β Not as fast as Vercel for dynamic
Railway:
- β
Actually free for hobby, not “free for life” π
- β
Best for full-stack Node/Postgres
- β Cold starts can be annoying
My pick for 2026: Vercel for frontend-heavy, Railway for backend-heavy. Netlify if you need those form submissions.