From 5d208e3cdafcaf249a754a598f2841ee2f9055ea Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Tue, 7 Oct 2025 13:41:34 +0200 Subject: Update page with SEO improvements --- .build.yml | 2 +- content/_index.md | 34 +++++++++++++++++----------------- templates/base.html | 2 ++ 3 files changed, 20 insertions(+), 18 deletions(-) diff --git a/.build.yml b/.build.yml index f6f15c6..a63b53f 100644 --- a/.build.yml +++ b/.build.yml @@ -14,4 +14,4 @@ tasks: zola build - sync: | cd ruben.bdr.sh/public - rsync -r . deploy@conchos.unlimited.pizza:/srv/http/ruben.bdr.sh + rsync -r . deploy@conchos.bdr.sh:/srv/http/ruben.bdr.sh diff --git a/content/_index.md b/content/_index.md index 2cd776e..4b06e8a 100644 --- a/content/_index.md +++ b/content/_index.md @@ -1,41 +1,41 @@ +++ -title = "Holistic Tech Services" -description = "Rubén Beltrán del Río is a freelance software engineer that offers a wide-range of services, including native iOS and macOS development, web development, backend services, infrastructure, as well as organizational and leadership consulting for tech teams." +title = "Holistic Tech Services to help your team build." +description = "Freelance Software Engineer | iOS, macOS, Web & Backend Development | DevOps & Engineering Leadership Consulting" +++
{% window(title="Welcome.") %} A pixel-art portrait of Rubén doing a peace sign and sticking his tongue out -

Howdy! I'm Rubén, a freelance full-stack software engineer based in Berlin. Looking for some help with your project? I might be able to help!

+

Howdy! I'm Rubén Beltrán del Río, a freelance software engineer based in Berlin. I build iOS and macOS apps, web applications, backend services, and help teams with technical leadership. Looking for some help with your project? I might be able to help!

{% end %}

I can help you build.

    -
  • Websites that are fast, accessible and search engine optimized.
  • -
  • Native apps for iOS, iPadOS or macOS.
  • -
  • Backend Services with great observability, clear documentation, and made to scale.
  • -
  • Data Pipelines from tracking planning, to data warehouse extract-load-transform pipelines that give you accurate and actionable information.
  • -
  • Infrastructure that can tie all your services, documented as code.
  • +
  • Fast, accessible websites with SEO optimization and cutting edge web development best practices.
  • +
  • Native iOS, iPadOS, and macOS apps using Swift, Catalyst, SwiftUI, or UIKit.
  • +
  • Scalable backend services with great observability, clear documentation, and cloude-native infrastructure.
  • +
  • End-to-end data pipelines from tracking planning, to ETL workflows that deliver accurate and actionable analytics insights.
  • +
  • Infrastructure as code that can orchestrate and manage all your services on AWS, Scaleway, Azure or any cloud provider.

Optimize and improve.

    -
  • Supply chain analysis to reduce risk from dependencies across different packaging ecosystems.
  • -
  • Automate code quality and deployment.
  • -
  • Reduce cloud cost by optimizing your resource usage, plans and overall architecture.
  • -
  • Optimize Large-Language-Model usage by creating custom tooling and Model Context Protocol (MCP) servers.
  • +
  • Supply chain analysis to reduce risk from dependencies across different languages and packaging ecosystems.
  • +
  • CI & CD automation to improve code quality, testing, and deployment.
  • +
  • Cloud cost optimization through right-sizing, architecture improvements, and spending analysis for AWS, GCP, Azure and other cloud providers.
  • +
  • LLM integration & optimization using custom tooling, prompt engineering, and Model Context Protocol (MCP) servers.

Or help your team go fast.

    -
  • AI Transformation: Teach your organization how to work with AI, and build the right tools to support it.
  • -
  • Upskill Your Team: Bring your team up to speed with new technologies, architecture patterns or processes.
  • -
  • Product Engineering Mindset: Bring product and engineering closer together.
  • -
  • Experimentation mindset, help your team learn how to design, execute, and interpret experiments.
  • -
  • Systems Analysis: Streamline your operations by understanding how your team, resources and processes come together, finding chokepoints, and reducing waste.
  • +
  • AI transformation. Teach your organization how to work with AI, and build the right tools to support it.
  • +
  • Upskill your team, and bring them up to speed with new technologies, architecture patterns or processes.
  • +
  • Build a product engineering mindset and ehelp your product and engineering teams speak the same language, and work closer together.
  • +
  • Experimentation mindset to enable your team to design, execute, and interpret A/B tests and multivariate experiments.
  • +
  • Systems analysis to streamline your operations by understanding how your team, resources and processes come together, finding chokepoints, and reducing waste.
diff --git a/templates/base.html b/templates/base.html index 04120ba..d56facd 100644 --- a/templates/base.html +++ b/templates/base.html @@ -11,6 +11,8 @@ Rubén Beltrán del Río — {{ section.title }} + + -- cgit