skip to content
zbioe @ nixos in ~/portfolio on main via ❄ nix-shell whoami

Iury Jemes Fukuda Martins

> role = "Platform Engineer"

Strong passion for automation, system reproducibility, and software monitoring. Dedicated to understanding the operational environment in order to build resilient infrastructure.

alacritty Tmux - main /home/zbioe
Iury Fukuda avatar
zbioe@nixos
─────────────
OS.....NixOS / Linux
Role...Platform Engineer
Loc....Santa Catarina, BR
Shell..fish
Theme..gruvbox-dark
Status.available
$ echo "let's build something resilient"  
[nixos] 1:fish* 2:nvim- 3:lazygit- nixos
# 01

// about

a brief description

I started out in Linux support and sysadmin work, then moved into software development, and eventually landed where the two meet. Today I build the platforms and pipelines other engineers depend on. That background means I’m as comfortable tracing a packet through a misbehaving cluster as I am writing the Go service that runs on it, or designing the Terraform module that spins up the whole thing.

Lately I’ve been working on the edge between platform engineering and AI, helping evaluate how language models reason about real infrastructure problems. Outside of work, I keep shipping reproducible, observable systems that I’d be proud to hand to any team.

  • Problem Decomposition
  • Reproducible Systems
  • Production Monitoring
  • Root-cause Debugging
# 02

// technical skills

$ which -a ${tools[@]} # the stack I’ve been running in production

[ 01 ]

Cloud & Infrastructure

  • AWS
  • Azure
  • GCP
  • OCI
  • Terraform
  • Ansible
  • Consul
  • Vault
  • Colmena
  • Nomad
  • GitHub Actions
  • TeamCity
  • Rundeck
[ 02 ]

Containers & Orchestration

  • Docker
  • Kubernetes
  • docker-compose
  • k3s
  • distrobox
  • libvirt
  • KVM
[ 03 ]

OS & Administration

  • Linux
  • NixOS
  • Alpine
  • Debian
[ 04 ]

Programming

  • Bash
  • Nix
  • Python
  • Go
  • Elixir
  • Lisp
[ 05 ]

Monitoring & Logging

  • Grafana
  • Prometheus
  • Loki
  • Elastic Stack
[ 06 ]

AI / ML

  • AI Evaluation
  • LLM Agent Benchmarking
  • Harbor Framework
  • Horizon Framework
  • APEX Framework
  • RLHF
# 03

// public projects

view all on github →
~/cloud/clusters

MongoDB cluster deploy

Example MongoDB cluster deployment on Azure or local libvirt, with XFS data on LVM.

  • Separate data and log partitions; XFS on the data partition supports production-grade snapshots for backup.
  • Includes a CLI to manage the deployment lifecycle.
MongoDB Azure libvirt LVM XFS
~/cloud/mesh

Infra Consul

Consul provisioned on NixOS VMs across GCP, Azure, and libvirtd.

  • Terraform integrated with NixOS.
  • HashiCorp Consul integrated with Vault for TLS.
  • Multi-cloud federation and service mesh via Consul.
  • Kubernetes in development environments using k3s.
Terraform NixOS Consul Vault k3s
~/observability

Observability Playground

Playground for running the Grafana observability stack locally with docker-compose.

  • Grafana, Prometheus, Loki, Node Exporter, Alloy, and Flog.
  • Flog instances configurable via environment variables.
  • Automated dashboard and datasource provisioning.
  • Automated custom-logo replacement.
Grafana Prometheus Loki docker-compose
~/.config

Dotnix

NixOS configuration for workstation replication.

  • Features Flakes support, modular config files, and custom ISO generation for rapid deployment.
NixOS Flakes
NixOS/nixpkgs · PR #145166

Nixpkgs Contribution

Merged pull request adding the uptime-kuma package to the official Nixpkgs repository.

merged open-source
~/cloud/gcp

Terraform Nginx with logs on GCS

Example Terraform project that provisions an Nginx VM with logs shipped to GCS.

  • Nginx with self-signed HTTPS and automated log storage in Google Cloud Storage.
  • Automated health checks (check.tf).
Terraform GCP Nginx
~/go/scrapers

IMDB scraping

Example of IMDb HTML scraping in Go.

  • Parses name, episode, year, genres, and rating.
  • Includes tests and benchmarks.
Go
~/go/tools

Grapnel

A small Go CLI that strips HTML down to plain text or unique words. Handy for feeding web crawlers and indexing page context.

  • Usable as a CLI tool.
Go CLI HTML parsing web crawling
~/k8s/utils

KTFY

Kubernetes backup and restore.

  • Generates a tar.gz of the selected YAML manifests for backup and restore.
Kubernetes YAML backup
~/cli

Tomato

