Skip to content
View ferdiebergado's full-sized avatar
Block or Report

Block or report ferdiebergado

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

Hi My name is Ferdinand Saporas Bergado

Online Computer Science Text Tutor and Hobbyist Programmer

I've been an online Computer Science Text Tutor since 2021. I've started developing web apps way back in 2016 to aid me in automating some tasks on my regular day job.

Skills

JavaScriptPythonTypeScriptPHPRustrlangJavaGoGitCCSS3ReactVueBootstrapHTML5NodeJSExpressMongoDBMySQLPostgreSQLFlaskNestJSLaravelDockerLinuxFigmaTruffle

Socials

Badges

My GitHub Stats

ferdiebergado's GitHub stats

Pinned

  1. pystreamer pystreamer Public

    Command line internet radio streamer

    Python

  2. debian-dotfiles debian-dotfiles Public

    Dotfiles on my debian workstation

    Shell

  3. netlify-bec netlify-bec Public

    Budget Estimate to Expenditure Matrix Converter ready for deployment to netlify (WIP)

    TypeScript 1

  4. Shell script to scaffold a typescrip... Shell script to scaffold a typescript project with bun and vite
    1
    #!/usr/bin/env sh
    2
    
                  
    3
    PROJ_DIR="$HOME/Projects/typescript/BUN"
    4
    PROJ=${1:-bun-vite-proj$(date +'%s')}
    5
    
                  
  5. My shell script to scaffold a new ty... My shell script to scaffold a new typescript project; usage: tsnew.sh [path]
    1
    #!/usr/bin/env bash
    2
    
                  
    3
    AUTHOR="Ferdinand Saporas Bergado <ferdiebergado@gmail.com> (https://github.com/ferdiebergado/)"
    4
    LICENSE=MIT
    5