Skip to content
View OEUG99's full-sized avatar
🌟
Currently coding!
🌟
Currently coding!

Highlights

  • Pro
Block or Report

Block or report OEUG99

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

Hi 👋, I'm Oli

A passionate frontend developer from Tallahassee with an interest in distributed systems.

  • 🔭 I’m currently working on Microservices check out my indepdendent project via it's organizations page

  • 💬 Ask me about Python, Java, C++, React, and I even like perl

Connect with me:

debugger 21506081 oeug99

Languages and Tools:

arduino aws azure bash bootstrap c cplusplus css3 django docker flask gcp git graphql heroku html5 java javascript jenkins kubernetes linux mongodb mysql nginx nodejs opencv pandas perl postgresql postman python qt rabbitMQ react redis spring sqlite

oeug99

Pinned Loading

  1. Reel-Dating/Authentication-Service Reel-Dating/Authentication-Service Public

    🖥️ Authentication Service & Main Service for a dating site. Developed by Oli Eugenio

    Python

  2. CraftingStore-Python-API-Wrapper CraftingStore-Python-API-Wrapper Public

    An API wrapper for CraftingStore's public REST API, for Python 2.7 | 3.6 | 3.7 | 3.8 | 3.9

    Python

  3. InsecamPy InsecamPy Public

    A library for scraping information from http://www.insecam.org/ Written in python 3

    Python 3

  4. MVC-Yahtzee MVC-Yahtzee Public

    Yahtzee, written in Java, using the MVC design pattern.

    Java

  5. Florida-Health-COVID19-Parser Florida-Health-COVID19-Parser Public

    A parser that extracts the Statistics from Florida's Department of Health's COVID-19 Weekly Situtation Report.

    Python 1

  6. A recursive function that generates ... A recursive function that generates a list of all possible anagrams for a given string.
    1
    def anagram_generator(string):
    2
        """
    3
        A recursive function that generates a list of all possible anagrams for a given string.
    4
        """
    5
        list = []