Kotlin Co-routines

Kotlin coroutines are a powerful tool for asynchronous programming in Kotlin. They allow developers to write asynchronous code in a sequential manner, making it easier to read and maintain. Coroutines are lightweight threads that can be used to perform long-running tasks such as network requests or database operations without blocking Read more…

Logic Apps vs Function Apps

Serverless computing is a cloud-native development model that allows you to run code or workflows without having to provision or manage any infrastructure. Azure offers several services that enable serverless workloads, such as Logic Apps, Function Apps, Power Automate, and WebJobs. In this blog, we will focus on comparing Logic Read more…