Coder Social home page Coder Social logo

teamchong / anchor Goto Github PK

View Code? Open in Web Editor NEW

This project forked from coral-xyz/anchor

0.0 0.0 0.0 1.35 MB

⚓ Solana Sealevel Framework

Home Page: https://project-serum.github.io/anchor

License: Apache License 2.0

Rust 81.13% JavaScript 0.04% TypeScript 18.27% Shell 0.56%

anchor'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!

anchor's People

Contributors

armaniferrante avatar norbertbodziony 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.