Implement semantic search using text embeddings for more relevant results than keyword matching.
Tag: data-engineering
Tips and Tricks – Use dbt for Maintainable Data Transformations
Build modular, tested, documented data transformations with dbt.
Tips and Tricks – Partition Large Tables for Query Performance
Use table partitioning to dramatically speed up queries on large datasets.
Tips and Tricks – Use Span for Zero-Allocation String Parsing
Eliminate heap allocations when parsing strings by using Span
Tips and Tricks – Apply Strangler Fig Pattern for Legacy Migration
Gradually replace legacy systems by routing traffic to new implementations incrementally.
Tips and Tricks – Implement Domain Events for Loose Coupling
Use domain events to decouple components and enable reactive architectures.