</>
CodeGito
SYSTEM.KERNEL :: v2026.03 ONLINE

Hello, I'm
Luiggi Paredes

<Backend.Architect />

Software Engineering student with professional experience building backend and fullstack systems with NestJS, Spring Boot, and cloud infrastructure. Specialized in microservices, REST APIs, event-driven architecture, and scalable production backends.

LOADED_MODULES:

NESTJS SPRING BOOT TYPESCRIPT DOCKER KAFKA AWS
portfolio.tsx

# About.system

Luiggi Paredes
OPERATOR LUIGGI PAREDES
ROLE BACKEND_FULLSTACK_ENGINEER
LOCATION Lima, Peru
STATUS OPEN_TO_WORK
user_profile.log

> whoami

I'm Luiggi Paredes, a Software Engineering student from Lima, Peru, with hands-on experience building production-grade backend systems.

> cat mission.txt

My mission is to architect scalable microservices, leverage cloud infrastructure, and build robust event-driven systems. Currently focused on SUNAT electronic billing and enterprise-grade backend solutions.

>
EXPERIENCE
2+ YRS
PROJECTS
10+ DEP
CAFFEINE
ml

Cambridge Linguaskill

English Certification — B2+

# Skills.json

Java
TypeScript
JavaScript
Python
NestJS
Spring Boot
Node.js
Angular
React
Next.js
PostgreSQL
MySQL
MongoDB
Prisma
Docker
AWS
DigitalOcean
Linux Linux
Kafka
Nginx
CSS3
HTML5
Git
Postman
Swagger

Drag to explore skills universe

$ git log --stat --oneline

f4c7b21 HEAD -> fullstack

Sep 2025 – Feb 2026

FullStack Developer L & C Financial Tech S.A.C.

Built microservices with NestJS/TypeScript for SUNAT electronic billing. Designed REST APIs, PostgreSQL schemas with Prisma, and deployed via Docker on DigitalOcean.

NestJS TypeScript PostgreSQL Prisma Docker DigitalOcean
47 files changed +3842 insertions -156 deletions
a91e3f0 feature/calma-fullstack

Jan 2026 – Feb 2026

FullStack Developer Fundación CALMA

Developed backend with NestJS + PostgreSQL and frontend with React + Next.js. Implemented microservices architecture for the foundation platform.

NestJS React Next.js PostgreSQL Microservices
32 files changed +2156 insertions -89 deletions
c3d8a47 feature/calma-backend

Sep 2025 – Dec 2025

Backend Developer Intern Fundación CALMA

Built NestJS microservices with async Kafka messaging. Focused on automation and performance optimization for backend systems.

NestJS Kafka TypeScript Microservices
28 files changed +1893 insertions -234 deletions
b7f2e19 main

Dec 2024 – Present

Founder & Freelance CodeGito

Building scalable APIs with Spring Boot and NestJS. Designing systems with PostgreSQL/MySQL and deploying to cloud infrastructure.

Spring Boot NestJS PostgreSQL MySQL Docker AWS
64 files changed +5210 insertions -412 deletions

$ ls -la ~/projects

01
SaaS Public

StarFact

Multi-tenant SaaS platform for electronic billing in Peru (SUNAT). Supports UBL 2.1, digital signing, GRE, SIRE, POS, and inventory management.

  • + UBL 2.1 electronic invoicing
  • + Digital signing & SUNAT validation
  • + Multi-tenant architecture
  • + POS & inventory management
  • + GRE & SIRE compliance
NestJS TypeScript PostgreSQL Prisma Docker DigitalOcean
TypeScript 12
02
Microservice Public

FacturIA

OCR pipeline for invoice and receipt processing. Combines computer vision with post-processing for automatic data extraction.

  • + OCR document scanning
  • + AI-powered data extraction
  • + Post-processing pipeline
  • + REST API integration
Python NestJS PostgreSQL Docker
Python 5
03
Infrastructure Public

Homelab Deploy

Self-hosted infrastructure setup with Proxmox, Docker containers, reverse proxy, and Cloudflare tunnel for secure remote access.

  • + Proxmox virtualization
  • + Docker container orchestration
  • + Reverse proxy with SSL
  • + Cloudflare tunnel setup
Docker Linux Linux Nginx Cloudflare
Shell 3

$ ./contact.exe

contact_info.json
1{
2 "status": "open_to_work",
3 "email": "luiggipdeveloper@gmail.com",
4 "socials": {
5 "github": "@DevLuiggi",
6 "linkedin": "@luiggipdeveloper"
7 },
8 "location": "Lima, Peru"
9}
// Waiting for connection...
sendMessage.ts

// Run this script to send a message

const send = async () => {

await api.submit({

name, email, phone,

})

}