Skip to content
View teamchong's full-sized avatar
:octocat:
:octocat:

Block or report teamchong

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

Hi there, I'm Steven Chong! 👋

I'm a Software Development Professional who recently relocated to Canada. I am passionate about immersing myself in a new tech scene and continuing to create innovative technologies.

💼 What I do

As a hands-on software developer, I specialize in turning ideas into reality and love bringing projects to life.

let lifeIsHard = true;
let numberOfTries = 0;

while (lifeIsHard) {
  console.log("Life is hard, but I'm not backing down! 💪");

  if (Math.random() < 0.01) { // 1% chance of turning things around!
    console.log("Nailed it! Overcame the challenge like a boss! 🎉");
    lifeIsHard = false;
    numberOfTries = 0; // resetting the number of tries on success
  } else {
    numberOfTries++;
    console.log(`Stumbled this time, but no worries. I'll rise again! Retry count: ${numberOfTries} 🔄`);
  }

  if (numberOfTries === 10) {
    console.log("Perhaps I need to shift gears. Considering an interstellar getaway! 🛸");
    numberOfTries = 0; // resetting the number of tries after an interstellar adventure
  }
}

console.log("Life is good, and so am I! 😊");

🌱 Continuous Learning

In the ever-evolving tech world, continuous learning is key. I'm always open to new challenges and ready to learn and adapt to emerging technologies.

🎯 2023 Goals

image

✉️ Let's Connect!

Whether you're looking for a collaborator on an exciting project or just want to chat about all things tech, I'd love to connect. Feel free to reach out!

Pinned Loading

  1. type-challenges/type-challenges Public

    Collection of TypeScript type challenges with online judge

    TypeScript 44.6k 4.9k

1,642 contributions in the last year

Contribution Graph
Day of Week March April May June July August September October November December January February March
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More

Activity overview

Loading A graph representing teamchong's contributions from March 03, 2024 to March 09, 2025. The contributions are 67% commits, 17% pull requests, 13% code review, 3% issues.

Contribution activity

March 2025

Created 1 commit in 1 repository
Created 1 repository
Opened 1 pull request in 1 repository
EventStore/Design-System 1 merged
Reviewed 1 pull request in 1 repository
EventStore/Design-System 1 pull request
89 contributions in private repositories Mar 3 – Mar 7
Loading

Seeing something unexpected? Take a look at the GitHub profile guide.