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

Hi there, I'm Van Kristian Cuadra

Computer Engineering Student | Aspiring Software Engineer

My Tech Stack

Languages:
C C# Java Python SQL HTML5 CSS3 JavaScript TypeScript

Frameworks & Libraries:
.NET MAUI ASP.NET Core Angular PySide6 WinForms Java Swing

Cloud & Tools:
GitHub Figma Azure Google Cloud GitHub Actions

Databases:
MicrosoftSQLServer MongoDB SQLite

Problem Solving & Practice:
LeetCode


About Me

I’m a Computer Engineering student focusing on building end-to-end applications with .NET and Microsoft Azure. I work across software, hardware, and cloud systems to create practical, reliable solutions.

What I work on:

A. Software Development

  • Cross Platform App Development – Windows and Android application using one .NET MAUI codebase.
  • API Backend Server Development – RESTful API using ASP.NET Core Web API.
  • Web Development – Simple HTML/CSS/JS and Angular exercises for practicing frontend fundamentals.
  • Other/Desktop App Development – Other frameworks I've worked with: PySide6, Java Swing, WinForms.

B. Cloud & DevOps

  • CI/CD & Cloud Deployment – Automate the deployment of my backend API using GitHub Actions targeting Azure App Service.
  • GIS & Cloud Data Mining – Queried and processed cloud-native geospatial datasets on Google Earth Engine using Python workflows to extract relevant data for urban management.

C. AI & Machine Learning

  • GIS & Machine Learning – Worked with U-Net (deep learning model) using TensorFlow to perform semantic segmentation for land cover classification.

D. Embedded Systems and Low-Level Programming

  • Embedded Systems & Robotics – Autonomous sprayer robot software on Raspberry Pi 4, and a line follower robot with color detection on PIC16F877A.
  • Operating Systems ConceptsC implementations of CPU scheduling algorithms, dining philosophers, and producer–consumer synchronization.
  • 8086 Assembly – Low-level register and memory manipulation using Intel 8086 assembly.

E. Algorithms and Problem-Solving

  • Algorithm & DSA Practice – Ongoing problem-solving on LeetCode to strengthen data structures, algorithms, and computational thinking.

In short, I enjoy working with computers from hardware to software and to everything that's in between.


Projects

Software

  • Project Linkage – A full-stack cross-platform app system connecting project owners and skill providers, featuring project posting, user profiles, messaging, location-based matching, and contract tracking.
  • Urban Green Space Management GIS Desktop App using AI – A desktop GIS app built with PySide6, TensorFlow, and Google Earth Engine API to analyze urban green spaces from satellite imagery. ⚠️ Note: This repository is private as it contains work from our completed academic research and cannot be shared publicly.
  • Mobile App with Backend Server – A mobile application developed using .NET MAUI with a backend powered by ASP.NET Core Web API, Entity Framework Core, and Azure SQL Database. The API was deployed to Azure App Service to enable secure cloud integration. ⚠️ Note: This repository is private as it is covered under an NDA for my internship project.

Hardware / Firmware

These are just some of my projects I'm most proud of. Check out my repositories for more.


Connect With Me

Pinned Loading

  1. PLinkage PLinkage Public

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

    C#

  2. leetcode-solutions leetcode-solutions Public

    LeetCode Solutions in Python and JavaScript - My coding practice with comments

    Python

  3. 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

  4. 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

  5. os-simulation-c os-simulation-c Public

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

    C

  6. 8086-assembly-exercises 8086-assembly-exercises Public

    A collection of introductory programming exercises using Intel 8086 Assembly to showcase low-level register and memory manipulation skills.

    Assembly