Systems | Development | Analytics | API | Testing

Latest Posts

What is the Best ETL Method for Data Analysis?

The five critical elements of ETL methods for analyzing data: ETL is a critical process necessary to discover the nuggets of truth locked inside a business’s vast ocean of data. Different data points, once analyzed as a whole, help businesses make smarter, more informed decisions. Companies that create substantial data figures, all coming from different, separate sources, find that ETL impacts the business’s decisions considerably. But what is ETL?

How Stripe Engineered a Developer Paradise

In this article, we are going to explore why the Stripe developer experience is so passionately supported by thousands of developers globally. One of Stripe’s missions is to increase the GDP of the internet, and over the last decade, they’ve successfully executed 250 million API requests per day and over 91 billion requests per year through their APIs.

How to handle iFrame in Selenium

iFrame is the most commonly used HTML Element to display or embed a complete web page into a new window. The iFrame element is used in all modern websites and has many advantages over other types of coding. iFrame comes with many benefits. Over the years, many websites have used iFrame. Despite it being a common practice these days, browsers still view iFrames with suspicion and don’t allow any 1×1 DIVs inside an iframe.

UX & Testing: UX Lessons Learned From My Real-Life Experiences - Part 1

The key differentiator that distinguishes good software from outstanding software is the user experience. Software testers should go beyond just checking the functionality of the product. Software Testing is one of those fields where the more you know the better it is. Testers need to be generalists to be effective at work, someone with broad knowledge across many topics and expertise in a few.

Smart ways to use XPath in Selenium - [2022 Updated]

Locators in Selenium test automation help to find the unique DOM elements. There are different types of locators CSS, ID, Class, XPath, etc. The XPath Locator is the most commonly used in test automation. XML Path Language is popularly abbreviated as XPath, it locates the element uniquely in the DOM tree. In test automation, Locators and Selectors are used interchangeably.

Setting up a Multi-Architecture Kubernetes Cluster

In the last post we covered the industry shift towards ARM machines for both local and production software engineering. Last time we learned how to create Docker images that would work on multiple architectures for dev machines. Now we want to take this portability and leverage it for cost savings in production. You may be able to transition some of your services into multi-architecture builds.

Six automated software testing services to boost your QA strategy

Modern engineering and product teams feel the pressure to accelerate the feedback loop to developers, shorten release cycles, and deliver high-quality results quickly. For many, fusing manual strategies with automated software testing services is part of the solution to ensure consistency and immediate test execution. We agree!