Frontend Masters Boost RSS Feed https://frontendmasters.com/blog Helping Your Journey to Senior Developer Mon, 22 Sep 2025 18:36:33 +0000 en-US hourly 1 https://wordpress.org/?v=6.8.3 225069128 Code portability https://frontendmasters.com/blog/code-portability/ https://frontendmasters.com/blog/code-portability/#respond Mon, 22 Sep 2025 18:36:32 +0000 https://frontendmasters.com/blog/?p=7241 Another good one from Nicholas C. Zakas this time on code portability. Here’s some choices he made for a recent projects:

  • Astro, because it can be deployed on a “wide range of cloud services” and also supports a variety of front-end frameworks, so you can “start with React and later move to Vue or Solid without changing your application framework”.
  • Hono, because “it can run almost anywhere JavaScript runs: Node.js, Deno, Bun, Cloudflare Workers…”
  • Supabase because “if needed, you can export your entire database and run it anywhere PostgreSQL is supported”.
  • Cloudflare R2, because it’s “an S3-compatible service, so you can switch providers without hassle”.

Portability indeed!

]]>
https://frontendmasters.com/blog/code-portability/feed/ 0 7241