Giter Club home page Giter Club logo

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!

Steven's Projects

surrealdb icon surrealdb

A scalable, distributed, collaborative, document-graph database, for the realtime web

tao icon tao

The TAO of cross-platform windowing. A library in Rust built for Tauri.

tauri icon tauri

Build smaller, faster, and more secure desktop applications with a web frontend.

tesseract.js icon tesseract.js

Pure Javascript OCR for more than 100 Languages 📖🎉🖥

trpc icon trpc

🧙‍♀️ Move Fast and Break Nothing. End-to-end typesafe APIs made easy.

tss-react icon tss-react

✨ makeStyles is dead, long live makeStyles!

typechain icon typechain

🔌 TypeScript bindings for Ethereum smart contracts

typechat icon typechat

TypeChat is a library that makes it easy to build natural language interfaces using types.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.