I am a Software Engineer located in the Bay Area right here in California. I specialize in front-end and I have experience with technologies and programming languages like JavaScript, HTML/CSS, REACT, JQuery, C, Python, AWS and MySQL. I have completed numerous projects that can be found on my Github page, but here I am going to show you some of my favorite projects that I completed either solo or as a member of a software engineering team. Such as Movienerd which you can find bellow. Movienerd is a web application and movie info site that i programmed and deployed solo using JavaScript, HTML/CSS, JQuery, AWS, and a third party API called OMDB. The application is simple to make life easier to users, you can input the movie that you want to look up information for then the app is going to tap into the API find the required data sets and output the results. You can check it out by clicking the "Check it out!" button bellow.
My_Bro is a 2-D platformer game that I created using the Godot Game Engine and GDscript which is Godot's own programming language. The objective of the game is to collect coins and going through levels, this project is still in flux i am adding new features, enemies and challenges to it. If you want a taste of the game you can play a short demo in the link bellow. Also the code for this project can be found on my Github page pinned section.
This Airbnb clone I developed as part of a team of peers at my school. We developed all aspects of the project and I worked on both front-end and back-end. I used HTML/CSS, JS for the visual part and MySQL and Python for back-end. We also developed a console for data management purposes you can check out the code on my Github page.
I built this site using only HTML and SCSS. It is a representation of what a modern 2021 company site would look like. I used SCSS so that it allows me to have nested selectors and other functionalities that can only be achieved using SCSS.
I completed this back-end project as part of a team, with one of my Software engineering peers. This is a functional shell that works the same as the sh. we built this custom CLI using C programming language, this Simple Shell will work in both interactive and non-interactive mode. The Shell is a CLI (Command Line Interface) that provides a command based UI for Unix-like operating systems. So in short, this is where we input the commands and we get its respective output.