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?
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?
Handling Web Application Security¶
What is security? What are the common security attacks? and How to handle them?
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.