It's been 12 days since 61 speakers took to the stage for our 2023 Mobile DevOps Summit. There were a total of 43 sessions on day one and 13 workshops on day 2. We had a lot of content! Here are a few memorable quotes from the 2-day Summit!
In The fundamentals of data warehouse architecture, we covered the standard layers and shared components of a well-formed data warehouse architecture. In this second part, we’ll cover the core components of the multi-tiered architectures for your data warehouse.
Postman is one of the most sought-after tools when it comes to API testing. Whether you’re new or experienced, this tutorial simplifies API testing using Postman. We’ll cover the basics, explore testing techniques, and showcase implementable skills in this blog. This blog is derived from Pricilla Bilavendran’s workshop on Postman with The Test Tribe.
We previously explored how we built our own Serverless Engine and a multi-region networking layer based on Nomad, Firecracker, and Kuma. But what about the architecture of the engine that orchestrates these components across the world? This is an interesting topic to work on and we thought it could be useful to share some internals out there. Put on your scuba equipment, this is a deep dive into our architecture and the story of how we built our own global deployment engine.
A common data development task is to move data from a target to a source. It can be a time consuming and tedious process when you have many sources or many targets of different types. This task can be made more complex when you add an automation component. These tasks can be made much quicker and easier to manage when using the right tool, for example Linx. This article will look at exactly how you can read and write data from these different sources.
Are you tired of struggling with flaky, slow, and complex browser automation tools? If you’re a developer looking for a robust solution to automate your web testing and interaction needs, Playwright might just be the answer you’ve been searching for. In this blog post, we’ll walk you through the process of getting started with Playwright, from installation to writing your first test script (in TypeScript).
Playwright Test Generator is a powerful tool that simplifies the process of creating and maintaining end-to-end tests for web applications. Whether you’re a developer or a QA engineer, Playwright Test Generator can save you time and effort by generating test scripts that ensure the reliability and functionality of your web applications. In this blog post, we’ll walk you through the process of using Playwright Test Generator to create and manage automated tests effectively.