const pablo = {
pronouns: "He" | "Him",
code: ["Javascript", "Typescript"],
askMeAbout: ["web dev", "tech", "games", "sport"],
technologies: {
frontEnd: {
native: [HTML, CSS, JS, React],
libraries: [SASS, bootstrap, Material UI, D3]
},
backEnd: {
js: ["Node", "Express"],
},
databases: ["Mongo"],
},
architecture: ["Static sites", "Single page applications"],
currentFocus: "Multi threading in JS, 3d in browser with three.js",
funFact: "There are two ways to write error-free programs; only the third one works"
};
Pinned Loading
-
Anime-Xplorer-App
Anime-Xplorer-App PublicTrack your favorite anime with AnimeExplorer !
JavaScript
-
Around-The-World-App
Around-The-World-App PublicDraggable and zoomable globe to explore countries of the world.
JavaScript
-
-
Path-Finder
Path-Finder PublicPath Finder shows how path finding algorithms such as Breadth-first search, Depth-first search, dijkstra algorithm and a* works.
JavaScript
-
Sorting-Machine
Sorting-Machine PublicSorting Visualizer shows visual representation how classic sorting algorithms such as merge sort, selection sort, bubble sort, insertion sort works.
JavaScript
-
Game-of-Life
Game-of-Life PublicThe Game of Life is a cellular automaton devised by the British mathematician John Horton Conway. It is a zero-player game, meaning that its evolution is determined by its initial state
JavaScript
If the problem persists, check the GitHub status page or contact support.