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
Fundamental Haskell book, to the point terse statements on Haskell, Category theory, and related fields. Encyclopedic pocketbook of meaning. Zen kōan-like meditations of understanding. For quick or memory curve spaced repetition learning.
A Swift iOS app for discovering and organizing app development project ideas. Features curated collections by difficulty level, detailed requirements, user stories, and implementation guidance. Perfect for developers looking to build their portfolio and improve coding skills.
A comprehensive Flutter learning resource demonstrating 4 architecture patterns (MVC, MVVM, Clean Architecture, DDD) with identical features for easy comparison. Includes extensive documentation and best practices.
Educational and practical examples of the SOLID principles in TypeScript. Each example includes incorrect and correct implementations to help developers learn clean code practices step by step.
A comprehensive RFID-Based Vehicle Tracking System that employs ESP32, RC522 RFID card reader, and PostgreSQL backend to monitor and display real-time vehicle data on a web interface.
An example plugin loader for Kotlin-JVM. Can load and FORCE close (sometimes swing wont let go of the jar after though), can load from local or remote.
A low-level experiment demonstrating that variables are just memory locations with imposed interpretations using raw bit patterns to reveal the fundamental nature of data types.
Educational Selenium RL project: Train AI agents to navigate websites using Q-Learning. Complete implementation with Episode 100 achievement (129.73 reward). Learn reinforcement learning through practical web automation! 🤖🎓