Skip to content
View cikeyz's full-sized avatar
Crafting things that feel like me.
Crafting things that feel like me.

Highlights

  • Pro

Block or report cikeyz

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 is supported. This note will only be visible to you.
Report abuse

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

Report abuse
cikeyz/README.md

Carl Kristian Ortiz - systems engineering profile banner

About

Computer Engineering student at the Polytechnic University of the Philippines (Manila). I ship practical systems: full-stack web, mobile packaging, embedded prototypes, and documentation that another engineer can actually run.

Preference: verifiable behavior over slide-deck claims. If a repo cannot be opened, tested, or handed off cleanly, it is not finished.

Featured work

Product / full-stack

Project What it is
prepflow Thai Joint PH ordering, payment-proof verification, kitchen prep automation. Laravel API, React SPA, Capacitor Android. Live · APK release
pup-cea-cpe-portal PHP/MySQL student + guest portal: enrollment, login, password reset, dashboard. Live demo
hybrid-web-apps Three Cordova Android apps from vanilla web UIs (karaoke, portfolio, registration). APKs

Web systems coursework (CMPE 364)

Project What it is
quizly Build and take quizzes in-browser (localStorage). Demo
aphelion-brews Cinematic single-page drink shop (CSS-first nav). Demo
pup-hymn-karaoke Word-level LRC karaoke for the PUP Hymn. Demo
pup-vicinity-map Interactive Santa Mesa campus image map. Demo
ck-dev-verse Terminal-boot personal portfolio. Demo
student-registration Multi-section registration form with live validation. Demo

Data structures visualizations (CMPE 201)

Seven interactive case studies (vanilla JS/CSS/HTML; BST also uses a small Flask API):

Project Focus
xoxo-array Arrays / tic-tac-toe state
park-stacks Stacks / LIFO parking
park-queue Queues / FIFO parking
treetrav-bin Binary tree traversals
bst-explorer BST / AVL exploration
hanoi-viz Tower of Hanoi
sort-viz Sorting algorithms

Building around

Lane Tools and themes
Product engineering Laravel/PHP, React/TypeScript, MySQL, JSON APIs, Vercel/Render, Capacitor/Cordova
Front-end systems Vanilla HTML/CSS/JS when the problem is small; intentional UI, not template sludge
Embedded Arduino Mega/Uno, sensing, relays, scheduling, KiCad handoff
Docs and evidence Markdown, architecture notes, screenshots, runbooks, source-linked diagrams
Networking / security coursework Packet Tracer labs, switching/routing basics, Wireshark

Working style

  • Prefer runnable demos and clear READMEs over private screenshot dumps.
  • Keep secrets and client context out of public trees.
  • School projects get product names and setup docs; course credit lives at the bottom of each repo, not as the headline.

Contact

Pinned Loading

  1. prepflow prepflow Public

    Thai Joint PH ordering, payment verification, and kitchen prep automation. Laravel API, React SPA, Capacitor Android.

    PHP 1

  2. aphelion-brews aphelion-brews Public

    Single-page fictional drink shop with a cinematic dark UI. Vanilla HTML, CSS, and JS.

    CSS

  3. pup-cea-cpe-portal pup-cea-cpe-portal Public

    PHP/MySQL portal for PUP CEA Computer Engineering: enrollment, guest registration, login, and dashboard.

    PHP

  4. quizly quizly Public

    Build and take quizzes in the browser with localStorage. Vanilla HTML, CSS, and JS.

    JavaScript

  5. sort-viz sort-viz Public

    Compare sorting algorithms with live bars, speed control, and array presets.

    JavaScript

  6. xoxo-array xoxo-array Public

    Browser tic-tac-toe with array-backed state, undo, and a minimax opponent.

    CSS