Filter by Category

Thumbnail for Thread Summarization: Adding Memory to LLM Applications

Thread Summarization: Adding Memory to LLM Applications

AI/LLMProgramming

Published: 2024-12-21

Learn how to implement memory in stateless LLM applications using Thread Summarization technique

Read more
Thumbnail for Clean Code Principles: SOLID, KISS, YAGNIand DRY

Clean Code Principles: SOLID, KISS, YAGNIand DRY

Programming

Published: 2021-08-01

Explore essential principles for writing clean, maintainable code—SOLID, KISS, YAGNIand DRY—and learn how they improve code quality and clarity.

Read more
Thumbnail for Using AutoMapper with DTOs in .NET

Using AutoMapper with DTOs in .NET

ProgrammingArchitecture

Published: 2021-07-09

Learn how to use AutoMapper to simplify mapping between domain models and DTOs in .NET applications.

Read more
Thumbnail for Introduction to Entity Framework

Introduction to Entity Framework

Programming

Published: 2021-21-29

An overview of Entity Framework, a popular open-source ORM for .NET, including Code-First and Database-First approaches.

Read more