Operations | Monitoring | ITSM | DevOps | Cloud

Latest Videos

Boost your #Development Workflow with Cloud Patches #shorts

Meet Trevor 👋 He's a developer just like you, and sharing code is a crucial part of his workflow. That's why he's working on Cloud Patches – a streamlined way to get feedback earlier in the development process and save yourself from potential coding headaches! With just a few clicks, Trevor can convert his local #Git changes into a shareable patch, eliminating the delays of traditional methods like updating remotes or creating pull requests. 🔀

Building an Internal Development Platform (IDP): A Journey of Innovation and Growth #shorts

As your organization grows, the increased number of engineers and services can put a strain on your infrastructure and ops teams. As Latin America’s largest online commerce and payments ecosystem, MercadoLibre needed to solve this scaling challenge. So we embarked on a mission to build an Internal Development Platform (IDP). We’ll highlight our transformative journey and how the IDP grew to manage over 26,000 microservices, while delivering a highly productive environment to MercadoLibre’s 12,000+ developers. In this session, you’ll learn about the challenges and solutions required to successfully build your own IDP.

How to securely query AWS S3 from ClickHouse

ClickHouse is a powerful analytical database, loading data from an AWS S3 bucket allows you to quickly start analyzing the data without having to download and upload them manually in the database. Writing data to S3 allows you to offload some cold data, while keeping all the hot data in ClickHouse and, with the usage of federated queries, being able to query both hot and cold data at the same time.

Aiven workshop: Data Persistence 101: Spring Boot and MySQL Edition

✨What's Cooking in Our Workshop✨ Persisting data is a crucial part of any application that you build. It’s not always easy to map your business objects with your relational database. One of the tools that can help you with this is called Hibernate ORM (for Object Relational Mapping). Join us in this workshop where we will learn the basics of Hibernate combined with the most popular Java App framework : Spring Boot and MySQL as a database.

How to test non-deterministic user flows with Playwright

End-to-end testing and synthetic monitoring of interactive apps and sites is challenging. It's especially tough when non-deterministic flows such as cookie banners or promotion popups interrupt your test automation. This video teaches how to write Playwright tests that handle optional and surprising UI interactions. Note: Stefan decreased the default action timeout in this video to avoid spending time waiting for `click()` to timeout.