Which technologies and expertise have we applied?
- The system is built on Microservices architecture.
- K8s manages containerized deployments and scaling applications stored on the Azure Cloud platform. It is an event-based application using Azure Service Bus as a message broker.
- Kotlin is the primary back-end language, with Kotest as a testing module. Kotlin programming language has numerous benefits and advantages. It can reduce the boilerplate code required to perform tasks, resulting in less clutter in backend solutions. Faster execution of the written code and quicker loading times are produced by less code and a shorter compile time. In order to make the code shorter and less verbose, it also eliminates unnecessary vocabulary. Kotlin provides several features that enhance code safety, such as null safety and type inference. These features help minimize the risk of runtime errors and simplify the process of writing error-free code.