Skip to content
View 00urbina00's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report 00urbina00

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
00urbina00/README.md

Daniel Urbina

AWS Full Stack Developer - Computer Engineer

I build full-stack products and the delivery systems behind them. My work sits at the intersection of product engineering, cloud, security and operational reliability.

I enjoy taking a feature from interface and data model to automated delivery and a service that can be operated in production.

What I work with

  • Product engineering: React, TypeScript, Node.js, Express and accessible interfaces
  • Data and backend: PostgreSQL, Prisma, REST APIs and secure session-based authentication
  • Cloud and delivery: AWS, Docker, CI/CD and repeatable release workflows
  • Infrastructure: Linux, Docker Compose, reverse proxies, secure tunnels and lightweight observability
  • Applied AI: computer vision, image processing and deep-learning experiments

Featured work

A production-minded personal finance platform for accounts, transactions, transfers, investments and analytics. It includes a bilingual React interface, a PostgreSQL-backed API, secure sessions, CSRF protection, automated delivery and Telegram-assisted expense capture.

React - TypeScript - Express - PostgreSQL - Prisma - Docker

Self-hosted Homelab

A compact Debian environment for running real applications through a containerized platform. It brings together Docker Compose, Caddy, Cloudflare routing, staging and production services, and lightweight monitoring designed for constrained hardware.

Debian - Docker Compose - Caddy - Cloudflare - Observability

Applied AI and Computer Vision

Earlier projects explored image classification, object detection and real-time computer vision, including a sargassum-level estimator and interactive vision systems.

Portfolio

See the full selection of projects and the engineering approach behind them at 00urbina00.dev.

Contact

I am interested in thoughtful software, reliable systems and projects that solve real problems.

Pinned Loading

  1. Algoritmo_de_planificacion_FCFS Algoritmo_de_planificacion_FCFS Public

    (Continuación de simulador de procesamiento) Ahora se contempla el diagrama de 5 estados: Nuevo, Listo, Ejecución, Bloqueado, Terminado. Se han removido los lotes y ahora hay un área de memoria don…

    Python 2

  2. Productor_Consumidor Productor_Consumidor Public

    Ejemplo clásico de problema de sincronización de procesos. Hay un productor y un consumidor, ambos comparten un buffer de tamaño finito.

    Python

  3. using-matplotlib using-matplotlib Public

    Practical example of the basic use of matplotlib in python

    Python

  4. Analizador_Lexico_ST2_V1.0 Analizador_Lexico_ST2_V1.0 Public

    Desarrollo de un analizador léxico capaz de leer un flujo de caracteres de entrada (Símbolos léxicos) y transformarlo en una secuencia de componentes léxicos (AFD) que posteriormente se usara en el…

    C++ 1

  5. sistema_de_administracion_web sistema_de_administracion_web Public

    Sistema de administración web diseñado para gestionar un e-commerce de productos. Ofrece funcionalidades tanto para usuarios invitados como para usuarios registrados y administradores

    PHP

  6. Simulador_de_Procesamiento_por_Lotes_V1.2 Simulador_de_Procesamiento_por_Lotes_V1.2 Public

    Desarrollo de un simulador de procesos, estos entran en orden secuencial y se guardan en lotes de maximo 5 procesos.

    Python 2