Designing the error handling for event driven architecture.
It's hard to decide whether to go serverless or not. This article covers what is serverless in the first place and the pros & cons.
I can’t believe not many people are talking about this AWS feature. It’s a game changer!
Do you love event-driven programming? Let's take a look at triggering AWS Lambda functions from AWS SNS messages.
Ballerina since v1.2.5 has built-in support for Azure Functions. In this way, you can take a Ballerina function and expose it as a serverless function in Azure Functions. Azure Functions take on a unique approach in defining serverless functions with the function trigger and bindings concept. In this way, we can access other cloud services such as storage services (queue, blob, etc.), CosmosDB, Twillio, and timers right from the function itself without any additional connectors or authentication processes. We map our parameters and return types with these bindings, which provides us direct access to the resources.
Exploring Alibaba Cloud Serverless Kubernetes capabilities. Here are two methods for deploying Serverless Kubernetes in Alibaba Cloud.
If you ever find yourself deciding for or against serverless the following tries to make the decision easier for you.
We built our e-commerce platform with AWS Lambda and other serverless technology. Herel's why we chose AWS Lambda and more on Serverless FaaS.
Build and design a low latency URL shortening service for free like TinyURL and Bitly using serverless technology with Cloudflare Worker and KV.
Wil Node.js be still relevant in 2022? Read about Node.js architecture, advantages, and disadvantages in comparison to Java and Python.
Various aspects of serverless computing and why developers need to put their best foot forward in adopting serverless quickly.
Event Driven Automation for AWS Permission Set Assignments
Five books you must read if you are going serverless including books by Eric Evans, Richard Rodger, Chris Richardson, and more.
Over 200 services are available through Amazon Web Services (AWS). AWS Lambda is the AWS platform's event-driven serverless computing solution.
Serverless Cloud allows you to build your applications without having to worry about the creation and management of cloud services. It does this by abstracting
Happy Serverless September 2020! We at Coding Sans love working with serverless technology. This is why we decided to publish a report with the latest serverless trends this year. We partnered up with nine other companies who share our love to make it happen.
Serverless technology is spreading across the SaaS industry like wildfire, including the Video Streaming industry. Is it a good idea?
Serverless is stateless. Well sometimes thats not quite true. Here is a story of fail.
Edge computing platforms like Cloudflare Workers and Deno Deploy allow us to write serverless middleware and backends that are both very fast and cheap.
The problem that enormous scale venture applications a work in progress bring to the table of programming designers was excessively. There was no arrangement at all to this issue that is the reason an alternate building style was required. Henceforth the expression "microservices" appeared after the economical advancement in distributed computing space, it was first utilized by Dr Peter Rogers in a meeting on distributed computing in 2005.
I have seen cloud tech change a lot in my 10 years of experience. AWS and GCP were not the default choice a few years ago, and I have worked in companies that bought and installed physical servers. What a nightmare! And this is why trying out serverless was the natural next step for me. I think everyone should give it a shot, and I wanted to share my experience!
AWS API Gateway is a great service but can be quite expensive, and even cost-prohibitive in some cases.
Why you should be using AWS Lambda alias for your versioning strategy
While conventional wisdom states we should move to GraphQL entirely, for customer-facing APIs, we need REST. For our own frontends, GraphQL is the answer.
A while ago, we covered the invocation (trigger) methods supported by Lambda and the integrations available with the AWS catalog.
Today's buzzword 'fluid computing' is one of the most underrated terms in the architecture world. Fluid computing is the master set of fog computing, edge computing, mist computing, and cloud computing, which is one of the most versatile architectures that can help in radically changing the way businesses function for good. In essence, the flow of computing resources, including the CPUs, storage, and memory into the functionalities such as routers and servers through virtual devices, is known as fluid computing.
Bigger companies are notorious for moving slow, but here's a case for why they should make the switch to serverless ASAP.
The AWS Well-Architected Framework (WAF) is a set of best practices used to create highly efficient and cost-effective applications on AWS. Lean more.
Read how to design, build, and deploy a serverless Pastebin clone using Cloudflare Worker and KV to upload and share text through links.
When using Amazon DynamoDB, you need to know how to effectively partition the tenant data in order to prevent performance bottlenecks as the application scales.
Fauna is a distributed document-relational database delivered as a cloud API.
Serverless fits perfectly with DevOps and provides the edge over your competitors.
The good news is that you can get Eleventy Serverless to run in AWS Lambdas. Even better, you can get it to run in Lambda@Edge.
What is the Internet Computer Protocol? How does this new Blockchain protocol work? And what sorts of features does the Internet Computer Blockchain have?
Going serverless has many benefits, but it's not without its issues. Learn about the most common serverless challenges & how to overcome them.
Some facts why usage Express.js inside AWS Lambda is pitiful design anti-pattern and how to give it up without pain.
Serverless is a fantastic way of building applications, but there is a lot more to consider than simply Lambda functions.
Simona Cotin from the United Kingdom is a 2020 Noonie nominee in the Software Development category. Simona is a developer who has a passion for teaching others. Scroll on through for their take on what’s trending in tech today.
Going serverless is like outsourcing routine tasks to remote pro teams. You get a shorter time to market, lower cost, and better scalability. You focus on features that make your users happy instead of managing a complex infrastructure. You can be more creative and innovative, as a third-party vendor will save you from all the boring tasks.
Companies need to be thinking long-term before even starting a software development project. These needs are solved at the level of architecture: business owners want to assure agility, scalability, and performance.
There is an interesting discussion going on around how Serverless is more of a spectrum rather than a binary choice.
Best Practices of Serverless at Scale
TL;DR: yes, API Gateway can replace what a Load Balancer would usually provide, with a simpler interface and many more features on top of it. The downside is that it doesn’t come cheap.
Serverless in enterprise success stories. Why should enterprise move to serverless? What's important to enterprise in serverless.
Learn all about AWS Lambda, an Amazon serverless computing system that features a custom back-end service and real-time data processing >>
WunderBase is a Serverless Database with a GraphQL API on top of SQLite, Firecracker/Fly machines, and Prisma.
The Developer's Guide to Building Notification Systems: Scalability, Reliability
Today, we are excited to announce the launch of WunderGraph Cloud! Today, we are excited to announce the launch of WunderGraph Cloud!
Amy Tom talks to Pavel Denisjuk about AWS Lambda and serverless applications. Pavel is the Co-Founder and CTO at Webiny.
In the simplest terms, a serverless system is a way to build an application without having to manage the infrastructure. It reduces administration & maintenance
Here’s a secret: Serverless is the future of development not because of how great of a technology it is. Here’s another secret: The previous statement is wrong.
Responding to the Serverless Revolution
Note: This article covers everything that I present in Viet Nam Web Summit 2019 (VNWS2019) — the biggest event of Viet Nam IT Community.
Nowadays, “Serverless” keyword becomes very popular. Serverless is changing how developers and companies alike approach delivering business value using the public cloud. You can easily find a dozen of articles regarding this keyword. However, I’m pretty sure that, there are not too many articles show you step-by-step to migrate an On-Premises application to Serverless, but in this article, I will do!
‘Smart contracts’ is a misnomer. Despite its name, smart contracts on Ethereum are not self-executing digital agreements. Smart contract code only run when triggered by an external account. In other words, you need an external process to trigger the smart contract.
Amy Tom talks to Pavel Desjnuk, Co-founder and CTO of Webiny, and Richard Kubina, Full-Stack Developer Extrodinaire at Hacker Noon, about serverless CMS.
Visit the /Learn Repo to find the most read stories about any technology.