Semaphores in Crystal

Semaphores in Crystal
TL;DR Need to limit how many tasks run at once in your Crystal app? You can implement semaphore-like control using WaitGroup. This article shows how to manage concurrent downloads with just a...
0 Read More

Blog 2: UI for DSA Visualizer

Blog 2: UI for DSA Visualizer
Day 2 was focused on turning plans into pixels as I built the user interface for my DSA Visualizer. I aimed to create an engaging and easy-to-use layout that not only looks sleek but also makes explor...
0 Read More

Firebase Cloud functions

To deploy a simple Python function on Firebase, you can use Firebase Cloud Functions. Firebase Cloud Functions allow you to run backend code in response to events triggered by Firebase features or HTT...
0 Read More