Skip to content
View zach-li-sudo's full-sized avatar
🍁
Nouveau Acadien
🍁
Nouveau Acadien

Block or report zach-li-sudo

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
zach-li-sudo/README.md

Hi there 👋, I'm Zach!

These are my tech stacks:

I'm currently doing some awesome stuffs on

  1. Numerical Optimization + Algorithm Design
  2. Python/JavaScript Development, Django + Vue.js

I'm gonna move my posts on hashnode.com to my personal site (Django+Vue3) in the coming months!

Come 'n' see! 🔥

#!/usr/anaconda3/envs/py38/python
# -*- coding: utf-8 -*-

class SoftwareEngineer:

    def __init__(self):
        self.name = "Zach"
        self.role = "Software Engineer"
        self.major = "Computational Mathematics"
        self.language_spoken = ["zh_CN", "en_US", "fr_FR"]

    def say_hi(self):
        print("Thanks for visiting my GitHub!")
        
    def find_my_blog(self):
        return "https://zach-sudo.hashnode.dev/"


me = SoftwareEngineer()
me.say_hi()
me.find_my_blog()

Zach's GitHub stats

Popular repositories Loading

  1. 50projects50days 50projects50days Public

    Forked from bradtraversy/50projects50days

    50+ mini web projects using HTML, CSS & JS

    CSS 1

  2. self-taught-guide-to-cloud-computing self-taught-guide-to-cloud-computing Public

    Forked from learntocloud/learn-to-cloud

    My self taught guide to cloud computing.

  3. hashnode_blog_backup hashnode_blog_backup Public

    Github backup repo for my blog posts hosted on hashnode.com

  4. gauss_newton_slrp gauss_newton_slrp Public

    gn_slrp

  5. gn_lr_approx_py gn_lr_approx_py Public

    Python

  6. zach-li-sudo zach-li-sudo Public

    Fancy profile!