In this article, we'll walk through a critical aspect of logging—logging. Logs are important for any application debugging, so understanding them is important.
The default implementation of the gRPC on .NET - Grpc.net is built on Grpc.Core which uses the protoc tool (see: ProtoCompilerOutput) to generate C# artifact...
This article is based on a talk given by Shawn Ma at TiDB DevCon 2020. TiDB is an open-source, distributed, NewSQL database that supports Hybrid Transactiona...
Before we begin to talk about thread pool, let revisit threads. Threads are really powerful things. By creating multiple threads, multithreading, you can do ...
When people talk about the Performance Improvement of an application, the one integral factor that everyone considers is server-side caching. Identifying the...
If you've ever developed mobile apps and published them, then you know all of the rules. Here's how to automate flutter app versioning using Fastlane plugin.
This post will help you learn how to implement a QR code scanner using React Native and TypeScript, limit the QR code detecting area, and add a mask scanning area.
In this article, I'll show you how to use git-crypt, so you can safely keep your application secrets in your source code repositories, even if they're public.