Skip to content
View kndubois's full-sized avatar

Highlights

  • Pro

Organizations

@Applied-Research-Winter-2022

Block or report kndubois

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

Hi, welcome to my GitHub! :)

from @kndubois import SoftwareEngineer

class Profile extends SoftwareEngineer:

    name        = "Katie Dubois"
    pronouns    = ["She", "Her", "Hers"]
    location    = ["Canada", "United States"]
    current_job = "Full-time Student"

    education   = [
          "Self-taught Developer and Designer",
          "Diploma in Software Support",
          "Advanced Diploma in Software Development",
          "Bachelors in Software Engineering (in progress)"
    ]

    fields_of_interest = [
          "UI/UX Design",
          "HTML5 and CSS3 Development",
          "Web Development",
          "Open Source Contribution",
          "Mobile Application Development"
    ]

    technical_background = [
          "Full Stack Developer",
          "Software Support Specialist"
    ]

    tech_stack = {
        "languages": [
            "HTML5", "CSS3", "XML", "Python", "C++", 
            "Java", "JavaScript", "Mustache", "PHP",
            "JSON", "Markdown", "SQL"
        ],
        "frontend": ["Bootstrap", "React", "VueJS"],
        "backend": [".NET", "Flask", "Django"],
        "databases": ["MySQL", "Postgres", "MongoDB"],
        "tools": [
            "Git", "GitHub", "Azure", "AWS", "Postman",
            "Docker"
        ],
        "ide": ["VS Code", "Visual Studio", "IntelliJ IDEA"]
    }

    current_projects = [
        "FinTrack: A personal finance tracker using Python",
        "TravelPlanner: A personal trip planner",
        "Portfolio Website: Showcasing my design and development skills"
    ]

    future_goals = ["Contribute more to open-source projects"]

    hobbies = ["Traveling", "Photography", "Gaming", "Learning new tech"]
}

Thank you for visiting my GitHub profile!

Pinned Loading

  1. TravelPlanner Public

    Mustache

  2. FinTrack Public

    Personal Finance Tracker

    Python

  3. Tile-Tactics Public

    Created a basic functionality for a grid-based game app, with the use of encapsulation, inheritance, polymorphism, association exception handling and ArrayLists.

    Java

  4. Lucky-Dice Public

    A python dice game that allows you to choose options and roll the dice.

    Python

  5. Calenda Public

    JavaScript

  6. MeatMeals/App Public

    Meat Meals

    HTML