NSNikolay Stanchevinblog.teonibyte.com·Jan 18 · 9 min readIntroducing Lambdora – A Tool for Time-Traveling Through Your DataOverview The purpose of this post is to introduce Lambdora - a side project I’ve been working on that turns change data capture (CDC) events into a clear, queryable timeline of how data evolves over time. Lambdora takes raw CDC streams and transforms...00
NSNikolay Stanchevinblog.teonibyte.com·Aug 27, 2023 · 15 min readAdding Authentication to a Java REST APIIntroduction This post is another follow-up in the series of articles covering the technical process of building a fully fletched Java REST API for task management: https://blog.teonisoftware.com/step-by-step-tutorial-for-building-a-rest-api-in-java...00
NSNikolay Stanchevinblog.teonibyte.com·Dec 23, 2022 · 9 min readThe Pyramid Analogy of Progress and DevelopmentThe Why I've been delaying this blog post for a while now because: it is not strictly related to software engineering which is my career field it always felt as if I am writing about something that is out of my area However, throughout this year ...00
NSNikolay Stanchevinblog.teonibyte.com·Dec 17, 2022 · 14 min readAdding Logging and Metrics to a Java REST APIIntroduction This post is a follow-up to the last two tutorials for building a Java REST API (Task Management Service) and integrating it with a MongoDB database: https://blog.teonisoftware.com/step-by-step-tutorial-for-building-a-rest-api-in-java ...00
NSNikolay Stanchevinblog.teonibyte.com·Jul 31, 2022 · 9 min readIntegrating a Java REST API With a DatabaseIntroduction This article is a follow-up to my last tutorial on building a fully functional Java REST API for managing TODO tasks. For simplicity, last time we used an in-memory database as an implementation of the storage interface defined by our bu...00