Projects with this topic
-
Anime series tracking site, using 'My Anime List' API to get information. Built with React, Node.js/Express with MongoDB database, utilizing REST architecture.
Updated -
A microservices-based system built with Node.js, Express, RabbitMQ, and PostgreSQL, managed using pnpm workspaces and Docker.
Updated -
-
This resume is automatically updated with each new version to reflect my latest skills and experience.
Updated -
-
-
Static Site for Common Source Computer Services cscs.tech cscs.gitlab.io
Updated -
-
Passport-MGZon is an OAuth 2.0 strategy for use with the Passport library, allowing authentication with MGZon.
This project simplifies the process of integrating MGZon authentication into your application using OAuth 2.0, enabling developers to auth
Updated -
Este repositorio contiene una colección de ejemplos fundamentales para trabajar con Angular. Abarca los conceptos esenciales del framework, incluyendo:
Creación y estructura de componentes básicos Configuración de ruteos para navegación entre vistas Aplicación de estilos personalizados y uso de clases CSS Uso de Angular CLI para la generación de archivos y organización del proyectoUpdated -
-
This package adds a small, safe AbortController-based abort mechanism to incoming HTTP requests.
Updated -
This is a Character Generator to help writers create characters for their stories.
Updated -
-
-
Common build configurations used across projects
Updated -
-
-
This cookiecutter was initially derived by https://github.com/cookiecutter/cookiecutter-django but enhanced by myself with the specifics needs I had in my projects. It now implements the following
Backend (in directory backend_django)
Django 5 with Python 3.12 Postgres 17 REST API JWT auth Celery 6Frontend (in directory frontend_vue)
Vite with Vue3 TailwindCSS 4 SASS can be used if needed (seperatly from TailWind)Architecture
Traefik 2.9 Gitlab CI pipeline for testing (develop branches) and multi-arch production builds (master branch) full registry caching using gitlab internal registry push to external registry for final production builds multi-arch builds amd64 and arm64, with builds of emd64 on gitlab runners builds of arm64 via gitlab runner on AWS E2C instances, with automatic startup/stop of instancesDevelopment Environments
docker environments and corresponding docker compose stacks for local development (local.yml, and dockerfiles in compose/local with envs in .envs/local) production builds (production.yml, and dockerfiles in compose/production with envs in .envs/production) local development without docker, using python venv see local Makefile for a good overview of the build environmentsUpdated -