📰 Dev.to · Nathan Fallet
Articles from Dev.to · Nathan Fallet · 7 articles · Updated every 3 hours · View all reads
All
⚡ AI Lessons (9011)
ArXiv cs.AIDev.to · FORUM WEBForbes InnovationOpenAI NewsDev.to AIHugging Face Blog

Dev.to · Nathan Fallet
3mo 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
3mo 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
3mo 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
3mo 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
3mo 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
3mo 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
4mo 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