Month: April 2022

  • Installing Ruby on Amazon Linux 2

    Installing Ruby on Amazon Linux 2

    Running into a problem installing Ruby on your Amazon Linux 2 machine?

    I was able to successfully install Ruby and also rvm by doing the following:

    
    
    sudo yum install gcc

    gpg2 --keyserver hkp://pgp.mit.edu --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB

    source ~/.rvm/scripts/rvm

    rvm get head

    rvm list known

    # Install from one of the Ruby versions from the list.
    rvm install 3.0.2

    ruby --version

    Sources

  • Graduated from Udacity AI for Trading

    Graduated from Udacity AI for Trading

    Inspired by many of the algorithmic trading and capabilities of Machine Learning in the finance industry, I started a year ago at Udacity’s AI for Trading program.

    After many study sessions completed, I have finally completed the AI for Trading program 😀

    I learned a lot about trading and also learned a lot in Machine Learning. I am looking forward to applying this newfound knowledge at Warrior Trading.