Welcome! đź‘‹
I'm Andrew Sanchez, a passionate individual about Computer Science and Software Development. I
grew up Hollister, CA and majored in Computer Science at California State University, Monterey
Bay (CSUMB). I enjoyed my time at CSUMB as it gave me foundational CS skills to dive into new
technologies. Today you can find me learning about new technologies, playing video games, and
hanging out with my dog Luci.
The language of the web. JavaScript was one of the first languages that I grew to love.
I was first introduced into Git while in college. It was here that I realized Git makes everything easier when it comes to project collabration.
React was the first JavaScript library I picked up and learned. React gives developers the power to create fast and powerful single page applications.
My capstone project involved creating a Machine Learning chatbot, it was here that I learned how powerful and essential ML really is.
My goto for creating backend Services. With multitude of libraries to pair with, Node.js makes backend development a breeze.
Heroku was the first platform I ever used to deploy an application. Herokus CLI tools made it easy to deploy applications and best of all it was free to host my apps.
Simple project management application that is built with React, Redux, and Firebase. Application has authentication to allow users to login and create accounts. Users can create projects with title and add information about their project. Notifications area to show new users and new projects added. Project deployed with Google hosting.
View Project View RepositoryImage searching application. With the search bar, user can checkout pictures or find high quality res images from Unsplash. Once search is complete user is returned 10 tiles with images and their respected description. This application was built using React and uses the Unsplash API to retrieve free high res photos.
View Project View RepositoryFront-End web application built using Vue. The application is centered around a simple "ToDo" list that allows the user to create and delete tasks. Application already comes with 3 sample tasks that is retrieved from JSONPlaceholder.typicode.com/ to simulate communication to a backend service.
View RepositoryFront-End web game/application built using React. Game starts with all cards faced down with the objective of matching each card to a similar value. Utilized DeckOfCards API to retrieve a shuffled deck.
View Project View RepositoryFull-Stack web application that uses technologies React.JS, Express, PostgreSQL, and Node.JS. First designed the front-end with mockups and then built as React components. Back-end built as ReSTful API using Express and Node.js. Implemented a PostgreSQL database to be utilized for CRUD operations.
View Project View RepositoryWith a team designed, built, test, and refine a Amazon Web Services chatbot. Intents are designed around frequently asked questions such as “how can I pay my bill”, “when is my bill due”, and “what is my premium”. Amazon Lamda functions are then used to validate intent and respond appropriately.
View RepositoryProject centered around learning Machine Learning algorithms and applying them to data. Our goal was to predict video games sales off data collected in the past 15 years. Machine Learning algorithms used Linear Regression, Regression Trees, and Logistic Regression.
View Project View Repository