Tag: programming
All the articles with the tag "programming".
-
Linkerd Service Mesh on AWS EKS
I've been writing for a while now on setting up Kubernetes specifically with AWS' EKS. I love how EKS gives me the flexibility to install the standard and custom Kubernetes resources that I need and w
-
4 Benefits to using a Service Mesh
I've been spending a great deal of time lately working with Service Meshes and after having a few of the same conversations over and over (in a good way), I wanted to codify some of the reasons why th
-
Connecting Rust Lambda Functions with OpenTelemetry and Datadog
Tracing Lambda Functions with observability code is the basement level of instrumentation that should exist when writing Serverless Applications. So many times, even in Lambda Functions, there are tim
-
Momento Token Vending Machine with Rust, Lambda, and Datadog
Working with browser hosted code (UI) requires a developer to be cautious about exposing secrets and tokens. A less than trustworthy person could take these secrets and do things that the user doesn't
-
DSQL Part 2 - More Rust and a Momento Cache
**UPDATE: I had a missing index on my DSQL table. If you read the article before, please go back and check the metrics and graphs**
-
AWS DSQL Tutorial: Serverless SQL Database with Lambda and Rust
Serverless developers that use Lambda as their compute of choice have long had to make a trade-off in AWS when it comes to storing their application data. Do I use a purely serverless database in Dyna
-
Orchestrating a Serverless API Workflow with Kestra
Modern applications are complex. Fewer and fewer applications are built as single monolith that runs in one process, stores its data in a single database, and has access to the underlying single file
-
Datadog RUM Provides Deep Application Insights
Observability is a user experience concern. Let that sync in for a minute. When you reach a certain amount of scale, it's not practical for a developer to take feedback from each and every user and th