On Medium
Writing
Architecture notes — multi-tenant SaaS, serverless, and systems that scale.
Medium
@malinda0610
Naveen Fernando · 6 articles on architecture & systems
LatestFeatured
Integrating Multiple Design Patterns in a Clean Architecture Project
How Multiple Design Patterns Work Together in Clean ArchitectureOverviewIn this article, we demonstrate how multiple design patterns can work together in a Clean Architecture-based .NET Web API projec...
Archive
More articles

How to configure CKEditor 5 HTML text editor with Angular 9+
How to configure CKEditor 5 Rich text editor with AngularHello folks, In this article, I am going to discuss how to setup CKeditor rich text editor into your Angular project,I am currently using the l...

Apache-Kafka — Stream Avro Serialized Objects In 6 Steps.
Apache-Kafka — Stream Avro Serialized Objects In 6 Steps.Hello folks, In this article i am going to discuss how to serialize objects using avro serializer and schema registry.Table of contentSet up th...

Apache-Kafka — Stream Custom Serialized Objects In 6 Steps.
Apache-Kafka — Stream Custom Serialized Objects In 6 Steps.Hello folks, In this article, I am going to discuss how to stream custom objects using docker.Set up the environment for Kafka (Kafka server,...

Setup Environment For Oracle Database.
i) Visit the Oracle Database Express Edition (XE) site.Oracle Database Express Edition (XE) Downloadsii) Download the package which is given for windows.iii) unzip the downloaded package and run the s...

Stream Messages Using Apache Kafka — 2.5.0.
Stream Messages Using Apache Kafka — 2.5.0.Note : All the commands used in this article only work on a windows machine.This report is written based on the current stable version (2.5.0) of Apache Kafk...
Continue