Hi, I'm Marcos.

I'm aSoftware Engineer.

Below are some of the projects i've worked on.

Cooking With Tiggy

Laravel, Vue, Inertia.js, Mysql, Tailwind

LaravelVue.jsJavascript

This is a recipe website i built. It has 6 different Models with various HasMany, belongsTo, Pivot relationships. I learned alot on this one. It has a search box that searchs recipe titles or ingredients. I used seeding and factories.

ShopsRus

Laravel, Vue, Inertia, Mysql, Caching, Search, Events, Stripe

LaravelVue.jsJavascript

Here is another shopping cart built with different technologies. This app has many models and relationships, uses caching and debouncing, and events. This applicaiton taught me alot of *higher* level (to me) things that developers use.

Chat.io

React.js, Node.js, Express, Websockets, Auth

ReactNode.js

This is a real time chat application I built. I learned a lot about websockets in this one. I used Materalized.io for a css framework.

Actor quiz built with React.js

React.js IMDB api, JSX, React Router

React

This is yet again another React.js Project. I am using the IMBD api in this one. I had to use this API with an object i made to determine whether the actor/actress is male or femal and display different choices based on that data point.

ACNH cheat sheet

Javascript (React), ACNH, API's, JSX

ReactJavascript

This is another React project. This project i learned how to fetch data and display/massage data. Its a pretty cool site if you are trying to 100% find everything in ACNH.

Pokemon Gen1

Javascript (React), React Router, JSX

ReactJavascript

This was my first React project. I created a huge object with all the pokemon names, evolutions, attack, the damage, and description of attact. Whenever you click on a pokemon the border changes to the pokemons type color.

Shopping Cart Built with Node.js

Node.js, Express, Pug, Mysql (Sequelize), Stripe, Javascript

Node.jsJavascriptJavascript

This is a shopping cart I made. I hosted this on herkou and couldn't figure out how to get the images to save. The payment service I use here is stripe. This app uses Auth that i wrote, you need to be signed it to make a purchase.

Oswalds blog

Node.js, Express, Pug, Mysql, Javascript.

Node.jsJavascriptJavascript

This is Owsald. He has a blog. This was my first project i built. This is basially a crud application with some javascript. I used MySql for the database. Raw Mysql..