Skip to content
View cuadravan's full-sized avatar

Block or report cuadravan

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
cuadravan/README.md

Van Kristian Cuadra

I am currently focused on building as much domain knowledge and expertise on firmware engineering within the printing solutions industry.

I have a strong passion for exploring and comprehending the full spectrum of computer abstraction, with a background ranging from OS kernel simulation and autonomous robotics firmware to full-stack .NET applications, cloud services, and CI/CD workflows. These are found in my featured works and pinned repositories below.

  • Currently: Starting out my career by specializing in Firmware Engineering at an R&D company
  • Background: BSCpE (Top Graduate and Magna Cum Laude, USJ-R)
  • Beyond the code: Books, rhythm games, and music

🛡️ My Tech Badge Case

My Skills


📜 Featured Works

Project Tech Stack Highlights
Project Linkage App .NET MAUI, ASP.NET Core, Azure App Service, MongoDB Atlas, GitHub Actions Clean Architecture; ~80% cross-platform code reuse; CI/CD with GitHub Actions; Domain-Driven API.
Autonomous Sprayer Robot Python, Raspberry Pi 4 Robotics software lead; autonomous navigation & spraying; field-tested prototype contributed to 1st Runner-up finish.
Line Follower with Color Detection C, PIC16F877A Interrupt-driven color sensing (CCP1); custom PWM motor control with kickstart; real-time "Bang-Bang" navigation.

Pinned Loading

  1. PLinkage PLinkage Public

    PLinkage - A full-stack cross-platform app connecting project owners and skill providers, featuring project posting, user profiles, messaging, location-based matching, and contract tracking.

    C#

  2. raspi-pesticide-sprayer-robot raspi-pesticide-sprayer-robot Public

    Autonomous pesticide sprayer robot powered by Raspberry Pi. Uses sensors and motor control to detect pesticide levels and automate spraying for agricultural applications.

    Python

  3. pic16f877a-line-follower-color-detection pic16f877a-line-follower-color-detection Public

    Line-following robot with color detection implemented on a PIC16F877A microcontroller. Includes code for motor control, sensor interfacing, and decision-making logic.

    Makefile

  4. os-simulation-c os-simulation-c Public

    C programs that I made simulating classic Operating System concepts including CPU scheduling algorithms, dining philosophers, and producer-consumer synchronization.

    C