DEV Community

Discussion on: What's your go-to stack these days?

Collapse
 
jz222 profile image
Timo Zimmermann

Recently, I've found myself using a couple of Google Cloud Functions to complement the actual backend. For small and simple projects I usually stick to Node. For greater projects, however, I prefer Go.

In the frontend, I use React for web apps and Svelte or Sapper for websites.