Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/johnnymayodev/johnnymayodev

My GitHub README
https://github.com/johnnymayodev/johnnymayodev

Last synced: about 1 month ago
JSON representation

My GitHub README

Awesome Lists containing this project

README

        

# Welcome to my GitHub profile! 👋

```gleam
// lang: gleam -> https://gleam.run/
type Person = {
name: String
role: String
skills: List
hobbies: List
}

pub fn main() {
let johnny: Person = {
name: "Johnny Mayo"
role: "Computer Science Student at the New Jersey Institute of Technology"
skills: ["Python", "HTML", "CSS" "JavaScript", "Svelte", "Docker"]
hobbies: ["Baking", "Formula 1", "Video Games"]
}
}
```

![](https://github-readme-stats.vercel.app/api/top-langs/?username=johnnymayodev&theme=transparent&layout=compact&hide_border=true)