class AboutMe {
static socials() {
linkedin = 'linkedin.com/in/petermulard'
instagram = 'instagram.com/pmully94'
website = 'petermulard.me'
return [linkedin, instagram, website]
}
static life() {
location = 'San Francisco, CA'
nationalities = ['American', 'French']
countriesVisited = 7
return [location, nationalities, countriesVisited]
}
}
Pinned Loading
-
-
machine-learning-specialization-andrew-ng
machine-learning-specialization-andrew-ng PublicA collection of notes and implementations of machine learning algorithms from Andrew Ng's machine learning specialization.
-
data-structures-and-algorithms
data-structures-and-algorithms Publica collection of data structures and algorithms written in JavaScript, Python and Rust
-
-
Sorting-Visualizer
Sorting-Visualizer PublicDisplays a visual representation of sorting algorithms working in real time
JavaScript 1
-
NBA-Data-Visualization
NBA-Data-Visualization PublicNBA statistics scraper, which visualizes the data and saves locally
Python 1
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.