public class JoshuaRiefman
{
public class Bio
{
public string education = "3rd Year Engineering Physics";
public string institution = "University of British Columbia";
public string location = "Vancouver, BC";
public string[] experience = { "Plasma Physics Data Analysis at General Fusion", "Strategy Lead at UBC Solar", "2024 UBC Engineering Physics Robot Competition" };
public string[] interests = { "Computational Physics", "Machine Learning", "Embedded Systems" };
};
public class SoftwareSkills
{
public string[] languages = { "Python", "C", "Rust", "Go", "C#", "Java" };
public string[] technologies = { "Docker", "InfluxDB", "Git" };
public string[] currently_learning = { "C", "Rust" };
};
public class HardwareSkills
{
public string[] microchips = { "ESP32", "STM32", "Arduino", "PlatformIO", "ESP-IDF" };
public string[] electronics = { "Soldering", "Electronic Design", "Circuit Debugging", "Digital Logic" };
public string[] currently_learning = { "ESP32", "STM32", "IoT" };
};
}
Highlights
- Pro
Pinned Loading
-
-
RobotTeam7/core
RobotTeam7/core PublicFirmware for Midnight Rambler and Fiddler: two robots developed to compete in the UBC ENPH253 robot competition in 2024
C++ 1
-
Machine-Learning-Robot-Competition/robot_controller
Machine-Learning-Robot-Competition/robot_controller PublicROS package for autonomous control of a flying robot detective in Gazebo
Python
-
fast_perlin_noise
fast_perlin_noise PublicA Perlin noise generation library implemented in Go, with Python bindings
Go
-
-
pyo3-loom
pyo3-loom PublicA crate for effortlessly creating Python bindings, including involving NumPy, to Rust source code with PyO3
Rust
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.