Pinned Repositories
angular-cards
Second mini project part of the Angular bootcamp 2022 course on Udemy. Learning about structural directives, creating other components, CSS scopes in Angular, :host selector and other basics.
angular-clientio
Frontend of an online chat. Built with angular 14 and websockets (Socket.io)
angular-custom-components
Components using Angular framework. Completely customizable and reusable.
chess-vanillajs
Chess made with vanilla js
nodejs-dalai-alpaca-ai
Simplified chat web UI using Ollama API. With Vision (LLaVa models) and formatted text to copy/paste snippets. Also with TTS if you have Coqui TTS installed.
nodejs-rl-api-backend
Creating a rest API with jwt auth and a mongodb database for tracking matches of rocket league, running in nodejs 18.4.0
nodejs-socketio
Backend of an online chat. Built purely with Socket.io as a standalone server.
one-js
Functional version of UNO game.
pokedex-vanillajs
Pokedex from 0. Quick css and js challenge using API
rock-paper-scissors
Juego del piedra papel o tijera con HTML, CSS, JS (especialmente)
LaraGuardiola's Repositories
LaraGuardiola/nodejs-dalai-alpaca-ai
Simplified chat web UI using Ollama API. With Vision (LLaVa models) and formatted text to copy/paste snippets. Also with TTS if you have Coqui TTS installed.
LaraGuardiola/angular-cards
Second mini project part of the Angular bootcamp 2022 course on Udemy. Learning about structural directives, creating other components, CSS scopes in Angular, :host selector and other basics.
LaraGuardiola/angular-clientio
Frontend of an online chat. Built with angular 14 and websockets (Socket.io)
LaraGuardiola/angular-custom-components
Components using Angular framework. Completely customizable and reusable.
LaraGuardiola/nodejs-rl-api-backend
Creating a rest API with jwt auth and a mongodb database for tracking matches of rocket league, running in nodejs 18.4.0
LaraGuardiola/nodejs-socketio
Backend of an online chat. Built purely with Socket.io as a standalone server.
LaraGuardiola/one-js
Functional version of UNO game.
LaraGuardiola/angular-directives
4th project part of the modern angular bootcamp course on udemy. Making use of the directives.
LaraGuardiola/angular-emailclient
12th project part of the Modern Angular Bootcamp on Udemy. Dealing with reactive forms with async validators, authentication, error handling and RxJS
LaraGuardiola/angular-http-requests
7th project of The Modern Angular Bootcamp from Udemy. Handling data and HTTP requests, understanding angular security (xss attacks).
LaraGuardiola/angular-mathgame
11th project part of the Modern Angular Bootcamp course on udemy. Project dedicated on expanding knowledge about RxJS and reactive forms creating a quick simple math game.
LaraGuardiola/angular-modules
5th project part of the The Modern Angular course on Udemy. Learning about modules, routing, lazy loading and navigation between pages.
LaraGuardiola/angular-pipes
Third mini project of the Angular bootcamp course on Udemy, using Angular and custom pipes.
LaraGuardiola/angular-pw-gen
First project using Angular framework, starting with event and property bindings, as well as deployment in Vercel
LaraGuardiola/angular-reactive-forms
9th project part of The Modern Angular Bootcamp on udemy. Focuses on how forms work in Angular (Template and Reactive).
LaraGuardiola/angular-rl-api-frontend
Frontend designed to be a dashboard to play with the REST API and display data.
LaraGuardiola/angular-rxjs
8th project part of The Modern Angular Bootcamp on udemy. Puts in practice the fundamentals of rxjs, http requests, services, components and other fundamentals.
LaraGuardiola/angular-spa-form
Desktop form made with own custom components. Making use of everything learned before.
LaraGuardiola/angular-template-forms
10th project part of the Modern Angular Bootcamp course on udemy. Minor project focused on learning template forms, while also comparing them to the reactive forms.
LaraGuardiola/angular-ts-overview
6th project part of the The Modern Angular Bootcamp on udemy. A general overview of typescript.
LaraGuardiola/casaflix
Stream videos from the pc to the local network
LaraGuardiola/codewars-katas-js
My solutions for the katas in codewars. Link to the exercise inside app.js files
LaraGuardiola/doggos
Regalo / Homenaje a todos aquellos cánidos que han estado y están con nosotros.
LaraGuardiola/go-hello
Basics of the go language, syntaxis, data structures, functions, loops...
LaraGuardiola/LaraGuardiola
LaraGuardiola/nodejs-express
Second part of the full course. Making use of the express framework.
LaraGuardiola/nodejs-full-course
Node.js and Express.js course
LaraGuardiola/nodejs-nutjs
Automation framework made in TS
LaraGuardiola/nodejs-sequelize-postgres-api
Rest API built with express, sequelize ORM and a Postgres database. Running on Node.js 18.5.0
LaraGuardiola/pong-vanillajs
Pong recreated with html canvas and vanilla JS