diff --git a/.gitea/workflows/ci-cd.yaml b/.gitea/workflows/ci-cd.yaml index 9eb88d6..b9bc71d 100644 --- a/.gitea/workflows/ci-cd.yaml +++ b/.gitea/workflows/ci-cd.yaml @@ -11,23 +11,11 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v3 - - - name: Login to registry - uses: docker/login-action@v3 - with: - registry: gitlab.impresion3d.pro - username: ${{ secrets.DOCKER_USERNAME }} - password: ${{ secrets.DOCKER_PASSWORD }} - - - name: Build and push - uses: docker/build-push-action@v5 - with: - context: . - file: ./Dockerfile - push: true - tags: gitlab.impresion3d.pro/root/davidaragon-portfolio:latest + - name: Build and push Docker image + run: | + docker login gitlab.impresion3d.pro -u "${{ secrets.DOCKER_USERNAME }}" -p "${{ secrets.DOCKER_PASSWORD }}" + docker build -t gitlab.impresion3d.pro/root/davidaragon-portfolio:latest . + docker push gitlab.impresion3d.pro/root/davidaragon-portfolio:latest - name: Deploy to Portainer run: | diff --git a/src/content/blog/2026-05-11-de-orfebre-a-builder.md b/src/content/blog/2026-05-11-de-orfebre-a-builder.md deleted file mode 100644 index 2e3ba4e..0000000 --- a/src/content/blog/2026-05-11-de-orfebre-a-builder.md +++ /dev/null @@ -1,60 +0,0 @@ ---- -title: "De Orfebre a Builder: Por Qué Empiezo a Construir en Público" -description: "No empecé como developer. Empecé trabajando metal con mis manos. Hoy construyo software. Esta es mi historia." -publishDate: 2026-05-11 -author: "David Aragón" -tags: ["build-in-public", "introduccion", "background"] -category: "personal" -featured: true -draft: false ---- - -# De Orfebre a Builder: Por Qué Empiezo a Construir en Público - -No empecé en tech. Empecé trabajando metal con mis manos. - -Fui orfebre de profesión. Luego fotógrafo profesional durante 13 años. Después formador para LinkedIn Learning, donde enseñaba sobre servidores NAS y almacenamiento. Más tarde developer Python en NTT Data. Y ahora trabajo en KEO Connectivity con protocolos IoT para sistemas de energía. - -Caminos extraños. Pero todos conectados por lo mismo: **obsesión por entender cómo funcionan las cosas, y luego hacerlas funcionar mejor**. - -## El Patrón - -Cuando era fotógrafo, no podía permitirme el equipo que necesitaba. Así que lo improvisaba. Construía soportes, modificaba accesorios, hacía funcionar lo que tenía. - -Ese mismo impulso me llevó a montar mi propia impresora 3D desde cero. A trastear con Arduino. A aprender Python para automatizar flujos de trabajo en Qloudea mientras gestionaba redes sociales y daba soporte técnico. - -**El patrón siempre es el mismo: identificar un problema, obsesionarse con resolverlo, aprender lo que haga falta para solucionarlo.** - -## Por Qué Ahora - -Después de años resolviendo problemas para otros, decidí resolver problemas para mí. Construir mis propios productos. - -No tengo MBA. No tengo funding. No tengo equipo. Solo tengo experiencia construyendo cosas, enseñando lo que aprendo, y una tolerancia anormalmente alta a no saber qué estoy haciendo. - -Y decidí hacerlo en público porque: - -1. **Responsabilidad**: Es más difícil abandonar cuando compartes progreso públicamente -2. **Enseñar**: Siempre he sido formador. Compartir lo que aprendo es parte de quién soy -3. **Comunidad**: Quiero conectar con otros builders españoles que están en el mismo viaje - -## En Qué Estoy Trabajando - -Actualmente estoy enfocado en **WarrantyHub**, una plataforma digital para que usuarios finales gestionen las garantías de sus productos del hogar desde un solo lugar. - -¿Por qué garantías? Porque es un problema que todos tenemos: papeles perdidos, tickets desorganizados, no saber dónde está la garantía cuando la necesitas. Y cuando algo se rompe, el proceso de reclamar es un caos. - -Estoy usando IA agresivamente para acelerar desarrollo. No porque sea trendy. Porque cuando eres solo developer, solo marketer, solo product manager, solo support, necesitas cada ventaja que puedas conseguir. - -## Qué Esperar - -Voy a compartir lanzamientos, aprendizajes técnicos, decisiones de producto, y fracasos (porque enseñan más que los éxitos). - -No esperes posts motivacionales genéricos ni hilos de X reciclados. Esto es documentación de un viaje real. - -Si eres builder, esto es también para ti. - -Nos vemos en el próximo post. 🚀 - ---- - -_Sígueme en [X](https://twitter.com/davidaragon) para updates más frecuentes._ diff --git a/src/content/blog/2026-05-11-from-goldsmith-to-builder.md b/src/content/blog/2026-05-11-from-goldsmith-to-builder.md new file mode 100644 index 0000000..52e6fb7 --- /dev/null +++ b/src/content/blog/2026-05-11-from-goldsmith-to-builder.md @@ -0,0 +1,60 @@ +--- +title: "From Goldsmith to Builder: Why I'm Building in Public" +description: "I didn't start as a developer. I started working metal with my hands. Today I build software. This is my story." +publishDate: 2026-05-11 +author: "David Aragón" +tags: ["build-in-public", "introduction", "background"] +category: "personal" +featured: true +draft: false +--- + +# From Goldsmith to Builder: Why I'm Building in Public + +I didn't start in tech. I started working metal with my hands. + +I was a goldsmith by trade. Then a professional photographer for 13 years. Later a trainer for LinkedIn Learning, teaching about NAS servers and storage. Then a Python developer at NTT Data. And now I work at KEO Connectivity with IoT protocols for energy systems. + +Strange paths. But all connected by the same thing: **obsession with understanding how things work, and then making them work better**. + +## The Pattern + +When I was a photographer, I couldn't afford the equipment I needed. So I improvised. Built supports, modified accessories, made what I had work. + +That same impulse led me to build my own 3D printer from scratch. To tinker with Arduino. To learn Python to automate workflows at Qloudea while managing social media and providing technical support. + +**The pattern is always the same: identify a problem, obsess over solving it, learn whatever it takes to fix it.** + +## Why Now + +After years solving problems for others, I decided to solve problems for myself. Build my own products. + +I don't have an MBA. I don't have funding. I don't have a team. I just have experience building things, teaching what I learn, and an abnormally high tolerance for not knowing what I'm doing. + +And I decided to do it in public because: + +1. **Accountability**: It's harder to quit when you share progress publicly +2. **Teaching**: I've always been a trainer. Sharing what I learn is part of who I am +3. **Community**: I want to connect with other Spanish builders on the same journey + +## What I'm Working On + +Currently focused on **WarrantyHub**, a digital warranty management platform for home users. + +Why warranties? Because I saw the problem in real life: chaotic management with papers, Excel, lost emails. And because there's room for a Spanish solution that understands the local market. + +I'm using AI aggressively to accelerate development. Not because it's trendy. Because when you're sole developer, sole marketer, sole product manager, sole support, you need every advantage you can get. + +## What to Expect + +I'll share launches, technical learnings, product decisions, and failures (because they teach more than successes). + +Don't expect generic motivational posts or recycled X threads. This is documentation of a real journey. + +If you're a builder, this is also for you. + +See you in the next post. 🚀 + +--- + +_Follow me on [X](https://twitter.com/davidaragon) for more frequent updates._ diff --git a/src/pages/index.astro b/src/pages/index.astro index 3597966..e789382 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -19,8 +19,8 @@ const blogPosts = (await getCollection('blog')) ---
@@ -37,15 +37,15 @@ const blogPosts = (await getCollection('blog'))

- Hola, soy David Aragón + Hi, I'm David Aragón

- Builder construyendo productos que resuelven problemas reales. - De orfebre a fotógrafo a developer. Ahora construyendo en público. + Builder creating products that solve real problems. + From goldsmith to photographer to developer. Now building in public.

- Actualmente trabajando en WarrantyHub - - gestión digital de garantías para hogares. + Currently working on WarrantyHub - + digital warranty management for home users.

@@ -70,36 +70,44 @@ const blogPosts = (await getCollection('blog'))
-

Últimas Publicaciones

+

Latest Posts

- Ver todas → + View all →
-
+
{blogPosts.length > 0 ? ( - blogPosts.map(post => ( + blogPosts.map((post) => ( -
- -
-

{post.data.title}

-

{post.data.description}

-
-