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

Block or report ryancodingg

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

Header

Let's connect and contact with me 💬

👨🏻‍💻   About me

class Ryan:

    def __init__(self):
        self.username = 'ryancodingg'
        self.name = 'Ryan Nguyen'
        self.position = 'Data Engineer'
        self.interest = "Data Science, Machine Learning, Artificial Intelligence, Cloud Computing, Big Data"
        self.location = "Sydney, Australia"
        self.education = {
            'Master of Data Science: Swinburne Univeristy of Technology',
            'Bachelor of Information Technology (Information System & Business Analysis: Macquarie University',
            'Bachelor of Commerce (Finance): Macquarie University'
        }
        self.background {
            'Consultant: Telstra',
            'Data Engineer Intern: EY',
            'Data Engineering Analytics Intern: TIKI Corporation',
            'Social Media Analyst: Trip.Social',  
        } 
        self.code = {
            'programming': ['Python', 'SQL', '.NET', 'Java', 'C++', 'R', 'PHP'],
            'database': ['PostgreSQL', 'MySQL', 'SQLite3', 'Mongo DB', 'Redis'],
            'devops': ['Docker', 'Linux', 'Jenkins', 'GitHub Actions', 'AWS', 'Azure'],
            'frontend': ['HTML', 'CSS', 'JavaScript', 'ReactJS', 'Svelte', 'Boostrap'],
            'tools': ['GIT', 'GitHub', 'GitLab', 'Pandas', 'Jupyter notebook', 'SQLAlchemy', 'Celery', 'Nginx', R],
            'misc': ['Firebase', 'TDD', 'SCRUM', 'SOLID', 'gRPC', 'ML', 'Tech Writer']
        }
        self.architecture = ['SPA', 'MVC', 'Serverless', 'microservices']

    def __str__(self):
        return f'{self.name} | {self.position}'


if __name__ == '__main__':
    me = Ryan()
    print(me)

💼 My Resume

Apart from that, please check out My Resume and follow other social media channels.

📊 Github Stats

Visitors count

Pinned Loading

  1. SSIN0045/TechnologyInnovationProject SSIN0045/TechnologyInnovationProject Public

    Project 2 - Data Science Project

    Jupyter Notebook

  2. Australian-aviation-crisis-EY Australian-aviation-crisis-EY Public

    EY Data & Analytics team was approached by airport admins and airline CEOs with the goal of building a report covering the current aviation crisis in Australia.​ Students will be required to analys…

    Python 1

  3. Parking-spot-system-for-selling-used-cars Parking-spot-system-for-selling-used-cars Public

    ParkMaster 3000 is a Java-based parking management system designed to simplify and organize parking for used cars. With features like slot management, car tracking, and make-based car searches, thi…

    Java 1

  4. bitcoin-news-sentiment-analysis bitcoin-news-sentiment-analysis Public

    This project analyzes historical Bitcoin price movements using machine learning techniques and time series forecasting models. It utilizes a dataset containing Bitcoin news headlines and price data…

    Jupyter Notebook 1

  5. Sentiment-analysis-of-website-reviews Sentiment-analysis-of-website-reviews Public

    This project performs sentiment analysis on website reviews using machine learning models. It preprocesses text data by cleaning, removing stopwords, and applying stemming. The project evaluates th…

    Jupyter Notebook 1

  6. CIFAR-10-image-classification-with-CNN-and-transfer-learning CIFAR-10-image-classification-with-CNN-and-transfer-learning Public

    This project focuses on classifying images from the CIFAR-10 dataset using deep learning models. A custom CNN is built with TensorFlow, and transfer learning is applied using ResNet18 with PyTorch …

    Jupyter Notebook 1