Skip to content
View djsneeky's full-sized avatar
Block or Report

Block or report djsneeky

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

๐Ÿ‘‹ Hello there!

  • ๐Ÿ› ๏ธ I'm a software engineer at BlueHalo with 3+ years of experience. I'm extremely passionate about my work and I love taking on tough challenges.
  • ๐Ÿ“– I'm currently working on my Master's of Science in Electrical and Computer Engineering from Purdue University. I'm taking specialty courses with a focus in Computer Engineering and Signal Processing.
  • ๐Ÿ’ฌ You can get in touch with me by messaging me on LinkedIn.

Experience

  • C/C++ for embedded applications
  • Docker for containerized microservices
  • SoCs/FPGAs/MCUs
  • RTOS and Bare Metal Development
  • Device Driver Development
  • Digital System Design (VHDL/Verilog)
  • GitLab CI/CD
  • PCB Schematic Design
  • PCB Testing

Personal Projects

I have some more projects in progress and projects not listed here, but here's some notable ones that I actually completed.

Pinned

  1. Compiler-Project Compiler-Project Public

    A C-like language to a modified RISC-V assembly compiler written in Java using ANTLR. All stages are completed - scanning, parsing, creating an AST, and finally generating assembly.

    Java

  2. ESP32-Motion-Detection ESP32-Motion-Detection Public

    A simple embedded system that allows the user to "arm" a motion detection via the Google Assistant and recieve an alert when the system has moved. This project has applications in theft detection.

    Python

  3. map-reduce map-reduce Public

    An implementation of Map Reduce

    C++

  4. openmp-class openmp-class Public

    C