Skip to content

Design and Engineering

Event Sourcing in Kotlin


What is event sourcing? How do you implement it using Kotlin? What are the benefits? What challenges are you likely to face?

Continue reading

Messaging in Microservices using SQS and SNS


REST APIs or messaging? How to choose what communication strategy to use in your application? How to implement SQS and SNS in your microservices?

Continue Reading

Handling Web Application Security


What is security? What are the common security attacks? and How to handle them?

Continue reading


Custom Authentication Scheme using Feature of Ktor


In this article we will be getting a brief overview of features in ktor and how to implement a custom authentication scheme using feature of Ktor.

Continue reading

Back to top