blog.hosi.devPlay with Bun and Solid.js: Create a multi-player Tic-Tac-Toe, Part1Recently, Bun reached version 1.0 and made a splash in the JavaScript ecosystem. I wanted to try it out and thought maybe good idea to create something in combination with Solid.js, the frontend framework I wanted to play with for a long time. As a p...Nov 16, 2023·9 min read
blog.hosi.devNon-Blocking Spring Boot Applications Using Kotlin Coroutines — Is It Worth It?Co-Authored with: Hadinajafi In this article, we want to investigate how we can use Kotlin coroutines for creating non-blocking applications. Also, we will do a benchmark to see how much it improves the throughput of our application, Is it really wor...Nov 14, 2023·8 min read