Skip to content
View kapppa-joe's full-sized avatar
πŸ’­
learning coding
πŸ’­
learning coding

Block or report kapppa-joe

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

Hi, I am Joe Fong :)

A little about me...

const joe = {
  pronouns: ['he', 'him'],
  likes: ['reading πŸ“–', 'walking in nature πŸ₯Ύ', 'coffee β˜•οΈ', 'japanese food πŸ£πŸœπŸ²πŸ€πŸ™πŸ’πŸ’•'],
  canCodeIn: ['python', 'javascript', 'ruby', 'haskell', 'nim'],
  hasExperienceIn: ['React', 'ExpressJS', 'Pandas', 'Pyspark'],
  currentFocus: 'solve adventOfCode 2023 in haskell',
  nextTarget: ''
}

Pinned Loading

  1. aoc2023-haskell aoc2023-haskell Public

    store my solution for aoc2023

    Haskell

  2. kapppa-joe.github.io kapppa-joe.github.io Public

    A remake of my personal portfolio website. Built with Preact + Typescript + SASS + Vite

    TypeScript

  3. space-app-frontend space-app-frontend Public

    A space themed game with AR experience made by Team Hip-hip-array

    JavaScript 2 4

  4. jack-o-hangman jack-o-hangman Public

    A little word guessing game with a Halloween theme. Built as a personal project for practicing React.

    JavaScript 1

  5. project-euler-trial project-euler-trial Public

    My attempts in solving project Euler problems with a TDD and FP approach. I started this repo for some practice on TDD & functional programming in Python.

    Python