In this article, we’ll discuss cold starts: what influences serverless startup latency, and how to mitigate its impacts in our applications.
Observability
Everything about Observability
Observability

Dashbird Explained: the why, what and how
Here’s everything you need to know to get started with Dashbird – the complete solution for End-to-End Infrastructure observability, Real-time Error Tracking, and Well-Architected Insights.

8 Must-Know Tricks to Use S3 More Effectively in Python
The simplicity and scalability of S3 has made it a go-to platform not only for storing objects, but also to host them as static websites, serve ML models, provide backup functionality, and so much more. In this article, we’ll look at various ways to leverage the power of S3 in Python.

Why You Should Stop Hoarding Metrics
After implementing monitoring you most likely have too many metrics and alerts set up. Now you went from having no insights to having important parts being drowned by noise. What’s the solution?

Explaining boto3: How to Use Any AWS Service with Python
What is boto3 and how to use it? In this article, we’ll look at how boto3 works and how it can help us interact with various AWS services.

The Ultimate Guide to Monitoring Serverless Applications
The good, the bad, and the importance of Monitoring Serverless Applications. Your A-Z from cold starts to logging to Lambda cost and latency.

Is Real-Time Processing Worth It For Your Analytical Use Cases?
Real-time technologies are powerful but they add significant complexity to your data architecture. In this article, we’ll look at several options to reap the benefits of a real-time paradigm with the least amount of architectural changes and maintenance effort.

AWS Kinesis vs SNS vs SQS (with Python examples)
Decoupling offers a myriad of advantages, but choosing the right tool for the job may be challenging. In this article we’ll take you though some comparisons between AWS services that allow you to decouple sending and receiving data (covering SNS, SQS and Kinesis). We’ll show you examples using Python to help you choose a decoupling service that suits your use case.