You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lightweight, type-safe abstraction over Redis for Node.js and TypeScript. It enforces predictable key patterns, safe JSON serialization, atomic list operations, and efficient SCAN/MGET chunking for large datasets.
POC data visualization app with React, TypeScript, and Jotai using SVG to render a set of objects with corresponding target statistics, and Command pattern for Undo / Redo support.
A Solana Jito Bundle with 27 wallets is a single atomic transaction batch that executes operations for 27 separate wallets/accounts in one go, making complex multi-wallet actions faster, safer, and cheaper on Solana.
A comprehensive multiplayer Caro Online (Gomoku) game server built with NestJS, featuring real-time gameplay, AI opponents, intelligent matchmaking, and WebSocket communication.
A comprehensive collection of reusable GitHub Actions workflows for modern development - CI/CD, quality checks, documentation generation, and deployment automation.
Promised state management library with a unique events system, where every event is thennable, which allows to write logic in a saga-like way using async functions