📰 Dev.to · Nathan Fallet
7 articles · Updated every 3 hours · View all reads
All
Articles 88,166Blog Posts 108,027Tech Tutorials 21,851Research Papers 18,907News 14,545
⚡ AI Lessons

Dev.to · Nathan Fallet
5mo ago
Part 6: Test and Demo - Ktor Native Worker Tutorial
In this final part, we'll explore how to set up, run, and test the complete application across...

Dev.to · Nathan Fallet
5mo ago
Part 5: Wire Everything with Koin - Ktor Native Worker Tutorial
In this part, we'll explore how Koin dependency injection wires all the components together, creating...

Dev.to · Nathan Fallet
5mo ago
Part 4: Routes - Ktor Native Worker Tutorial
In this part, we'll explore how to define HTTP routes in Ktor and how they integrate with the message...

Dev.to · Nathan Fallet
5mo ago
Part 3: AMQP Setup and Calls - Ktor Native Worker Tutorial
In this part, we'll explore how to set up AMQP (Advanced Message Queuing Protocol) with RabbitMQ for...

Dev.to · Nathan Fallet
5mo ago
Part 2: Sending Notifications - Ktor Native Worker Tutorial
In this part, we'll explore how to send Firebase Cloud Messaging (FCM) notifications using the...

Dev.to · Nathan Fallet
5mo ago
Part 1: Gradle Setup - Ktor native worker tutorial
In this tutorial, we'll explore how to set up a Kotlin Multiplatform project targeting both JVM and...

Dev.to · Nathan Fallet
6mo ago
Stop wrapping your RabbitMQ code in runBlocking
You're using Kotlin. You love coroutines. Your entire codebase is suspend functions, Flow, and...
DeepCamp AI