Skip to content
View JoryAnderson's full-sized avatar

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 been working professionally as a software developer for the past few years now. I first started in a QA position and moved to a System Admin/DevOps/Developer role. I've been leaning more into the DevOps side of things - recently I helped my department move from SVN onto GitLab, pipelines and all. Now we are moving to Cloud and I am hoping to start Guidewire and AWS certification soon. 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.

  • โšก Fun fact: I'm now working hybrid! Work from home is great but it is nice to connect with your coworkers in person every so often.

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.