Passionate. Problem Solver. Programmer.
Hello! My name is Armando Salcido, a recent graduate from UC Irvine with a Bachelor of Science in Computer Science (2020). I love programming and problem solving and I'm a highly motivated individual and self-starter as I demonstrate in my various side projects and achievements. Since graduating I have continued to improve my coding skills by creating various projects available on my GitHub portfolio, contributing to an Open-source project called PlasmaPy, as well as learning different tools/frameworks. Here are some of my technical skills:
LANGUAGES
TOOLS/FRAMEWORKS
Currently looking for an entry level position in the following: Software Engineering, Full Stack Development, Artificial Intelligence, or any Software related Position as I am eager to learn new technologies!
A Full Stack web application where users can register and sign in to their accounts to create Artwork on a JavaScript Canvas. Users interact with the community by liking/favorite/commenting on Artwork and following other users
Node.js, HTML, CSS, Bootstrap 4, MongoDB, MongoDB Atlas, Heroku
A Python implementation of the famous Arcade game Pacman using Python's graphical library tkinter for GUI and image processing library Pillow for image importing.
Python, tkinter, Pillow
A Classic Sudoku Solver that takes board inputs from the User on the Graphical User Interface and solves it using the Backtracking algorithm!
Python, tkinter