|
| Hello there !! I am interested in Robotics & Automation. I am currently learning Rust and working with ESP-32 to explore the world of Robotics. Truly a fascinating journey !! |
Rust |
|
Python |
|
Java |
This is a program to solve a Rubik's Cube It uses Kociemba's Two-Phase algorithm to solve the cube in the quickest way possible
Python 1
This is a Dotriminoes game (you can also call it as a mini version of Tetris) written using the raylib.h library in C. Its a fun and minimal gaming project
C 1
Dynamic-Arena-Allocator is a fast, lightweight C single-header arena allocator. It pre-allocates memory and hands out slices quickly, freeing all allocations at once. Ideal for temporary buffers, b…
C 1
GoAuthFlow is a Go-based authentication microservice implementing clean architecture, secure user registration/login with sha256-hashed passwords, and modular code for scalability.
Go