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
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.
Listas Genéricas em C
Sendo um desenvolvedor full-stack eu escrevo, a maior parte do tempo, aplicações web utilizando .Net e Node.js em linguagens de alto nível como C# e JavaScript. Aqui e acolá, entretanto, eu me envolvo em projetos de automação, IoT ou retro-programação onde o bom e velho C reina absoluto. Vez por outra, entretanto, eu sinto a … Continue reading Listas Genéricas em C