Skip to content
View uzzzzy's full-sized avatar
♨️
Vawa Vetanang 🙏
♨️
Vawa Vetanang 🙏

Block or report uzzzzy

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

Hey! Nice to see you.

Welcome to my page!
I'm Akhmad Fauzy, a software engineer from Indonesia.

I build web, mobile, and backend systems — while trying to automate anything repetitive.

Things I code with

TypeScript Node.js React React Native Java PostgreSQL Docker

Things I find interesting

Backend engineering · Automation · Go · Self-hosting · Software architecture

Occasionally maintaining a homelab that started from “just one service.”

Homelab Architecture

flowchart LR
    subgraph Public["Public Internet"]
        Client[Client / Browser]
        Remote[Remote Device]
    end

    subgraph Cloud["Cloudflare"]
        Tunnel[Cloudflare Tunnel]
    end

    subgraph Home["Home Network / Homelab"]
        subgraph Gateway["Routing Layer"]
            NPM[Nginx Proxy Manager]
            AdGuard[AdGuard Home]
        end

        subgraph Services["Personal Services"]
            Website[www.avzy.my.id<br/>Web Resume]
            Other[Other Personal Services]
        end

        subgraph Access["Private Access"]
            SSH[SSH]
        end
    end

    subgraph Tailnet["Tailscale Network"]
        Tailscale[Tailscale]
    end

    Client -->|Public access| Tunnel
    Tunnel -->|Encrypted tunnel| NPM

    NPM --> Website
    NPM --> Other

    AdGuard -->|Local DNS resolution| NPM

    Remote -->|Outside home LAN| Tailscale
    Tailscale --> SSH
Loading

Where to find me

LinkedIn · Web

Popular repositories Loading

  1. White-box-Cartoonization White-box-Cartoonization Public

    Forked from SystemErrorWang/White-box-Cartoonization

    Official tensorflow implementation for CVPR2020 paper “Learning to Cartoonize Using White-box Cartoon Representations”

    Python 1

  2. Blur-LIB-Android Blur-LIB-Android Public

    Forked from danielzeller/Blur-LIB-Android

    Kotlin 1

  3. Beginner-Network-Pentesting Beginner-Network-Pentesting Public

    Forked from hmaverickadams/Beginner-Network-Pentesting

    Notes for Beginner Network Pentesting Course

  4. stylegan stylegan Public

    Forked from NVlabs/stylegan

    StyleGAN - Official TensorFlow Implementation

    Python

  5. next.js next.js Public

    Forked from vercel/next.js

    The React Framework

    JavaScript

  6. nextjs-tailwind nextjs-tailwind Public

    JavaScript