Skip to content
View Enprogames's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro
Block or Report

Block or report Enprogames

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

Hi there 👋

I'm a fourth year student majoring in computer science named Ethan Posner, currently attending Vancouver Island University. I mostly code in Python, but have experience with JavaScript, PHP, HTML/CSS, C/C++, and Java.

I have lots of experience developing full-stack web applications using Python, PHP, HTML/CSS, and JavaScript. I gained lots of experience in this while working at Bytedeck Learning Society for my summer 2023 co-op.

I also developed Tekku in collaboration with Nicholas Hopkins. It is a full-stack PHP forum website, allowing users to post images under various topics.

I am very interested in projects which involve processing large amounts of data and returning meaningful results based on it.

My Projects

Most of my time is spent towards completing my bachelor's degree in computer science, but I'm also working on various programming projects.

I'm currently reading Hands-On Machine Learning with Scikit-Learn, Keras, and TensorFlow by Aurélien Géron. My goal is to become proficient with machine learning so that I can implement it into my stock trading program.

I'm currently working on:

  • Bitcoin Research Project: Undergraduate research project with goal of developing methods for tracing bitcoin transactions. Uses the Janusgraph graph database to efficiently query bitcoin data in a graph format.
  • Course Capsule: Website for students and teachers to share educational content for their courses, created using FastAPI, HTML/CSS/JavaScript.

I also have the following projects that I've created by myself in the past:

  • Tekku: A PHP forum website created using the L.A.M.P. stack, allowing users to post images under various topics. Dockerized to allow for easier deployment.
  • SQL Injection Example Website: Created in collaboration with Sebastian Van Den Bremt, a Django website that is vulnerable to SQL injection attacks. Demonstrates how easy this attack is to exploit.
  • Flashcard Tool: A tool for memorizing large amounts of information. It has been a great aid to my own personal studying.
    • Uses python's Tkinter GUI library
  • Music Player: A small program which can be used to play song files.
    • Uses python's Tkinter GUI library
  • Python Clock: A clock I created for schools to show when a class is currently happening, when it will end, the current time, the current date, and a fact or joke at the top.
    • Uses python's eel GUI library. Also implemented using python's Tkinter GUI library.

Want more?

Visit my website: https://ethanposner.com/.

Pinned Loading

  1. Bitcoin_JanusGraph Bitcoin_JanusGraph Public

    Bitcoin transaction tracing data science project. Uses Blockchain.info developer API, PostgreSQL database, and JanusGraph graph database.

    Jupyter Notebook 1

  2. Tekku Tekku Public

    Dockerized PHP forum website

    PHP

  3. SQL-Injection-Example SQL-Injection-Example Public

    A simple Django website to show how easy it is to use SQL injections when user inputs aren't sanitized. Created for a school project.

    Python 1

  4. Flashcard-Tool Flashcard-Tool Public

    A simple python program to create and display flashcards. Very useful for memorization of large amounts of information.

    Python

  5. Python-Clock Python-Clock Public

    A school clock in python with a customization schedule.

    Python 1

  6. MusicPlayer MusicPlayer Public

    A simple python music player.

    Python