Rambling Ideas
  • Home

System Design

A collection of 2 posts
Writing Maintainable Code Tips: API Models != Domain Models
Software Engineering

Writing Maintainable Code Tips: API Models != Domain Models

Using API models as your domain models in your business logic is not a good idea and leads to hard-to-maintain systems.
May 5, 2020 3 min read
Software Engineering

Database transaction handling in C++ systems

Architectural approach of a way to handle transactions in C++ systems. The approach aims to be as decoupled and non-invasive as possible.
Nov 6, 2016 8 min read
Rambling Ideas © 2023
Powered by Ghost