https://github.com/jminjares4/jminjares4
Jesus Minjares GitHub Readme :zap:
https://github.com/jminjares4/jminjares4
Last synced: 3 months ago
JSON representation
Jesus Minjares GitHub Readme :zap:
- Host: GitHub
- URL: https://github.com/jminjares4/jminjares4
- Owner: jminjares4
- Created: 2021-12-09T22:34:19.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-27T00:13:43.000Z (5 months ago)
- Last Synced: 2025-01-10T00:49:45.968Z (4 months ago)
- Homepage:
- Size: 1.57 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```rust
/* jminjares4 GitHub Page *//* Degree enumeration */
#[derive(Debug)]
enum Degree { ASEE, BSEE, MSCPE, MSAI,}/* 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::MSAI,
contact: Contact {
email: String::from("[email protected]"),
linkedin: String::from("https://www.linkedin.com/in/jesusminjares"),
github: String::from("https://github.com/jminjares4"),
},
};
/* Print data */
println!("Info: {:?}", jminjares4);
}
```## ***Jesus Minjares :computer::zap:***
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**


    ## **Coding Languages**





## **Electronic Design Automation**


## **Top Languages**
[](https://github.com/jminjares4/)## **GitHub Stats**
[](https://github.com/jminjares4)## **Contact**
[](mailto:[email protected]) [](https://www.linkedin.com/in/jesusminjares) [](https://github.com/jminjares4) [](https://linktr.ee/JesusMinjares)
[](https://jminjares4.github.io/resume/)