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...
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
This article will delve into serverless technology from both a business and technical standpoint, aiming to provide a more comprehensive understanding for everyone.
Loading Web Fonts with the Web Font Loader | CSS-Tricks
Several years ago the consensus on font loading in the community was that, as a website loads, all fonts should be hidden until the correct resources have
What if we got aspect-ratio sized images by doing almost nothing? | CSS-Tricks
Say you have an image you're using in an that is 800x600 pixels. Will it actually display as 800px wide on your site? It's very likely that it will not. We
One of the common objections to our cloud exit has been that we shouldn't have expected good outcomes from a lift'n'shift operation. That the real value of the cloud is in managed services and new architectures, not just running the same software on rented cloud instances. It's basically the "you're holding it wrong" argument for the c...
What Removing Object Properties Tells Us About JavaScript — Smashing Magazine
Removing properties from an object in JavaScript might not be the most exciting job, but there are many ways to achieve it, each revealing a fundamental aspect of how JavaScript works. Juan Diego Rodríguez explores each technique in this article.