Coder Social home page Coder Social 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

akash icon akash

a secure, transparent, and peer-to-peer cloud computing network

alpaca.cpp icon alpaca.cpp

Locally run an Instruction-Tuned Chat-Style LLM

apps icon apps

Basic Polkadot/Substrate UI for interacting with a Polkadot and Substrate node. This is the main user-facing application, allowing access to all features available on Substrate chains.

auto-gpt icon auto-gpt

An experimental open-source attempt to make GPT-4 fully autonomous.

axum icon axum

Ergonomic and modular web framework built with Tokio, Tower, and Hyper

bdjuno icon bdjuno

BDJuno is the official Juno implementation for BigDipper, the open-source block explorer for Cosmos

benthos icon benthos

Fancy stream processing made operationally mundane

besu icon besu

An enterprise-grade Java-based, Apache 2.0 licensed Ethereum client https://wiki.hyperledger.org/display/besu

blackhole icon blackhole

BlackHole is a modern macOS virtual audio driver that allows applications to pass audio to other applications with zero additional latency.

blockscout icon blockscout

Blockchain explorer for Ethereum based network and a tool for inspecting and analyzing EVM based blockchains.

buf icon buf

A new way of working with Protocol Buffers.

bun icon bun

Incredibly fast JavaScript runtime, bundler, transpiler and package manager – all in one.

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.