Skip to content
View ArterioRodrigues's full-sized avatar
πŸ¦–
Focusing
πŸ¦–
Focusing
  • New York

Highlights

  • Pro

Block or report ArterioRodrigues

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

coding

Hi there πŸ‘‹ I'm Arterio Rodrigues

A teacher, mentor, and motivated computer science major with experience working with C++, Python, Javascript, React and Bash languages and multiple CI/CD pipelines. Knowledgable on full stack development with a express interest in front end development (Based in React). Excellent problem-solving and time managment skills. Resume.pdf


Current Projects

Neural Network

  • Plan to build a neural network
  • Trying to do it from scartch with basic help
  • My goal is to do it with as little extrenal help
  • Code

Finished Projects

Wave Collapse

  • Generates a map with a wave collapse function
  • Use C++ to make 2 class nodes and map for creating a map
  • Python to generate the mape
  • Code

Hunter College Chess Club Website

  • A website for the chess club
  • Displays events
  • Will have api calls to generate a pair page for tournaments
  • Code

Stock Prediction

  • Uses LSTM model to generate a list of 60 next possible closing values
  • Uses api calls and machine learning
  • Built with python
  • Code

Pong in ASM

  • Written all in assemble
  • Basic project but useful for learing ASM
  • Main purpose was to learn ASM x86
  • Code

Broken Link Scraper

  • Check a url for all broken links
  • Full stack project front end-(Html, Css, Javascript) / Backend-(Nodejs)
  • Main purpose pratice full cycle development
  • Code
  • Website

Skills

  • βš› React
  • πŸ“± React Native
  • πŸ”— Github Jenkins Gradle
  • πŸ“• VS Code, IDLE, Office Suite, PG Admin
  • πŸ’» C++, Pthon, HTML, CSS, JavaScript, Bash, Node, Express

Connect with me:

arteriorodrigues

Pinned Loading

  1. wave_collapse- wave_collapse- Public

    This is a project I wanted to try because I am interested in computers randomly performing task for us. The basic idea is you give the computer a 2d map and it will make a random tile layout. The t…

    C++

  2. stock_prediction stock_prediction Public

    Jupyter Notebook

  3. asm_game asm_game Public

    Here is my Journey through coding an ASM Game

    Assembly