A simple pomodoro CLI that integrates with your OS.

  • Notifies via notify-send and beeps via speaker-test.
  • Configurable through custom parameters.
CLI Linux notify-send
~/go/api

Auction

A Go API, built with the standard library, for managing auction offer prices.

  • Pure Go, no external libraries.
  • Custom in-memory database.
Go stdlib REST
~/k8s/debug

Sniff k8s pods concurrently

A simple way to run tcpdump concurrently across all k8s pods, storing the PIDs and generating the logs.

Kubernetes tcpdump Bash concurrency
# 04

// work history

$ git log --all --reverse

  1. BellSpoke AI Evaluation Engineer (Platform SME)

    03/2026 — current · Santa Clara, CA · Remote
    • Create and curate benchmarks for training and evaluating Large Language Models (LLMs) on Platform Engineering, SRE, DevOps, and Cloud Ops tasks.
    • Technical RLHF (Reinforcement Learning from Human Feedback) and grading: evaluating and correcting model outputs for infrastructure tasks, ensuring generated solutions follow best practices for security, performance, and resilience.
    • Edge-case research: identifying gaps in the technical knowledge of language models across specific domains.
  2. Bornlogic DevOps

    03/2020 — 02/2026 · Curitiba, PR · Remote
    • Monitored production software using Grafana, Prometheus, and Loki for real-time observability.
    • Implemented and maintained infrastructure automation using NixOS, Shell, Terraform, and Ansible.
    • Managed and sustained application availability across Kubernetes clusters.
    • Ensured data integrity by managing backups for all databases (Postgres, Neo4j, Elasticsearch, MongoDB) and S3 buckets, including automated recovery procedures.
    • Collaborated with developers on the design and implementation of new projects, provisioning the required resources.
    • Integrated development workflows with CI/CD pipelines using GitHub Actions.
  3. Stratum.hk API Developer

    08/2019 — 09/2019 · Florianópolis, SC
    • Maintained a Go-based API for interacting with the stratumBlue cryptocurrency investment fund.
    • Implemented Dockerfiles and unit tests for legacy services to improve containerization and reliability.
  4. Everis IT automation

    04/2019 — 05/2019 · São Paulo, SP
    • Developed custom automation scripts to address internal banking (Santander) infrastructure needs.
    • Used Rundeck, Shell, and Chef to orchestrate operational tasks.
  5. Neoway Software Developer

    06/2017 — 02/2019 · Florianópolis, SC
    • Created, integrated, and maintained data extractors.
    • Maintained Go APIs for auxiliary services, including Captcha solving and Proxy management.
    • Standardized documentation and testing environments using containers to ensure development consistency across machines.
    • Used docker-compose for local testing and RabbitMQ for asynchronous data transfer between teams.
  6. Hostgator Linux Support

    01/2017 — 05/2019 · Florianópolis, SC
    • Resolved security vulnerabilities, handled Terms of Service (TOS) reports, and performed site migrations and database recovery.
    • Assisted clients with installation and configuration of services such as cPanel, e-mail servers, and proxies.
  7. Hydra Systems Sysadmin

    06/2015 — 01/2017 · Florianópolis, SC
    • Managed production servers for gambling systems, ensuring high availability and physical security.
    • Developed encrypted ISO installation methods to prevent unauthorized software copying.
    • Maintained an internal test lab to accurately simulate production environments.
    • Monitored the local OpenStack infrastructure and automated builds and deployments using TeamCity.
  8. OSI Web Services Developer · Freelancer

    04/2016 — 06/2017 · Florianópolis, SC
    • Developed a Python/WX-based management program for Raspberry Pi-controlled LED panels, featuring remote reboot and URL management capabilities.
  9. College Monitor Helper · Temporary

    03/2015 — 11/2015 · Florianópolis, SC
    • Assisted students with logic and programming-related questions and assignments.
  10. Kloud TI IT Support · Internship

    10/2014 — 03/2015 · Palhoça, SC
    • Provided general IT support for hardware and the remote “Full Auto” systems at gas stations.
    • Developed a local script manager using Java and JavaFX to streamline server maintenance.
  11. Policlínica São Lucas HelpDesk · Internship

    03/2014 — 08/2014 · Palhoça, SC
    • Provided general IT support for a medical clinic.
    • Maintained the local Linux servers.
# 05

$ mail --to=@zbioe

Always happy to chat about infrastructure, automation, observability, or interesting problems at the intersection of platform engineering and AI. Drop me an email and I’ll get back to you.

# 06

// export

$ make resume.{pdf,md,org} cv.{pdf,md,org} # build the offline copies below

resume

~/exports/resume.<ext>

A concise one-pager: summary, core competencies, skills, recent experience, selected projects.

full CV

~/exports/CV.<ext>

The complete record: every role, every public project, full skill matrix.