The benefits of serverless architecture - Deepstash

Explore the World's Best Ideas

Join today and uncover 100+ curated journeys from 50+ topics. Unlock access to our mobile app with extensive features.

The benefits of serverless architecture

Regardless of technology used, the specific architecture of a serverless application has incredible strong benefits that could potentially tip the scales for me and make a rewrite of my tools useful.

As an open source tool advocate, this was an appealing bonus for me. There was no question in my mind that my tools fit the use case of the architecture itself — but the architecture doesn’t have to be completely serverless; one could write a decoupled “service” architected tool while still using a traditional server — so the question of whether I should go serverless was not quite answered.

2

8 reads

MORE IDEAS ON THIS

4. Jamstack drastically simplified the architecture

4. Jamstack drastically simplified the architecture

Migrating from a static server to serverless microservice architecture turned out to also significantly simplify the project and architecture, and made it significantly faster to respond and easier to maintain. You can see the change in the before and after architecture diagrams:

2

3 reads

Not the usual serverless migration

I build mostly one-off tools that take some input, crunch the data, and output something back.

Take Neutrality.wtf , for example. It accepts a URL given by the user, and then fetches the page server-side (to avoi...

2

8 reads

<p>The most obvious difference...

The most obvious difference is that in my static server, the server itself responded to all requests, and I had to set up layers of caching in order to fortify it in case of a sudden uptick. The caching strategy was a mixed one – I used an external service for the results and static pages, and us...

2

0 reads

The idea of serverless for a tool that is mostly static content is appealing. Generating assets on build and treating the delivery of pages as a distributed CDN (generated on-build rather than on-request) means huge gains in performance for the...

2

62 reads

2. Netlify gave me HTTPS out of the box

None of my tools use private information, but privacy in general — how you behave online, not just your identity — is extremely important, and becomes even more so in the modern web. I wanted to migrate as many of my old tools to use SSL. There are free certificate services out there, and I’ve us...

2

3 reads

1. Seamless serverless deployment

You can (and I did) deploy out of GitHub in a standard hosting server, but the sheer ease-of-use Netlify offers — and the integration with CI and CD tools right out of the box with incredibly easy configuration — means I don’t need to deal with all of this myself on the server side. When you have...

2

4 reads

3. On-Demand Builders made caching functions easy

Initially, caching was a bit of a challenge. As I mentioned before, my tools usually require a bit of a heavy operation in the back end, and are designed to be shared. If even one analyzed URL gets shared and becomes semi-viral, the server might work overtime and kill my performance — or, in the ...

2

5 reads

CURATED FROM

CURATED BY

decebaldobrica

#engineering, #machinelearning and #crypto

More like this

The start of our productivity obsession

While the desire to complete a set of tasks within a timeframe is not a new phenomenon, our cultural obsession with personal productivity is.

In the 1990s, technology was promoted as a time-saving tool, such as search engines that saved us hours of digging for information...

Inbox Zero: The Implosion Of Productivity

A productivity method called ‘Inbox Zero’ by Merlin Mann, a productivity hacker and creator of many other productivity tools like 43 folders, became a rage in 2007. It was based on the fact that all email should be answered or categorized until the inbox has zero emails left.

Whil...

Recognizing the unintended consequences of technology

The more we try to control our tools, the more they can make it worse.

  • Before the Industrial Revolution, technology was a tool that served as an extension of the user. In a complex system, the machine is more than a device. It needs parts that interact in unexpected and unwanted way...

Read & Learn

20x Faster

without
deepstash

with
deepstash

with

deepstash

Access to 200,000+ ideas

Access to the mobile app

Unlimited idea saving & library

Unlimited history

Unlimited listening to ideas

Downloading & offline access

Personalized recommendations

Supercharge your mind with one idea per day

Enter your email and spend 1 minute every day to learn something new.

Email

I agree to receive email updates