Skip to content
View RodAli's full-sized avatar
  • Toronto, Canada

Block or report RodAli

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

Hello world! πŸ‘‹

My name is Rod Ali Mazloomi, and I am masters's graduate from the University of Toronto in Computer Science. I'm a full-stack software engineer always seeking challenging and exciting projects to work on. Feel free to reach out to me:

LinkedIn Gmail Badge

πŸ”§ Tech stack

Back-end

C# .NET Java Python C Node.js

Front-end

React JavaScript TypeScript HTML5 CSS SASS Redux Jest Webpack npm Yarn

Database

SQL PostgreSQL MongoDB MySQL

Data Anaylsis

R Pandas Numpy SciPy Scikit-learn

Other tools

Git Subversion Bash AWSLambda AmazonS3

Pinned Loading

  1. min-flow min-flow Public

    Algorithm that takes in a directed graph of n nodes, where the edges are how much one node "owes" to another. The algorithm prunes the graph until there are the minimum number of transactions such …

    Python 2

  2. fake-job-postings-analysis fake-job-postings-analysis Public

    Random Forest Classification of Fake Job Postings using Synthetic Minority Over-sampling Technique. This was done using Python, and Jupyter Notebooks.

    Jupyter Notebook 1

  3. Pokedex Pokedex Public

    A Pokedex web application written in React

    TypeScript

  4. FriendMe-Server FriendMe-Server Public

    A social media server that communicates through sockets in C. Made for final assignment of CSC209 UofT course.

    C 3

  5. ghost-hero ghost-hero Public

    A simple HTML5 game developed using Phaser JS

    TypeScript

  6. algorithims algorithims Public

    A repository to store C implementations of common computer science algorithms and data structures. Made for educational purposes.

    C