DEV Community

Cover image for DevOps Bulletin #88: The Creator of Everywhere SQLite
LABOUARDY Mohamed
LABOUARDY Mohamed

Posted on

DevOps Bulletin #88: The Creator of Everywhere SQLite

This week, I have a lot of exciting topics for you, including a guide to simplifying internal AWS Lambda APIs, features we’d like to see in PostgreSQL, how Cloudflare improved its DNS record build speed, a SRE checklist, and more. We’ll also be discussing tools like Hearths, which helps prevent cold starts in AWS Lambda, Caretta, a visual Kubernetes network map creator, sls-mentor, a tool that analyzes AWS resources against best practice rules, and Gefyra, a tool that runs local code in any Kubernetes cluster.

And I have a special treat for you this week, as I shared a podcast featuring Richard Hipp, the creator of SQLite. Listen to the story of how his small project became a fundamental part of today’s technology infrastructure, from smartphones to commercial planes. This is a must-listen for all tech enthusiasts and database enthusiasts alike.

I hope you enjoy this week’s newsletter! Share it with a friend or colleague if you find it helpful, drop me an email, or send me a DM on Twitter about topics you’d like to hear about in future editions.

Headline Tutorials:

Cartoon figures of the Lambda API, Extensions API, Telemetry API, and the Runtime API.

👀 “Simplifying internal AWS Lambda APIs” — Discover the inner workings of these APIs through a comprehensive guide, complete with real-world examples of their practical applications.

💡 “Features I’d like in PostgreSQL” — Feature including “i-am-a-dummy mode” like in MySQL to prevent accidental deletion, a unit test mode that randomly sorts query results, query progress in the psql client like in MariaDB, and Pandas-like join validation.

🚀 “How we improved DNS record build speed by more than 4,000x” — Learn how Cloudflare has improved its DNS record propagation speed, allowing customers to quickly change their configurations.

🔥 “SRE checklist” — A checklist for anyone practicing Site Reliability Engineering.

💸 “Visualize and gain insights into your AWS cost and usage” — Visualize and analyze your AWS CUR data with Amazon Managed Grafana while using the Amazon Athena plugin.

📦 “How to add an SBOM to your containers with GitHub Actions” — Learn how to add a Software Bill of Materials (SBOM) to your containers with GitHub Actions in a few easy steps.

🧪 “Building a staging environment for data teams” — Building a staging environment for data teams is challenging. It’s complicated since tables don’t have a simple version control system.

☁️ “Never worry about Cold Starts in AWS Lambda again” — Hearth, an open-source app provides developers with the ability to set custom timers for each Lambda function and visualize key metrics, and aggregate recent CloudWatch logs for selected Lambda functions to assist with monitoring cold starts.

Latest open source projects

Precloud

Dynamic tests for infrastructure-as-code

An open source command line interface that runs checks on infrastructure as code to catch potential deployment issues before deploying.

Caretta

Instant K8s service dependency map, right to your Grafana.

Caretta is a lightweight, standalone tool that instantly creates a visual network map in Grafana of the services running in your Kubernetes cluster.

sls-mentor

AWS Serverless infrastructure configuration best practices framework-agnostic analyzer

sls-mentor is a tool that analyzes the configuration of your AWS resources against best practice rules. It solves problems before they occur, and optimizes your app’s performance and costs.

Gefyra

Gefyra

Gefyra runs local code in any Kubernetes cluster without the build and push cycle. It overlays containers in the cluster making code changes immediately available.

RESTler

RESTler

RESTler is the first stateful REST API fuzzing tool for automatically testing cloud services through their REST APIs and finding security and reliability bugs in these services.

Serverless Run Watch

Serverless Run Watch

Cloud-local developer experience for Serverless. Single-digit second deploys, and logs are streamed from CloudWatch straight to your terminal.

Podcast of the week

Richard Hipp is the creator of SQLite, an open-source database software that has become an essential part of today’s technology infrastructure, found in products from smartphones to commercial planes. In this podcast, Hipp shares the story of how his small project grew beyond expectations, leading to relationships with tech giants, and more 🔥

Question of the week

Question of the week

Read full thread

Meme of the week

Platform Engineering vs DevOps

I hope this summary has been useful. Remember to subscribe to the newsletter to receive the latest DevOps trends in your inbox every week 🔥

Top comments (0)