Skip to content
View ascobee's full-sized avatar
  • Denver, CO

Block or report ascobee

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

Hi there 👋

Versatile, naturally curious engineer with six years of professional experience. Software and DevOps Engineer for enterprise SaaS products and integrated services for worldwide customers. Utilizing my software, electrical, and chemical engineering background provides perspective as I develop backend solutions.

Highlighted Projects

Using Python, Docker and PostgreSQL, I was able to create a backend REST API for a fictional cooking recipe website. After signing in, users can manage their accounts, recipes, images, and more!

Cryptobot is a Python project that I'm currently obsessed with. This user-friendly interface allows you to research, monitor, and trade cryptocurrencies through your Robinhood account. I'm adding new features and functionality from a growing list of ideas weekly. Some of the existing features include: execute new market/limit orders, view or cancel existing orders, and produce graphs of historical data. I'm currently working on the next prominent feature: market predictions using machine learning.

Working in Python, I was able to create a password checker that has become a useful tool for myself and could be to others when trying to avoid being a target in a data breach. This uses the Pwned Passwords API to find out how many times a particular password has been leaked. This simple script could be useful for any user.

Play the classic phone game "Snake" right in the terminal. The snake never stops moving and grows as it eats apples. Quickly navigate to avoid walls and eating your own tail!

Connect With Me

LI-In-Bug gmail

Pinned Loading

  1. cryptobot cryptobot Public

    Crypto trading bot with market predictions using machine learning.

    Python 2 1

  2. recipe-app-api recipe-app-api Public

    Recipe app api source code.

    Python

  3. hacker-news-top-stories hacker-news-top-stories Public

    Get a list of the top stories (>200 points) from the first two pages of Hacker News.

    Python

  4. password-checker password-checker Public

    Securely check to see if your passwords have been exposed in a data breach.

    Python

  5. snake-game-cli snake-game-cli Public

    Play the classic phone game "Snake" in a CLI

    Python

  6. convenient-calculator convenient-calculator Public

    This handy calculator can perform addition, subtraction, exponents, and more.

    Python