Skip to content
View ferdiebergado's full-sized avatar

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 Loading

  1. fullstack-go fullstack-go Public

    A full stack web application using net/http, database/sql and html/template

    Go 1

  2. pystreamer pystreamer Public

    Command line internet radio streamer

    Python

  3. netlify-bec netlify-bec Public

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

    TypeScript 1

  4. debian-dotfiles debian-dotfiles Public

    Dotfiles on my debian workstation

    Shell

  5. 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
    
                  
  6. go-express go-express Public

    Dependency-free Express style http router written in go

    Go 1