Skip to content
View christophermilian's full-sized avatar

Block or report christophermilian

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
christophermilian/README.md

Hello, I'm Christopher Milian!

Backend Software Engineer and Systems Programmer Hobbyist

๐Ÿ› ๏ธ Most Interesting Projects

  • ESP32 Fishing Game Controller
  • Unix Shell in C
  • ESP 32 Bare Metal OS
  • Autonomous Vacuum Cleaner Protptype

๐Ÿฅ‡ Education Background

  • (In progress) Masters of Science in Computer Engineering, Florida International University
  • Bachelors of Science in Computer Engineering, Florida International University
  • Backend Development and APIs, freeCodeCamp
  • Introduction to Cloud Computing, IBM

๐Ÿ“š Interesting Books I've Read

  • Hackers: Heroes of the Computer Revolution
  • Operating Systems Three Easy Pieces
  • Pragmatic Programmer 2nd Edition

๐Ÿ“ซ How to reach me:

  • Find me on LinkedIn!

Pinned Loading

  1. esp32-riscv-bare-metal-os esp32-riscv-bare-metal-os Public

    Bare-metal RISC-V OS for ESP32-C3 with SSD1306 OLED driver, I2C communication, and interactive shell. Dual implementation in C (ESP-IDF) and Rust.

    C 2

  2. autonomous-dryvacuum-cleaner autonomous-dryvacuum-cleaner Public

    Catkin workspace for the Fall 2021 FIU Senior Design project.

    Makefile 1

  3. printdir printdir Public

    A simple debian package that prints out the current directory structure.

    Python

  4. java_text_editor java_text_editor Public

    A simple text editor made with Java for Windows. This is just a project to learn GUI programming with Java.

    Java 1

  5. git-cli-clone-python git-cli-clone-python Public

    A Python based Git clone that allows creating repos, commiting, and pushing. Framework: click

    Python