Category
Development
Top

5 AI Use Cases to Modernize Your Legacy Systems
Many systems were built 20-25 years ago and have never been updated since. They are no longer compliant with modern standards and regulations. They a…

Delphi Migration Pitfalls: Insights from Real Projects
Modernizing a Delphi system often feels like walking into a maze with no map. There’s no documentation. The only person who understood the logic reti…

Building a Fast .NET Core API with Async Programming
Imagine that you build an application with long-running and heavy tasks, and your main thread is blocked. With synchronous programming, each line of …

Determining User Location with Google Maps in Delphi FMX
Google Maps is widely used in a variety of applications, including web apps and mobile apps. It allows users to plan their routes between two points …

Dependency Injection in ASP.NET Core
When we talk about modularity and maintainability, we should have in mind the Dependency Injection (DI). ASP.NET Core comes with a built-in dependenc…