Calculate running totals, rankings, and moving averages efficiently with SQL window functions.
Category: Emerging Technologies
Emerging technologies include a variety of technologies such as educational technology, information technology, nanotechnology, biotechnology, cognitive science, psychotechnology, robotics, and artificial intelligence.
Azure OpenAI Service with Python: Building Enterprise AI Applications
After spending two decades building enterprise applications, I’ve watched countless “revolutionary” technologies come and go. But Azure OpenAI Service represents something genuinely different—a managed platform […]
Tips and Tricks #24: Apply Strangler Fig Pattern for Legacy Migration
Gradually replace legacy systems by routing traffic to new implementations incrementally.
Tips and Tricks #23: Implement Domain Events for Loose Coupling
Use domain events to decouple components and enable reactive architectures.
Tips and Tricks #22: Use CQRS for Complex Domain Logic
Separate read and write operations for better scalability and simpler code.
Tips and Tricks #21: Apply Repository Pattern for Data Access
Abstract data access logic behind a clean interface for testability and flexibility.