DEV Community

Discussion on: what tech stacks do you use?

Collapse
 
paratron profile image
Christian Engel

At work, we use nextJS for the render layer. Our data comes from services we write in Go.

Sports data is a active service running on AWS EC2 and uses Postgres. Finance data runs passively in AWS lambda functions.

The frontend renderers are AWS Fargate instances.

Code and build pipeline on Github.

‐--

My personal stack varies (mostly in order to learn from it).

I made good experience with elderJS as frontend layer. I am recently working with Strapi as a basic CRUD api with some satellite services around it for storage, conversion and video streaming.