Projects in Awesome Lists by RubenOAlvarado
A curated list of projects in awesome lists by RubenOAlvarado .
https://github.com/rubenoalvarado/testing_routing
Goofying around with routify a library to routes in svelte. And some bootstrap.
Last synced: 29 Mar 2025
https://github.com/rubenoalvarado/trello-like-api
A Nest API for a trello-like app using typescript, prisma, swagger and nodejs.
Last synced: 05 Apr 2025
https://github.com/rubenoalvarado/crisenix-web-v2
I decided to rebuild the entire crisenix project because Sapper gave me so much problems. I'm trying routify for routing, and change picnic.css for the same old bootstrap. It lets me to add felte for forms validation, thing that I can do in Sapper, besides, Sapper will be deprecated soon, so I have to update some things (I will give a shoot to sveltekit in the future).
Last synced: 29 Mar 2025
https://github.com/rubenoalvarado/ts_algorithms
Project that contains 10 basic algorithms with typescript
Last synced: 29 Mar 2025
https://github.com/rubenoalvarado/simple-rest-api
A simple rest api with node, babel and webpack
Last synced: 29 Mar 2025
https://github.com/rubenoalvarado/coally-api
Simple express API for coally task manager
express mongoose nodejs swagger typescript
Last synced: 29 Mar 2025
https://github.com/rubenoalvarado/convex-react-crud
A easy CRUD app to test Convex and React integration
Last synced: 29 Mar 2025
https://github.com/rubenoalvarado/designpatterns
I will create some code examples for different design patterns I'm learning.
Last synced: 29 Mar 2025
https://github.com/rubenoalvarado/webtoken
An node api example to work with jwt.
Last synced: 29 Mar 2025
https://github.com/rubenoalvarado/crisenix-api-v2
Backend for Crisenix mobile app
nestjs nestjs-backend nodejs typescript
Last synced: 29 Mar 2025
https://github.com/rubenoalvarado/ts-node-api
A production ready rest api: made with typescript, node and express.
Last synced: 29 Mar 2025
https://github.com/rubenoalvarado/test-software-engineer
Yaydoo software engineer test.
Last synced: 29 Mar 2025
https://github.com/rubenoalvarado/pokedex
A Pokedex made with react, just for fun. Using the pokeapi: https://pokeapi.co/
Last synced: 29 Mar 2025
https://github.com/rubenoalvarado/logged-app
a simple app that log with winston and morgan
Last synced: 29 Mar 2025
https://github.com/rubenoalvarado/mailsender-demo
A demo to test mail sender functionality in nodejs.
Last synced: 29 Mar 2025
https://github.com/rubenoalvarado/felte_forms
Tutorial for validate forms with the felte library in a Svelte project.
Last synced: 29 Mar 2025
https://github.com/rubenoalvarado/koa-tdd-example
Learning koajs, the node framework. With a TDD implementation, following the next tutorial: https://mherman.org/blog/building-a-restful-api-with-koa-and-postgres/
Last synced: 29 Mar 2025
https://github.com/rubenoalvarado/file-uploader
multer+express+node to test the file uploading.
Last synced: 29 Mar 2025
https://github.com/rubenoalvarado/highlights-api
testing graphql with nodejs
Last synced: 29 Mar 2025
https://github.com/rubenoalvarado/notes-p2p
Notes app backend with the hyperstack and typescript
Last synced: 14 Apr 2025
https://github.com/rubenoalvarado/chat-p2p
A simple peer to peer chat to test the hyperswarm framework
Last synced: 14 Apr 2025
https://github.com/rubenoalvarado/coally-task-manager
Coally task manager frontend
react tailwindcss typescript vite
Last synced: 29 Mar 2025
https://github.com/rubenoalvarado/sapper-pokeapi
trying sapper and svelte with the classic pokeapi.
Last synced: 29 Mar 2025
https://github.com/rubenoalvarado/simplechat
An chat API to test socket.io with express and mongoose.
Last synced: 29 Mar 2025
https://github.com/rubenoalvarado/coally-fs-assesment
Coally Fullstack assesment project.
Last synced: 29 Mar 2025
https://github.com/rubenoalvarado/typescript-mongo
A rest API made with mongo, typescript, express and node.
Last synced: 29 Mar 2025
https://github.com/rubenoalvarado/zendala
Zendala Backend Developer Application Test
Last synced: 29 Mar 2025
https://github.com/rubenoalvarado/realtime-todos
A simple svelte app for todos with firebase and google auth.
Last synced: 29 Mar 2025
https://github.com/rubenoalvarado/paypal-demo
Trying paypal integration in nodejs.
Last synced: 29 Mar 2025
https://github.com/rubenoalvarado/pagination-test
Testing the mongoose-paginate-v2 plugin in a NestJS project
Last synced: 29 Mar 2025
https://github.com/rubenoalvarado/pokedb
an arangDb database using the foxx microservices
Last synced: 29 Mar 2025
https://github.com/rubenoalvarado/pokeapi
the pokeapi in graphql. Link to the original pokeapi: https://pokeapi.co/
Last synced: 29 Mar 2025
https://github.com/rubenoalvarado/graphqltypescript-template
the basic template for a graphql server made with apollo server. It uses webpack and typescript.
Last synced: 29 Mar 2025
https://github.com/rubenoalvarado/locallibrary
Local Library website written in Express (Node)
Last synced: 29 Mar 2025
https://github.com/rubenoalvarado/graphql-server-example
An example for build an graphql server with apollo-server and nodejs
Last synced: 29 Mar 2025
https://github.com/rubenoalvarado/express-app
A typescript express app, just to know how to configure a app with webpack.
Last synced: 29 Mar 2025
https://github.com/rubenoalvarado/todo-backend-express-knex
This is an implementation of Todo-Backend using Node and Express for the server, Knex for database migrations and query building, and some ES6+ features such as async/await. By default, this project configures Knex to save to PostgreSQL.
express knexjs knexjswithpostgresql react vite
Last synced: 19 Feb 2025
https://github.com/rubenoalvarado/aplazo-backend-challenge-solution
This repo is the solution for the Aplazo backend challenge, feel free to take it as a guide in your hiring process
Last synced: 26 Mar 2025
https://github.com/rubenoalvarado/cli-todo-app
A simple Go Cli todo app to practice with the go language.
Last synced: 26 Mar 2025
https://github.com/rubenoalvarado/todo-backend-nest
Nestjs/Prisma/Nodejs implementation of the Todo-Backend API spec
nestjs nestjs-backend nodejs postgresql prisma prisma-orm rest-api todo-backend typescript
Last synced: 03 Mar 2025
https://github.com/rubenoalvarado/task-manager-api
A task management API built with NestJS, showcasing the implementation of Hexagonal Architecture (Ports & Adapters) and Clean Code principles. This project serves as a practical demonstration of domain-driven design, separation of concerns, and maintainable code practices in a modern TypeScript environment.
clean-code hexagonal-architecture nestjs nestjs-backend
Last synced: 18 Mar 2025