🗺️ IPAM (DDI) PoC – replacing spreadsheet-based IP tracking

Windows Server 2022 AD DS DNS DHCP IPAM / DDI RBAC Audit & Reporting

The goal was to replace spreadsheet-based IP address tracking with centralized IP Address Management. I built an isolated lab domain and evaluated DNS/DHCP integration in a DDI/IPAM solution.

Scope & approach

Outcome

🏠 The Secure Home Cloud

Docker Raspberry Pi 4 Cloudflare Tunnel Linux Hardening

Building a globally reachable, but tightly secured, home infrastructure. Avoiding open router ports by using modern zero-trust tunneling.

Architecture & Security

Code Snippet (Docker Compose)

services:
  filebrowser:
    image: filebrowser/filebrowser:latest
    container_name: portfolio-secure
    security_opt:
      - no-new-privileges:true
    volumes:
      - ./public_html:/srv
      - ./filebrowser.db:/database/filebrowser.db

📡 Security Research & Hardware Lab

Flipper Zero WiFi Pineapple HackRF One Pwnagotchi

Practice matters. In my lab I explore physical security and network analysis to understand attack vectors end-to-end.

Equipment & Use cases

🧠 AI Prompt Engineering & NLP

NLP Practitioner LLM Prompting Python Automation

This connects to my psychology background. As an NLP practitioner, I work with the structure of language.

The human–AI interface

Prompt engineering is essentially “NLP for machines”. I design structured prompts that produce reliable, context-aware results.