Git Product home page Git Product logo

big-dipper's Introduction

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!

big-dipper's People

Contributors

avkr003 avatar cashmaney avatar dependabot[bot] avatar dropil avatar foreseaz avatar freak12techno avatar jhernandezb avatar kwunyeung avatar lacabra avatar michaelfig avatar minseokoh avatar monikacat avatar nnkken avatar orkunkl avatar puneet2019 avatar shanev avatar terencesflam avatar whitefen avatar wimel avatar ztsai avatar

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.