Sergio Lara's repositories
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.
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.
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.
angular-directives
4th project part of the modern angular bootcamp course on udemy. Making use of the directives.
angular-emailclient
12th project part of the Modern Angular Bootcamp on Udemy. Dealing with reactive forms with async validators, authentication, error handling and RxJS
angular-http-requests
7th project of The Modern Angular Bootcamp from Udemy. Handling data and HTTP requests, understanding angular security (xss attacks).
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.
angular-modules
5th project part of the The Modern Angular course on Udemy. Learning about modules, routing, lazy loading and navigation between pages.
angular-pipes
Third mini project of the Angular bootcamp course on Udemy, using Angular and custom pipes.
angular-reactive-forms
9th project part of The Modern Angular Bootcamp on udemy. Focuses on how forms work in Angular (Template and Reactive).
angular-rl-api-frontend
Frontend designed to be a dashboard to play with the REST API and display data.
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.
angular-spa-form
Desktop form made with own custom components. Making use of everything learned before.
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.
angular-ts-overview
6th project part of the The Modern Angular Bootcamp on udemy. A general overview of typescript.
blender-vr
VR visualizer for GLTF models from Blender 4.3
codewars-katas-js
My solutions for the katas in codewars. Link to the exercise inside app.js files
go-hello
Basics of the go language, syntaxis, data structures, functions, loops...
nodejs-express
Second part of the full course. Making use of the express framework.
nodejs-full-course
Node.js and Express.js course
nodejs-nutjs
Automation framework made in TS
nodejs-sequelize-postgres-api
Rest API built with express, sequelize ORM and a Postgres database. Running on Node.js 18.5.0
pong-vanillajs
Pong recreated with html canvas and vanilla JS