We hadn't had an in-person event since March, and Atoms really missed seeing one another. So we found a way to hold small, socially-distanced get-togethers.
Single-page web apps are an ideal environment for designer/developer collaboration, which yields faster implementation of designs that represent the designer's intent.
Part of a series on writing request tests for a C# Azure Functions API in xUnit, this post shows how to use reflection to locate the HTTP triggered methods.
As a manager, you are the vital link between your direct reports and the organization. In this socially-distant era, regular 1-on-1 meetings are essential.
Want flexible, extensible APIs that can work with a many concrete types at runtime? Use this pattern to create APIs that are precisely typed and flexible.
Technically challenging projects often begin with a long period of uncertainty. Here are four ways to start moving forward instead of spinning your wheels.
To isolate our functions for testing, we needed to create some mocks for Google Maps API. We chose Jest for its ease of use and because there's a handy Jest-Junit reporter that cre