Skip to content
View jsphbtst's full-sized avatar
đź’­
DND, doing thesis.
đź’­
DND, doing thesis.

Block or report jsphbtst

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

Joseph J. Bautista

Software engineer by day, crappy robotics and software builder by night.

Idk... I like looking at things one level of abstraction deeper at a time. Though I do build and manage large and complex codebases in my professional career, I tend to like working on bits and pieces of software in my free time. I like isolating certain features or characteristics I'm particularly interested in at the moment. I believe it's the amalgamation of these little eureka moments that eventually transform you into a better engineer—the spirit of tinkering, goofing off, and just playing around. Well, one of the ways.

C will always be my first love, but in order to make a living, I use JavaScript/Typescript, Python, Ruby, and Go.

Wanna chat or connect? Shoot me an email at joseph.bautista@proton.me. Would love to connect with y'alls.

Pinned Loading

  1. babelfish babelfish Public

    Joseph's personal WIP language learning CLI tool

    Go 1

  2. math-interpreter-c math-interpreter-c Public

    C

  3. Lossless Text Compression Using Huff... Lossless Text Compression Using Huffman Coding in Go
    1
    package main
    2
    
                  
    3
    import (
    4
    	"strings"
    5
    )
  4. Fan-Out/In Go Concurrency Pattern Fan-Out/In Go Concurrency Pattern
    1
    package main
    2
    
                  
    3
    import (
    4
    	"encoding/csv"
    5
    	"fmt"