Skip to content
View JoryAnderson's full-sized avatar
  • Insurance Corporation of British Columbia (ICBC)
  • British Columbia, Canada

Block or report JoryAnderson

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

Welcome! πŸ‘‹

Thank you very much for visiting my portfolio. I've recently graduated and I'm still sort of transitioning from the "student lifestyle" and to one of full-time employment. I eventually hope to put some attention back to my side projects and progress those to completion. For now, I am content with sorting life out. Though please feel free to look through my projects!

Feel free to poke around my pinned repositories!

  • πŸ”­ I just secured my first post-graduation employment opportunity! I'm hoping to keep my GitHub updated with additional projects and insights.

  • 🌱 I’m currently learning about quality assurance methodologies and automation frameworks. I find myself increasingly interested with DevOps philosophy and tooling.

  • πŸ“š The book I am currently reading is The Clean Coder by Robert C. Martin. I also am reading through The Phoenix Project by Gene Kim, George Spafford, and Kevin Behr!

  • πŸ‘― I’m looking to collaborate on anything! I am always willing to learn new skills and technologies.

  • πŸ’¬ Ask me about test automation technologies, new frameworks, parallelization, and test pipelining.

  • πŸ“« I can be found on LinkedIn.

  • ⚑ Fun fact: I am working completely remotely now! If you told me 3 years ago that I'd be programming fully remotely right out of university, I'd say you were out of your mind.

Pinned Loading

  1. EMSE_DevInt EMSE_DevInt Public

    A data-driven study into developer interactions on Stack Overflow. Who uses Stack Overflow, and what are users currently talking about? Included is our paper which discusses our findings.

    Jupyter Notebook 1

  2. Loan-Default Loan-Default Public

    A machine learning project intended to predict the probability of someone defaulting on their loans, and predicting overall loan risk. Created for my Machine Learning / Data Mining university course.

    Jupyter Notebook 1

  3. SudokuSATSolver SudokuSATSolver Public

    A self-project from my Foundations of Computer Science university course.

    Java

  4. PIBot PIBot Public

    An open-source personal information identifier for Reddit.

    Python

  5. IMApplication IMApplication Public

    A simple instant-messaging app with security in mind. Confidentiality, Integrity and Authentication (CIA) are enforced. Made for my Security Engineering university course.

    Java

  6. Recursive Palindrome Identification Recursive Palindrome Identification
    1
    /** About
    2
    @author: Jory Anderson
    3
    @date: December 30, 2018
    4
    @desc: A simple recursive-based approach for validating palindromes. Supports alphanumeric characters and special
    5
    	   characters. Program will loop, exit the Java Runtime (CTRL + C) to quit the application.