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
-
-
-
-
-
-
Project-Crake
Project-Crake PublicA Unity project which simulates the evolution and relationship of two primitive prokaryotic lifeforms.
C#
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.