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

https://github.com/johnnymayodev/johnnymayodev

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

Last synced: 3 months 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
degree: String
skills: List
hobbies: List
}

pub fn main() {
let johnny: Person = {
name: "Johnny Mayo"
role: "Software Engineer"
degree: "Bachelor's of Computer Science from New Jersey Institute of Technology"
skills: ["JavaScript", "Python", "HTML/CSS"]
hobbies: ["Go-Karting", "Video Games", "Hiking at National Parks"]
}
}
```

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