Skip to content
View PabloPicas0's full-sized avatar
  • Poland
  • 05:10 (UTC +02:00)
Block or Report

Block or report PabloPicas0

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
PabloPicas0/README.md

Hi, I'm Paweł 👋

A little more about me...

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

  1. Anime-Xplorer-App Anime-Xplorer-App Public

    Track your favorite anime with AnimeExplorer !

    JavaScript

  2. Around-The-World-App Around-The-World-App Public

    Draggable and zoomable globe to explore countries of the world.

    JavaScript

  3. Any-Task Any-Task Public

    TypeScript

  4. Path-Finder Path-Finder Public

    Path Finder shows how path finding algorithms such as Breadth-first search, Depth-first search, dijkstra algorithm and a* works.

    JavaScript

  5. Sorting-Machine Sorting-Machine Public

    Sorting Visualizer shows visual representation how classic sorting algorithms such as merge sort, selection sort, bubble sort, insertion sort works.

    JavaScript

  6. Game-of-Life Game-of-Life Public

    The 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