A Vue 3 + Vite + PNPM + Raw CSS adventure in the modern frontend world. Fast Tools (fasttools.dev) is a collection of free utilities designed to help developers and testers with everyday tasks like UUID and document generation. While the tools themselves are small in scope, the real value of this project, for me, … Continue reading The building of fasttools.dev
Tag: en-US
Using KNN Algorithm for Player Matching in Online Games
Online gaming platforms often rely on matching algorithms to create balanced and engaging player matches. In this post, we explore the use of the K-nearest neighbors (KNN) algorithm for player matching in online games using a simple sql implementation.