Giter Club home page Giter Club logo

student-network's Introduction

Hi there, I'm Isaac! 👋

Graduated at the top of my cohort at the University of Exeter with a first-class honours degree (81%) in BSc Computer Science, ranking 1st for both overall grade and final year project. Proficient in Python, with experience in financial markets and big tech. Passionate about developing large-scale distributed systems and algorithmic optimisation.

Experience

Company Role Tenure
T. Rowe Price Fixed Income Quant Developer September 2023 – Present
T. Rowe Price Fixed Income Quant Developer Intern June 2022 – August 2022
IBM Software Developer Intern June 2021 – June 2022

Feel free to message me on LinkedIn!

Skills

Languages Python, SQL, C++, C
Technologies Airflow, pandas, NumPy, FastAPI, Flask, pytest, PyQt, scikit-learn, Dask, DuckDB, MongoDB
Tools Git, Linux, AWS (ECS, S3, MWAA, CloudWatch), Kubernetes, Qt, Splunk, Grafana, Swagger, CI/CD

student-network's People

Contributors

barnabasg avatar dependabot[bot] avatar isaaccheng9 avatar killereks avatar newtongold avatar ryan-storey avatar sofia-reid avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

student-network's Issues

Fix KeyError when accessing feed, stats, games, and chat without logging in

Problem Statement

  • When accessing feed, stats (leaderboard, achievements), games (quizzes, flashcards), or chat without logging in, a KeyError: 'username' occurs.
    • This can be fixed by implementing the @login_required annotation with Flask, and hiding these items from the navigation bar when the user isn't logged in.
      • It may be better to hide the navigation bar entirely when the user isn't logged in.

Migrate password hashing system from SHA-256 to bcrypt

Problem Statement

  • Currently, the password hashing algorithm uses SHA-256, which is unsuitable for password hashing.
  • The system needs to be migrated to something more secure such as bcrypt.
    • Passwords for the demo database must be changed to bcrypt hashed passwords so that the new algorithm is backwards compatible.
      • Generate new passwords in a Python script, and edit the passwords in the demo database file. This ensures that the password are bcrypt compatible.

Making quizzes is broken.

The quiz creation is linked to post creation, when trying to make a quiz it will throw an error at the submit_post method.

Improve implementation of relative imports

  • Improve implementation of relative imports so that there's no empty init.py files littering the code.
    • Use sys.path.append("..") for this instead.
  • Update instructions in README.md for running the program to reflect these changes.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.