Systems | Development | Analytics | API | Testing

Why low latency is important for transportation and logistics companies providing realtime updates

The transportation and logistics industries contain much more complexity than the average consumer would guess. When they build apps, they need to provide a simple, intuitive experience supported by a complex and most often unseen system of vehicles criss-crossing neighborhoods, states, and countries, supported by employees and systems working from behind the scenes to orchestrate the processes necessary to make this all work smoothly.

How C# Reflection Works With Code Examples

To write code that can read, examine and even write code in runtime. Sounds like magic? Welcome to the world of C# reflection. Being able to write code that can examine and modify other pieces of code dynamically is quite a useful power. That’s what we call reflection, and in this post, you’ll learn how C# reflection works. We’ll open the post by covering some fundamentals. What is reflection in C#? Why do people use it? We’ll break all that down for you in plain English.

Testing Woes: Reasons Behind Flakiness in Tests | Cristiano Cunha | #flakytest #softwaretesting

In this informative video, Cristiano Cunha, a distinguished software testing professional, reveals the reasons behind flakiness in tests. Cristiano uncovers the root causes of flakiness and explains why this phenomenon occurs in testing processes. Whether you're a tester, developer, or anyone involved in software testing, this video offers valuable knowledge on understanding and mitigating the challenges of flakiness.

How to Use LoggerFactory and Microsoft.Extensions.Logging for .NET Core Logging With C#

Do you use.NET (formerly.NET Core)? If so, you’re probably familiar with the built-in.NET Core LoggerFactory which is in Microsoft.Extensions.Logging. Back when it was introduced, it created a lot of confusion around logging with ASP.NET Core. Several years latter, the dust has settled down, and.NET logging has become somewhat “boring”, which means predictable and consistent. In this post, we’ll offer you a guide on.NET logging.