Skip to content
View zr00t-1001's full-sized avatar
  • 05:47 (UTC +02:00)

Block or report zr00t-1001

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
zr00t-1001/README.md



   

root@zr00t

$ whoami

Zoel Arias Manchón
├── Backend & Web Developer
├── IoT & embedded tinkerer
├── Security enthusiast
└── Building real connected projects to learn
What I'm into:
Embedded Devices → Backend APIs → Databases → Telemetry → Security

Tech I Work With

Rust
Rust
Python
Python
TypeScript
TypeScript
JavaScript
JavaScript
PHP
PHP
React
React
Astro
Astro
Node.js
Node.js
Laravel
Laravel
PostgreSQL
PostgreSQL
MySQL
MySQL
MongoDB
MongoDB
Redis
Redis
Bootstrap
Bootstrap
Docker
Docker
Nginx
Nginx
Linux
Linux
Git
Git
Grafana
Grafana
InfluxDB
InfluxDB
Arduino
Arduino

How My Projects Fit Together

Most of what I build is a slice of one bigger idea: getting data out of the physical world and into something I can store, watch, and secure. My projects line up along that path — sensors on one end, dashboards on the other.

flowchart LR
    A["Edge devices<br/>ESP32 · sensors"] --> B["Connectivity<br/>LoRaWAN · MQTT"]
    B --> C["Backend APIs<br/>Rust · Axum · Node"]
    C --> D["Data stores<br/>PostgreSQL · MongoDB · Redis"]
    D --> E["Telemetry<br/>InfluxDB · Grafana"]
Loading

Projects

Auth-Lab — Zero-Trust Authentication

Zero-trust authentication backend with TOTP MFA, JWT rotation & replay protection, GeoIP impossible-travel detection, and a defensive attack simulator that CI-verifies the defenses.

→ View repository

Arch Linux Hardened Server

Security-focused Arch Linux setup: system hardening, reduced attack surface, and production-ready configuration practices.

→ View repository

API IoT

End-to-end IoT temperature & humidity monitor: ESP32 + DHT22 firmware publishing over MQTT to a Node.js/Express backend and a real-time React dashboard.

→ View repository

Eastron LoRaWAN Energy Monitoring

Energy monitoring over LoRaWAN: collecting, processing, and visualizing electrical consumption data.

→ View repository

SmartWatch LoRaWAN

Wearable IoT project using LoRaWAN, embedded sensors, and remote monitoring.

→ View repository

Snake HD

Modern Snake game built around game logic, rendering, and desktop interaction.

→ View repository

Crypto·Watch Dashboard

Real-time cryptocurrency terminal: a Rust/Axum backend streaming live prices over WebSockets to an Astro + React dashboard, with PostgreSQL persistence and a full Docker stack.

→ View repository


What I'm Learning Right Now

struct Developer {
    name: &'static str,
    focus: [&'static str; 4],
    currently_building: &'static str,
    coffee_dependency: bool,
}

let zoel = Developer {
    name: "Zoel Arias Manchón",
    focus: [
        "Rust & Axum for backend APIs",
        "IoT with ESP32 & LoRaWAN",
        "Linux & security fundamentals",
        "Databases & telemetry pipelines",
    ],
    currently_building: "connected systems, end to end",
    coffee_dependency: true,
};

## How I Like to Work

```text
Build small projects, not just isolated scripts.
Measure what I build.
Automate the boring stuff.
Keep security in mind from the start.
Ship something that actually works.

From embedded devices to web apps — still learning, still building.

Popular repositories Loading

  1. crypto-dashboard crypto-dashboard Public

    A real-time cryptocurrency market terminal inspired by professional trading platforms. Crypto·Watch combines a Rust backend, WebSocket streaming, PostgreSQL persistence, and a modern Astro + React …

    TypeScript

  2. snake-hd snake-hd Public

    Modular Snake arcade game built with Python and Pygame, featuring custom sprites, progressive difficulty, enemy spawning, and retro-inspired visuals.

    Python

  3. Proyecto_IoT_J3_SmartWatch_LoRaWAN Proyecto_IoT_J3_SmartWatch_LoRaWAN Public

    End-to-end LoRaWAN smartwatch platform with TTN integration, telemetry processing, time-series storage and real-time dashboards.

    JavaScript

  4. eastron-lorawan-energy-monitoring eastron-lorawan-energy-monitoring Public

    Real-time electrical energy monitoring with LoRaWAN, telemetry processing, time-series storage and Grafana dashboards.

  5. api_iot api_iot Public

    End-to-end IoT temperature & humidity monitor (ESP32 · DHT22 · MQTT · React).

    JavaScript

  6. arch-linux-hardened-server arch-linux-hardened-server Public

    Security-focused Arch Linux hardening guide using nftables, SSH hardening and Fail2Ban.