home / tag / ddd
Building a Lithuanian Law Assistant with LLM and RAG (part 2)
Building a Lithuanian Law Assistant with LLM and RAG (part 2)
Feb 21, 2026
8 min read
2 charts

I continue building a Lithuanian AI law assistant. I already have a POC with 4 laws chunked and loaded to the database with semantic retrieval. Is it useful? A bit. It can look up...

airagllm
Defining Microservice Scope - Integrators and Disintegrators
Defining Microservice Scope - Integrators and Disintegrators
Aug 16, 2024
3 min read
1 charts

Microservice architecture has become a widely adopted approach for building scalable and maintainable systems. However, one of the most complex decisions when implementing this...

architecturemicroservicesddd
Domain Driven Design
Domain Driven Design
Dec 13, 2023
2 min read
5 charts

Domain driven design (DDD) is a methodology for designing software with a focus on the domain. DDD is one of the main practices used in the microservices development. I'll cover 3...

architecturedddmicroservices