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

    Firmware for Midnight Rambler and Fiddler: two robots developed to compete in the UBC ENPH253 robot competition in 2024

    C++ 1

  3. Machine-Learning-Robot-Competition/robot_controller Machine-Learning-Robot-Competition/robot_controller Public

    ROS package for autonomous control of a flying robot detective in Gazebo

    Python

  4. fast_perlin_noise fast_perlin_noise Public

    A Perlin noise generation library implemented in Go, with Python bindings

    Go

  5. Chrysanthemum Chrysanthemum Public

    A neural network, built with C++

    C++

  6. pyo3-loom pyo3-loom Public

    A crate for effortlessly creating Python bindings, including involving NumPy, to Rust source code with PyO3

    Rust