Skip to content
View SeeYangZhi's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report SeeYangZhi

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
SeeYangZhi/README.md

Hi there 👋, I am Yang Zhi

A Technophile, Software Engineer, Reader & Traveller

I am a full-stack software engineer with a passion for building innovative and user-friendly products. I am particularly interested in emerging technologies, such as artificial intelligence, machine learning, and blockchain. I believe that these technologies have the potential to revolutionize the way we live and work, and I am excited to be a part of that revolution.

Skills: DevOps / Cloud Computing (AWS) / NEXT JS / REACT / JS

  • 🌱 I’m currently learning about AIML, generative models.

Pinned

  1. Setting up your python development e... Setting up your python development environment (with pyenv, virtualenv, and virtualenvwrapper)
    1
    ## Overview of Python Virtual Environments
    2
    *This guide is targetted at intermediate or expert users who want low-level control over their Python environments.*
    3
    
                  
    4
    When you're working on multiple coding projects, you might want a couple different version of Python and/or modules installed. This helps keep each workflow in its own sandbox instead of trying to juggle multiple projects (each with different dependencies) on your system's version of Python. The guide here covers one way to handle multiple Python versions and Python environments on your own (i.e., without a package manager like `conda`). See the [Using the workflow](https://gist.github.com/wronk/a902185f5f8ed018263d828e1027009b#using-the-workflow) section to view the end result.
    5
    
                  
  2. install_bitcoin_core.sh install_bitcoin_core.sh
    1
    #!/bin/sh
    2
    
                  
    3
    # This shellscript assumes that no error will surface while running the commands
    4
    
                  
    5
    # Compiling Bitcoin Core from the Source Code
  3. Install dependencies on Ubuntu/Debia... Install dependencies on Ubuntu/Debian for Puppeteer
    1
    sudo apt-get install ca-certificates \
    2
    fonts-liberation \
    3
    libappindicator3-1 \
    4
    libasound2 \
    5
    libatk-bridge2.0-0 \