Skip to content
View xeallogo's full-sized avatar
Block or Report

Block or report xeallogo

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

Banner_AG

I'm Alex, a software engineer.

About me

const Alex = {
  pronouns: "he/him",
  jobTitle: "Software Engineer",
  education: "Western Governors University",
  skills: {
    frontend: ["TypeScript", "JavaScript", "React", "HTML/CSS"],
    backend: ["Node", "Python", "Git"],
    database: ["MongoDB", "MySQL"]
  },
  hobbies: ["cooking", "videogames", "art", "reading", "languages"],
  funFact: "I can operate a forklift."
};

Tech Stack

Pinned

  1. Recipe-Organizer Recipe-Organizer Public

    JavaScript

  2. restaurant-recommender restaurant-recommender Public

    Jupyter Notebook

  3. Appointment-Scheduler Appointment-Scheduler Public

    This is an application for scheduling appointments. It is used to store users, customers and appointment records in a MySQL database. This application will allow users to create and modify customer…

    Java

  4. Inventory-Management-System Inventory-Management-System Public

    JavaFX graphical program that simulates an inventory management system.

    Java