Skip to content
View enkr1's full-sized avatar
๐ŸŽฏ
If you actually try your best, you can't lose.
๐ŸŽฏ
If you actually try your best, you can't lose.
Block or Report

Block or report enkr1

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

Hello, World

I'm Jing Hui PANG ๐Ÿ‘‹

"Programming is a tool to turn ideas into reality. Use it as an opportunity to unleash creativity and build something remarkable."

My Overall stats

As a software engineer, I see programming as more than just a skill; it's a canvas for creativity, a tool to transform the abstract into reality. My journey in tech spans various languages and frameworks, with a focus on crafting innovative solutions that have a tangible impact.

When not immersed in code, you'll find me exploring the rhythmic world of beatboxing, or orchestrating digital symphonies in music production. I believe in a balanced life where passions outside of work fuel my professional creativity.

Dive into my world by visiting my personal website. It's a window into my professional achievements, personal projects, and the occasional beatboxing adventure. For a daily dose of my life, from the coding screens to the beatboxing scenes, check out my Instagram. It's where I share the casual, the quirky, and everything in-between โ€“ snapshots of events, behind-the-scenes peeks, and just me being me!


๐Ÿ”ฎ Elixir Profile
%User{
  first_name: "Jing Hui",
  last_name: "PANG",
  bio: "I am in love with Elixir right now",
  email: %Email{work: "enkr99@gmail.com", personal: "jinghuipang99@gmail.com"},
  roles: [
    %Role{title: "Software Engineer", inserted_at: ~N[2020-09-14 09:30:00]},
    %Role{title: "Beatboxer", inserted_at: ~N[2016-12-01 00:00:00]}
  ],
  interests: [
    %Interest{title: "Coding!"},
    %Interest{title: "Working out"},
    %Interest{title: "Music production"},
    %Interest{title: "Beatboxing"},
    %Interest{title: "Sleeping ... :skull:"}
  ],
  inserted_at: ~N[1999-12-06 00:00:00]
}
|> set_daily_routine(["code", "workout", "game", "beatbox", "sleep"])

๐Ÿ“ˆ My top programming languages (from 25th December 2020)

๐Ÿ’ป My weekly coding activities

๐Ÿ“Š GitHub stats
enkr1's Github Stats

๐Ÿ“ฆ What I am experienced in


Thanks for stopping by!

Pinned

  1. platforms platforms Public

    A copy of linktree.

    CSS 1

  2. enkr1.github.io enkr1.github.io Public

    Version 3 of my personal website.

    CSS

  3. blog blog Public

    HTML

  4. 555beatbox 555beatbox Public

    We are rising 555.

    CSS

  5. About Me (Elixir) About Me (Elixir)
    1
    defmodule User do
    2
      use MapSet
    3
    
                  
    4
      defstruct [
    5
        :first_name,
  6. leetcode_solutions leetcode_solutions Public

    All of my LeetCode solutions. I am challenging myself to complete at least one question a day! ๐ŸŽฏ

    JavaScript