Skip to content

jminjares4/jminjares4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

/* jminjares4 GitHub Page */

/* Degree enumeration */
#[derive(Debug)]
enum Degree { ASEE, BSEE, MSCPE, }

/* Contact data structure */
#[derive(Debug)]
struct Contact {
    email: String,
    linkedin: String,
    github: String,
}

/* Info data structure */
#[derive(Debug)]
struct Info {
    name: String,
    degree: Degree,
    contact: Contact
}

fn main () {
    /* Store data */
    let jminjares4 = Info {
        name: String::from("Jesus Minjares"),
        degree: Degree::MSCPE,
        contact: Contact { 
                    email: String::from("jminjares4@miners.utep.edu"), 
                    linkedin: String::from("https://www.linkedin.com/in/jesusminjares"),
                    github: String::from("https://github.com/jminjares4"), 
                },
    };
    /* Print data */
    println!("Info: {:?}", jminjares4);
}

Jesus Minjares 💻⚡

Weclome to my GitHub Page! I am an embedded software engineer @ Sandia National Labs using my hardware and software skills to develop embedded systems .

Recent Projects

Microcontrollers

Texas Instruments Texas Instruments Texas Instruments ESP32 ESP8266 Rasppery Pi 2040 STMicroelectronics

Coding Languages

C C++ Python Verilog Rust Java

Electronic Design Automation

KiCad EasyEDA EagleCAD

Top Languages

Top Langs

GitHub Stats

Jminjares4's github stats

Contact

Outlook LinkedIn GitHub Linktree Resume Badge

About

Jesus Minjares GitHub Readme ⚡

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published