Skip to content
View johnelliott626's full-sized avatar

Block or report johnelliott626

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
johnelliott626/README.md

👋 Hi there!

I'm John. I studied computer science at the University of South Florida and currently work as a software engineer at Red Hat. Here you'll find some side projects of mine from the past (messy-code alert but hey we all start somewhere 😊) and some that I am currently working on!

I am a passionate problem solver, interested in the exploration of computational solutions to practical, humanitarian, and ethical issues. I hope to add value to the world and contribute to solutions that help our neighbors.

Onward friends, there is grace for the journey! ☀️

Projects

  • Personal Finance Budgeting App: Collaboratively developed a budgeting web-application with a peer student developer for users to create budgets and manage financial transactions. Proposed and implemented the relational database design schema and REST API endpoints. Implemented automated tests with Mocha & Chai and managed project lifecycle using Jira within an Agile framework.
  • Efficient Sudoku: I created an artificial intelligence agent using constraint satisfaction problem techniques that solves sudoku puzzles. The program implements 4 different solution variations and compares the performance of the state space complexity of each solution and highlights the optimal algorithmic solution.
  • Mindful Coach: Worked with a team of student developers to create an appointment scheduling CRM platform for a fictional life coaching company. Proposed system architectural design to team, implemented it, and learned Django and React.
  • Stock Analysis App: I created a C# Desktop application that analyzes stock data (from a CSV file) to recognize various candlestick patterns.
  • Stock Trader Web App: I developed a web-based application using Python, Flask, and SQLite that allows users to perform fictional stock market transactions based upon real-time market data. Learned how to develop, debug, test, and deploy a full-stack web application.

Contact

You can reach me at johnelliott626@gmail.com

Popular repositories Loading

  1. stock-trader stock-trader Public

    Python

  2. johnelliott626 johnelliott626 Public

    Config files for my GitHub profile.

  3. stock-analysis stock-analysis Public

    C#

  4. sudoku sudoku Public

    Python

  5. mooc-coursework mooc-coursework Public

    Code & Problem sets from my participation in Massive Open Online Courses (MOOCs)

    Python

  6. content-sources-backend content-sources-backend Public

    Forked from content-services/content-sources-backend

    Backend for content sources service

    Go