Last active
September 12, 2025 16:20
-
-
Save sielicki/a81d36cf44eef3f80de9b4aff68c3571 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "$schema": "https://raw.githubusercontent.com/jsonresume/resume-schema/v1.0.0/schema.json", | |
| "basics": { | |
| "name": "Nicholas Sielicki", | |
| "email": "resume@jobs.nslick.com", | |
| "address": "null", | |
| "url": "https://registry.jsonresume.org/sielicki", | |
| "location": { | |
| "city": "Wisconsin Dells", | |
| "region": "WI", | |
| "countryCode": "USA", | |
| "postalCode": "53965" | |
| }, | |
| "extra": "", | |
| "phone": "+1 262-527-0028", | |
| "summary": "Embedded software developer with experience in C, HDL, modern C++, NUMA systems, distributed computing, and accelerated datacenter computer networking.", | |
| "profiles": [ | |
| { | |
| "network": "GitHub", | |
| "username": "sielicki", | |
| "url": "https://github.com/sielicki" | |
| }, | |
| { | |
| "network": "LeetCode", | |
| "username": "sielicki", | |
| "url": "https://leetcode.com/sielicki" | |
| } | |
| ] | |
| }, | |
| "work": [ | |
| { | |
| "name": "AWS/Annapurna Labs", | |
| "position": "Embedded Computer Programmer", | |
| "location": "Cupertino, CA", | |
| "startDate": "2022-06", | |
| "endDate": "2025-03", | |
| "highlights": [ | |
| "Launch member of ENA Express Team, contributed to Nitro DPU firmware datapath", | |
| "Enabled multi-tenant support, root-caused platform performance regression", | |
| "Supported p5.48xlarge scale out and launched p5en.48xlarge (EFA/NCCL team)", | |
| "Validated 300+ node datacenter cluster, contributed dmabuf support" | |
| ] | |
| }, | |
| { | |
| "name": "Vaddio/Legrand AV", | |
| "position": "Embedded Computer Programmer", | |
| "location": "Minneapolis, MN", | |
| "startDate": "2021-10", | |
| "endDate": "2022-06", | |
| "highlights": [ | |
| "Implemented Windows UMDF driver and Linux daemon for Microsoft Teams Rooms certification" | |
| ] | |
| }, | |
| { | |
| "name": "Skylark Wireless", | |
| "position": "Embedded Computer Programmer", | |
| "location": "Houston, TX", | |
| "startDate": "2019-06", | |
| "endDate": "2020-05", | |
| "highlights": [ | |
| "SystemVerilog development, embedded Linux, hardware bringup" | |
| ] | |
| } | |
| ], | |
| "education": [ | |
| { | |
| "institution": "University of Wisconsin, Madison", | |
| "area": "Computer Science", | |
| "studyType": "BSc", | |
| "endDate": "2020" | |
| } | |
| ], | |
| "skills": [ | |
| { | |
| "name": "Languages", | |
| "keywords": [ | |
| "C++", | |
| "C", | |
| "Rust", | |
| "SystemVerilog" | |
| ] | |
| }, | |
| { | |
| "name": "Keywords", | |
| "keywords": [ | |
| "HPC", | |
| "Embedded Linux", | |
| "NUMA", | |
| "Networking", | |
| "Performance Optimization", | |
| "Compilers/LLVM" | |
| ] | |
| }, | |
| { | |
| "name": "Hobbies", | |
| "keywords": [ | |
| "open source", | |
| "amateur radio (callsign W9NLS)", | |
| "C/Ku satellite reception", | |
| "LoRa" | |
| ] | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment