Skip to content
View seanquijote's full-sized avatar
🏠
Working from home
🏠
Working from home
Block or Report

Block or report seanquijote

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
seanquijote/README.md

I'm Sean Quijote!

Full-Stack Software Engineer at 8x8 Philippines Inc.


linkedin badge website badge GitHub followers LeetCode user seanquijote Codewars StackOverflow


👇 Type this in your console to connect with me.
npx seanquijote

👆 This cli tool can be found at npx seanquijote


Metrics

A little more about me...

const seanquijote = {
    pronouns: "He" || "Him",
    code: ["PHP", "Javascript", "Typescript", "C#", "Java", "Solidity", "Bash"],
    askMeAbout: ["*"],
    technologies: {
        mobileApp: ["React Native"],
        frontEnd: {
            js: ["Angular", "Vue", "React", "React Redux", "jQuery", "Axios"],
            css: ["Bootstrap", "Materialize", "Material-UI"]
        },
        backEnd: {
            js: ["NodeJS", "Express", "Koa", "Egg.js"],
            php: ["Laravel", "CodeIgniter"],
            java: ["Quarkus", "GraalVM"],
            python: ["Django REST"]
        },
        blockChain: ["Solidity", "Truffle", "Ganache", "Metamask"],
        devOps: ["Docker", "Azure", "AWS"],
        databases: ["MongoDB", "MySQL"],
        dependencyManagers: ["NPM", "Composer", "Nuget", "Maven"],
        misc: ["Tensorflow", "Open-CV", "UWP", "Firebase", "Google Vision API", "SVN", "PayPal API/SDK", "DropBox JS SDK"]
    },
    architecture: ["N‑Tier Architecture", "Microservice Architecture", "Monolithic Architecture"],
    currentFocus: "Reviewing design patterns, data structures, and algorithms"
};

My certifications...

Badge Title Issuing Organization Issue Date Expiration Date
Jira Fundamentals Badge Atlassian July 10, 2022 NA
Scrum Foundation Professional Certificate - SFPC™ Badge Scrum Foundation Professional Certificate - SFPC™ CertiProf July 18, 2022 July 18, 2024
Remote Work Professional Certification - RWPC™ Badge Remote Work Professional Certification - RWPC™ CertiProf February 27, 2023 February 27, 2026

Pinned

  1. seanquijote.github.io-source seanquijote.github.io-source Public

    Source code repo of seanquijote.github.io

    TypeScript

  2. chameleon chameleon Public

    FFMPEG WASM media converter using React

    JavaScript

  3. Listahan Listahan Public

    A react-native Todo List app using Firebase (WIP).

    JavaScript

  4. Simple Auto-Setup Script for NodeJS ... Simple Auto-Setup Script for NodeJS and Laravel
    1
    #!/usr/bin/env bash
    2
    #title              : Simple Auto-Setup Script for NodeJS and Laravel
    3
    #description        : Installs all dependencies for NodeJS and Laravel web apps
    4
    #author             : seanquijote
    5
    #date_created       : 20200428