Found 258 bookmarks
Newest
Converting stateful application to stateless using AWS services | Amazon Web Services
Converting stateful application to stateless using AWS services | Amazon Web Services
Designing a system to be either stateful or stateless is an important choice with tradeoffs regarding its performance and scalability. In a stateful system, data from one session is carried over to the next. A stateless system doesn’t preserve data between sessions and depends on external entities such as databases or cache to manage state. […]
·aws.amazon.com·
Converting stateful application to stateless using AWS services | Amazon Web Services
What happens when databases crash?
What happens when databases crash?
Databases have tables and indexes stored in files. As you create rows, the database system writes to data pages in memory which is then written to data files on disk. There is a problem though, what…
·medium.com·
What happens when databases crash?
The Roots of Today's Modern Backend Engineering Practices
The Roots of Today's Modern Backend Engineering Practices
What accidentally taking down Amazon.com in 1997 taught Joshua Burgin; tech industry veteran and one of Amazon’s first 100 employees
·blog.pragmaticengineer.com·
The Roots of Today's Modern Backend Engineering Practices
Introducing the Next Generation of AWS Amplify’s Fullstack Development Experience | Amazon Web Services
Introducing the Next Generation of AWS Amplify’s Fullstack Development Experience | Amazon Web Services
AWS Amplify just announced a public preview of a new code-first developer experience that empowers frontend developers to quickly build and deploy fullstack apps with their existing TypeScript or Javascript skills. The first generation of the tooling offered a tooling-first experience, using a CLI/Console-based interactive workflow to create a backend. Gen 2 transitions to a […]
·aws.amazon.com·
Introducing the Next Generation of AWS Amplify’s Fullstack Development Experience | Amazon Web Services
Serverlesspresso
Serverlesspresso
Serverlesspresso workshop
·workshop.serverlesscoffee.com·
Serverlesspresso
Building Serverlesspresso: Creating event-driven architectures
Building Serverlesspresso: Creating event-driven architectures
Serverlesspresso is an event-driven, serverless workload that uses Amazon EventBridge and AWS Step Functions to coordinate events across microservices and su...
·youtube.com·
Building Serverlesspresso: Creating event-driven architectures
The Architecture of Serverless Data Systems — Jack Vanlightly
The Architecture of Serverless Data Systems — Jack Vanlightly
I recently blogged about why I believe the future of cloud data services is large-scale and multi-tenant, citing, among others, S3.  “ Top tier SaaS services like S3 are able to deliver amazing simplicity, reliability, durability, scalability, and low price because their technologies are s
·jack-vanlightly.com·
The Architecture of Serverless Data Systems — Jack Vanlightly
New for Amazon SQS – Update the AWS SDK to reduce latency | Amazon Web Services
New for Amazon SQS – Update the AWS SDK to reduce latency | Amazon Web Services
With Amazon SQS, you can send and receive messages between software components at any scale. It was one of the first AWS services I used and as a Solutions Architect, I helped many customers take advantage of asynchronous communications using message queues. In fact, Amazon SQS has been generally available since July 2006 and, under […]
·aws.amazon.com·
New for Amazon SQS – Update the AWS SDK to reduce latency | Amazon Web Services
10 insights on real world container use | Datadog
10 insights on real world container use | Datadog
Our latest report examines more than 2.4 billion containers run by tens of thousands of Datadog customers to understand the state of the container ecosystem.
·datadoghq.com·
10 insights on real world container use | Datadog
A story about HTTP status codes and why you should read documentation
A story about HTTP status codes and why you should read documentation
Learn four things to consider when building APIs related to HTTP status codes. And when consuming APIs, don’t do what I did. Read the documentation, understand how the API is designed, and code defensively around unexpected results.
·blog.sentry.io·
A story about HTTP status codes and why you should read documentation
Lessons Learned by a Software Guy Venturing into Hardware
Lessons Learned by a Software Guy Venturing into Hardware
I've been in the software game for almost 30 years professionally, with another 10 dabbling in programming. I'm one of those who think anyone can code, but creating a software product...
·sidecart.xyz·
Lessons Learned by a Software Guy Venturing into Hardware
Microservices aren't the problem. Incompetent people are
Microservices aren't the problem. Incompetent people are
There's been a lot of (deserved) criticism towards microservice architecture and how it's usually hurtful to the companies. However, I believe SOA isn't bad ...
·nondv.wtf·
Microservices aren't the problem. Incompetent people are
Let’s CDK: The Energy Drink Episodes
Let’s CDK: The Energy Drink Episodes
This series of posts will explore the core concepts of AWS CDK and how we can use it to build Serverless applications.
·aws.plainenglish.io·
Let’s CDK: The Energy Drink Episodes
Tame Long Running Tasks with Web Sockets!
Tame Long Running Tasks with Web Sockets!
Kick off those long-running tasks quickly and easily using an Event Driven solution leveraging AWS Web Sockets. No mess, no fuss and there is an entire CDK Construct for you to leverage so you can build your own in minutes - Just add long-running tasks!
·serverlessdna.com·
Tame Long Running Tasks with Web Sockets!
Serverless Is Not All You Need
Serverless Is Not All You Need
This article will delve into serverless technology from both a business and technical standpoint, aiming to provide a more comprehensive understanding for everyone.
·risingwave.com·
Serverless Is Not All You Need
Announcing WinterJS
Announcing WinterJS
The most performant JavaScript Service Workers server thanks to Rust and SpiderMonkey
·wasmer.io·
Announcing WinterJS
Cloud Functions Combed 🪮
Cloud Functions Combed 🪮
An architectural approach for growing cloud function projects
·medium.com·
Cloud Functions Combed 🪮
How big is a Microservice in Serverless?
How big is a Microservice in Serverless?
We delve into a common query in the minds of enterprise Serverless teams, addressing it by thoroughly examining the merits and drawbacks…
·blog.serverlessadvocate.com·
How big is a Microservice in Serverless?
If you give a dev a lambda
If you give a dev a lambda
This post is part of a series of posts I’m writing as part of my“build in public” project.
·medium.com·
If you give a dev a lambda