Overview
Explore
Labs
Experts
Services
Events
Select a tab
71 results found
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
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
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
Model Context Protocol (MCP) - A Deep Dive
A deep technical dive into the specifics of how Model Context Protocol (MCP) works, how it relates to previous agentic systems and what the business implications are.
Blog
•Apr 21, 2025
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
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
Unit Testing on iOS With Async/Await
Learn how to unit test Swift code using async/await on iOS 15.
Blog
•Jul 1, 2021
Measuring ROI for Agile Projects
Can return on investment (ROI) be measured for agile projects?
Blog
•Sep 9, 2022
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
Kotlin Collections for C# Developers
Quickly learn how to use collection functions in Kotlin by leveraging knowledge of C#.
Blog
•Feb 14, 2023
Unlocking the Power of Apple CarPlay
In an era where our smartphones have become an integral part of our daily lives, Apple CarPlay emerges as a seamless integration of technology with our driving experiences. Here, we'll delve into the intricacies of Apple CarPlay, exploring its features, benefits and how developers can harness its capabilities with code examples.
Blog
•Mar 12, 2024