Overview
Explore
Labs
Services
Events
Select a tab
100 results found
Using Mock Service Worker to Improve Jest Unit Tests
Mock Service Worker (MSW) improves unit tests of components that make API calls by defining mocks at the network level instead of mocking our own custom code. Better still, we get that benefit while also making our test code smaller, easier to read and easier to reuse.
Blog
• Aug 5, 2021
GRPC Health Checks in Kubernetes
When deploying services in Kubernetes (K8s) it is important to configure health checks to restart a service that have stopped responding. Kubernetes natively supports health checks via gRPC (Remote Procedure Call).
Blog
• Feb 14, 2023
Performance Benchmarking: Bun vs. C# vs. Go vs. Node.js vs. Python
I took 5 runtimes and built functionally identical REST APIs with each of them. Then I ran load tests for each application to measure their performance.
Blog
• Jun 13, 2023
Integrating Cisco ThousandEyes into the Webex Suite and Contact Centers: What it means for EX and CX
Cisco ThousandEyes integration with Webex enhances collaboration by providing end-to-end visibility and proactive issue resolution. This ensures optimal performance for video endpoints, meeting rooms and contact centers, improving both customer and employee experiences. ThousandEyes offers comprehensive network insights, enabling IT teams to swiftly troubleshoot and maintain seamless digital interactions.
Blog
• Oct 17, 2024
Structuring Your Decision Making: The PrOACT Decision Framework
Learn how to improve decision-making for important decisions using the PrOACT decision framework.
Blog
• Oct 19, 2021
Enhancing Remix's Defer Functionality
A dive into one of Remix's newer features: the ability to defer rendering part of a web page.
Blog
• Oct 3, 2023
Postman API Tests Collection: Run With Docker Compose
As Quality Engineers, we want the test environment setup to be quick and easy. And the test runs to be isolated and repeatable. Using Docker to run the tests can help achieve these goals. Here is a brief primer about creating a Postman tests collection and then running it with Docker Compose.
Blog
• Jan 21, 2022
About the UX Apprenticeship Program
Gain the experience you need to accelerate your career.
Blog
• May 19, 2022
An Introduction to Regular Expressions in C#
Learn how to use regular expressions in C# to perform advanced searches in text and easily convert text, leveraging the best of regexes and C#.
Blog
• Apr 1, 2021
Embracing the Metaverse: Immersive Experiences in Media, Entertainment and Gaming
Immersive experiences are expected to revolutionize gaming, entertainment and media, transforming our daily lives. This blog explores the Computer Vision and AR/VR solutions that customers in the MEG sectors are using to stay competitive and retain their audiences in this rapidly evolving landscape.
Blog
• Jul 3, 2024
Android Appium Automated Tests with BrowserMob MITM proxy
Mobile automation is generally done in mobile application testing to improve the efficiency of our testing process. Many times, the application deals with back-end-based data, which tends to change with each request or over time, and we can't afford to go and update tests on each data change. Here, we are going a step further by using the MITM concept to trap, manipulate and stub our data.
Blog
• Jan 14, 2024
A Brief History of NLP
NLP has substantially transformed our daily life. We dive into the history of NLP models to understand its past, present, and future, and how NLP can help businesses create value using text data.
Blog
• Feb 23, 2023