Skip to content
View joshuacerbito's full-sized avatar
🔥
🎸🎛🎛🎚🔊
🔥
🎸🎛🎛🎚🔊

Block or report joshuacerbito

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

Header

Hello, Internet!

I'm Joshua Cerbito, a Web Developer and Designer from the Philippines, currently the Director of Technology of Ghost Sherpa.

🌐Socials

Facebook Instagram LinkedIn Medium Twitter YouTube

🛠️ My Favorite Development Tools

I'd like to think that my approach to development is "technology agnostic", so the list below might look a bit much, but these are the actual stuff I've used for the past year or so.

💻Tech Stack

CSS3 GraphQL HTML5 JavaScript Markdown PHP Shell Script Swift TypeScript AWS Cloudflare DigitalOcean Firebase Google Cloud Heroku Netlify Vercel Angular Apollo-GraphQL Electron.js Express.js FastAPI Flutter Gatsby Green Sock Gulp Insomnia JWT Laravel NPM Next JS NodeJS React SASS Socket.io Spring Vue.js Threejs TailwindCSS Svelte Apache Nginx Jenkins Notion Trello ESLint Docker Confluence Jira Arduino Babel Alfred Canva Figma Framer

📊GitHub Stats



🏆GitHub Trophies


👨🏽‍🏫 Teaching & Speaking

I'm passionate about teaching and public speaking. Being able to help other people reach their goals is definitely a big win in my book, and being able to do that in my day job is one of the reasons why I'm still with the same organization for 8 years now.

Before the pandemic, I used to speak at seminars and conferences both public and private; The subjects I talk about range from Web Development, Web Design, Graphic Design, Video Production, and Music Production, to Philosphy & Christian Apologetics.

🎸 Music & Video

When I'm not coding or teaching, I play music (and usually take videos of me doing so). You can check out some of my music on Youtube and on SoundCloud.

✍🏽 Blog & Writing

I also maintain a blog over at Dev.to (for tech-related write-ups) as well as on Medium (for other, more personal stuff). I don't write as often as I'd like to anymore, but hopefully I've already gotten back to my habit of writing by the time you see this.

Pinned Loading

  1. Useful Dot Files Useful Dot Files
    1
    root = true
    2
    
                  
    3
    [*]
    4
    end_of_line = lf
    5
    charset = utf-8
  2. A topic-based subscribe-publish libr... A topic-based subscribe-publish library written in JavaScript.
    1
    /*
    2
     * Observer.js
    3
     *
    4
     * SYNTAX:
    5
     *    const EventHandler = new MessageBus( context );
  3. Respond Mixin Respond Mixin
    1
    /*---------------------------------------------------------------*\
    2
      RESPONSIVE PROPERTY HANDLER
    3
        handles the per-breakpoint property for mobile-first approach
    4
    5
        note: requires a key-less 'breakpoints' scss map