Skip to content
View rohanperi's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report rohanperi

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
rohanperi/README.md

Hey there! I'm Rohan.

👨🏻‍💻  About Me

  • 🎓   Studying Mechatronics Engineering at the University of Waterloo, Graduating in April 2024
  • 💼   Worked as a System-on-Chip Productization Software Engineer at Apple 
  • 🌱   Learning more about Cloud Architecture, Systems Design and Artificial Intelligence.
  • ✍️   Pursuing a career in Software Engineering / Embedded Systems

🛠  Tech Stack

  • 💻   C | C++ | Python | Go

  • 🤖   SPI | I2C | CAN | FreeRTOS | CMake | GNU Make

  • 🌐   HTML | CSS | JavaScript | React | React Native | Node.js | Express.js

  • 🛢   PostgreSQL | MongoDB | Redis | Firebase

  • ⚙️   Git | Github | Docker | Markdown | Doxygen

  • 🔧   Visual Studio Code


Pinned Loading

  1. RealTemp RealTemp Public

    A series of LEDs that tell you how warm your room is - Made with an STM32F7, TMP102 sensor, I2C, and FreeRTOS

    C

  2. GPIO-Driver GPIO-Driver Public

    A custom made driver to interact with general-purpose input-output pins on an STM32F767. This helped me learn about bitwise operations, peripherals, and registers on the STM32F767 microcontroller.

    C

  3. 2DPlotter 2DPlotter Public

    Custom-built plotting device that came to life with the help of the Lego EV3. A rack and pinion design allows the plotter, which is driven by two lego EV3 motors, to move along an X-Y Plane and plo…

    C++

  4. FaceGenie FaceGenie Public

    A react project which uses Clarifai's face detection API to find faces in any image you throw at the face genie!

    JavaScript

  5. FaceGenie-API FaceGenie-API Public

    The backend node and express server for the Face Genie App!

    JavaScript