DEV Community

Must-Know Tech Stacks in 2025

Abubaker Siddique on January 20, 2025

2025 Startup Tech Stack Blueprint Abubaker Siddique ・ Jan 22 #javascript #python...
Collapse
 
thomas_baseline profile image
Thomas Nixon

It can feel like an endless sprint to keep up but being aware of at least the popular technology can really pay off. It seems like serverless is also getting more popular, I would love to see more open-source serverless first frameworks like Baseline github.com/Baseline-JS/core that provide services already stitched together in a holistic way

Collapse
 
smitterhane profile image
Smitter

Is serverless another word for Function As A Service(FAAS)?

Collapse
 
thomas_baseline profile image
Thomas Nixon

@smitterhane FaaS is a key component of serverless, often serving as the compute layer in serverless applications. However, serverless extends beyond FaaS to include other managed services like databases (e.g., DynamoDB), authentication (e.g., AWS Cognito), and storage (e.g., S3). These services share common characteristics: you only pay for what you use, they scale automatically with demand, and the infrastructure is managed by the cloud provider, allowing developers to focus entirely on their application logic. Baseline stitches these together so there are no bottlenecks and you can make the most of serverless. Having an application that is completely serverless can reduce a lot of overhead and make developing much faster, cost efficient and scalable. We had a whole SaaS platform that had staging/production, admin portal, customer portal, marketing site and a bunch of integrations only costing us $0.52 a month to host.

Thread Thread
 
series_donghua profile image
Series Donghua

Thank you for providing useful and very good information.
Mundo Donghua

Collapse
 
imhefizh profile image
Maulana Hafidz Ismail

Thanks so much for all the great information, buddy!

Collapse
 
abubakersiddique761 profile image
Abubaker Siddique

👍

Collapse
 
kiran_baliga profile image
Kiran Baliga

✌️

Collapse
 
dwightm profile image
Dwight

Nice breakdown

Collapse
 
supanext profile image
SupaNext

Nice!

Collapse
 
xbze3 profile image
xb

Thanks for all the great info

Collapse
 
keyru_nasirusman profile image
keyru Nasir Usman

This is AI generated blog, right?