Skip to content
View joshuaRiefman's full-sized avatar

Highlights

  • Pro

Block or report joshuaRiefman

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
joshuaRiefman/README.md
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" };
    };
}

Pinned Loading

  1. UBC-Solar/Simulation UBC-Solar/Simulation Public

    UBC Solar's Simulation Environment

    Python 14 2

  2. RobotTeam7/core RobotTeam7/core Public

    Core firmware and components

    HTML 1

  3. perlinNoise perlinNoise Public

    A Perlin noise generation library implemented in Go

    Python

  4. brightsteel-k/gamedev-shadow-of-space brightsteel-k/gamedev-shadow-of-space Public

    C# 1

  5. Chrysanthemum Chrysanthemum Public

    A neural network, built with C++

    C++

  6. Project-Crake Project-Crake Public

    A Unity project which simulates the evolution and relationship of two primitive prokaryotic lifeforms.

    C#