Author Archives: Jane Liu

Re: Best hosting for a small Next.js app in 2026?

For a small Next.js app with no budget, here’s my ranking:

1. Vercel – Easiest, best DX, generous free tier (though limits have gotten stricter)

2. Cloudflare Pages – Actually great, free, fast, but some Next.js features need extra config

3. Railway – Good but can get pricey fast

4. DigitalOcean – More work but great for learning

My pick: Start with Vercel, switch to Cloudflare if you hit limits.

Is it worth learning Rust in 2026? Coming from JavaScript

So I’ve been a JS dev for 3 years and thinking about learning Rust.

Everyone says Rust is the future and that it makes you a better programmer. But is it actually worth the time investment?

My goals:

  • Become a better developer overall
  • Maybe build some CLI tools or side projects
  • Not planning to switch careers or work in systems programming

Is the learning curve worth it for someone like me? Or should I just stick with JS/TypeScript?