github
Contact
felixwilking.com
wilkingfelix@gmail.com
(646)-599-4145
Education
CUNY Lehman (2025)
MS: Computer Science
• Operating Systems (C)
• Microprocessors (ARM assembly, Verilog)
• Complex Systems (Python/Numpy, C++)
• Real Analysis, Group Theory
SUNY University at Buffalo (2023)
BA: Mathematics and Computation
Minor: Computer Science
ACADEMIC PORTFOLIO
◆ Graduate Research Project/Internship (RISC-V, OSdev) Fall 2024
Designed a domain specific stack based pure functional array programming language with postfix notation to write and formally verify an operating system kernel. The implementation is simplified by shifting the complexity of compilation onto the programmer. The language’s source reduces to LEAN code, which simplifies formal verification of the operating system kernel.
◆ Operating Systems (C) Spring 2023
• Coordinating with team members to meet project deadlines.
• Understanding and integrating pre-existing codebase/libraries and frameworks + programming style.
• Working with complex data structures and algorithms (Paging, Multithreading)
◆ “Boids in Motion” - Simulation of Flocking Birds (C++) Spring 2023
• Complex Systems final project. Simulated a simple 3D world, with a graph-based trust network between birds.
◆ Computer Organization + Microprocessors (ARM assembly, Verilog) Spring 2023
WORK EXPERIENCE
◆ PhotoOp Box (Internship) (LAMP + Python) Fall 2024
Solo developer for a hardware startup in the entertainment industry.
Tasked with building front end and back end interfaces for a distributed network of edge computing devices with high fidelity camera systems. Employed cutting edge mesh network software, and industry standard security practices.
Qualifications
Technical Skills
Python (7 years)
Linux/Bash/Shell (6 years)
C/C++ (5 years)
Experience
IT Infrastructure
Infrasystemsnyc.com Business-Level
Network install and cable routing (2019)
Food Service
Bob and John's pizzeria (2021-2023)
The Wellington Pub (2022-2023)
Other systems I've worked with
Verilog, SpinalHDL/Scala, MS Excel,
Numpy/Jupyter/Pandas, HTML/CSS, JS, PHP,
Windows, MacOS
SSH, SFTP, OpenVPN, VSCode, Vi/Vim
Notable Marks
Abstract Algebra : A
Operating Systems : A
Graduate Study Project
Forj is a language and an OS. The language is stack based, functional, and has first-class types. The OS is written in Forj, has a 39 bit virtual address space, and round robin scheduler.
Forj github