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
T-REX GOOGLE game. A browser game inspired by the T-REX game from GOOGLE. In the game, the obstacles are logos of programming languages. Game developed in Python 3.12.1 HTML5, CSS3, JS and WEB Flask framework.
Hands-on notes and minimal examples as I learn Axum, the ergonomic Rust web framework. Each folder is a self-contained lesson: routing and extractors, shared state, middleware, JSON validation, auth with JWT, SQLx integration, error handling, and graceful shutdown. Clone, run, break things, learn.