Serverless, Inc. lands $10M Series A to build serverless dev platform
1–10 of 204 posts
Re: Serverless, Inc. lands $10M Series A to build serverless dev platform
#2Re: Serverless, Inc. lands $10M Series A to build serverless dev platform
#3Here's to hoping ignoring serverless will work as well as ignoring NoSQL worked for me.
Re: Serverless, Inc. lands $10M Series A to build serverless dev platform
#4Here's to hoping ignoring serverless will work as well as ignoring NoSQL worked for me.
Re: Serverless, Inc. lands $10M Series A to build serverless dev platform
#5Here's to hoping ignoring serverless will work as well as ignoring NoSQL worked for me.
The use of "Serverless" is not having to deal with an "IT" guy at all who complains about setting up your app cause you updated the STACK and now it collides with everything else on the same server. Also makes it so you don't necessarily have to use containers.
Re: Serverless, Inc. lands $10M Series A to build serverless dev platform
#6Here's to hoping ignoring serverless will work as well as ignoring NoSQL worked for me.
That said, I’m not sold on serverless.
Re: Serverless, Inc. lands $10M Series A to build serverless dev platform
#7Re: Serverless, Inc. lands $10M Series A to build serverless dev platform
#8Here's to hoping ignoring serverless will work as well as ignoring NoSQL worked for me.
You'll definitely be able to ignore it and it probably won't be used in smallish companies for ages.
It's just an easier way to to get your application to scale than homebuild docker images were.
Re: Serverless, Inc. lands $10M Series A to build serverless dev platform
#9Here's to hoping ignoring serverless will work as well as ignoring NoSQL worked for me.
Re: Serverless, Inc. lands $10M Series A to build serverless dev platform
#10Here's to hoping ignoring serverless will work as well as ignoring NoSQL worked for me.
Did not Google already make a cloud platform that is cloud agnostic called OpenCloud which is a better name that doesn't target just "Serverless" aka Azure Functions, Amazon Lambdas. The use of "Serverless" is not having to deal with an "IT" guy at all who complains about setting up your app cause you updated the STACK and now it collides with everything else on the same server. Also makes it so you don't necessarily…
Docker doesn’t replace the need to know how VMs work. Containers don’t magically allow you to scale to infinity (Although k8s shows a lot of potential). And you probably should be using PostgreSQL instead of NoSQL unless you’re absolutely sure you’re smart enough to know why PostgreSQL can’t work for your use case.
Serverless is great if you want to replace a cron job, the value of the function firing is substantially higher than the cost to run it (“margins are crazy high, optimize to VMs later and ignore the AWS bill for now”), or you’re executing untrusted code in isolation for customers.