The Life of a Programmer

Search

Universal id to name mapping for the frontend and backend

Our id-source system is a universal system for mapping internal IDs to readable, localized names across frontend and backend. It powers dropdowns, labels, and search with features like progressive loading, custom formatting, and metadata support—solving a core challenge in scalable app development.

https://pixabay.com/photos/dices-given-lyrics-cube-lucky-5006408/

An exponential probability queue

An implementation of a discrete item probability queue in C#. I wrote this to implement rarity based distribution of items in my game Rabanaz.