Construction & Maintenance Manager · Network Engineer · Full-Stack Developer · AI Systems Builder

Hi, I'm David.
I build the systems behind the network.

I build software and infrastructure at the intersection of muni-broadband, fiber optics, and AI-driven internal tools. I run a five-node self-hosted cluster that powers production services for an active fiber-optic contractor, design end-to-end operations platforms for ISPs, and ship AI-augmented internal tooling, from full-text knowledge bases to workflow agents, that enables small ops teams to operate at the scale of enterprise organizations.

01 · About

Background and approach

Born in 1987 in New Jersey. First PC at age 10, began reverse-engineering it immediately. After the Army I moved through coaxial, fiber optics, network engineering, and software development. Today I write production-grade systems for the ISP and contracting world and run multiple production systems and projects in parallel.

I work across the layers of an ISP: outside-plant fiber, network engineering, operations management, and the software layer that integrates them. My solutions enable small teams to operate the same as enterprise environments.

Name
David Osisek
Handle
CamoZeroDay
Discord
CamoZeroDay
Based
Limerick, Maine
02 · Capabilities

Skills & specializations

A working summary of capabilities. Projects below demonstrate them in production.

FS

Full-Stack Application Engineering

TypeScript end-to-end: Fastify or Express APIs, React + Vite admin UIs, Postgres / PostGIS / Mongo data layers, Temporal workers for long-running workflows. Ships as Docker / LXC behind Caddy and Cloudflare Tunnel.

AI

AI Systems & Knowledge Bases

Designs and ships AI-assisted internal tooling: searchable knowledge bases with Postgres full-text + semantic ranking, structured-output workflow agents that drive real business logic, and multi-step orchestration that keeps humans in the loop where it matters.

OS

Fiber-Optic & Network Operations

Eight years from outside-plant tech to construction & maintenance manager across muni-broadband fiber networks. Splices, OTDR, FTTH design, Calix provisioning, plus the systems layer that makes the field work scale.

OPS

Self-Hosted Infrastructure

Four-node Proxmox cluster with a Raspberry Pi quorum witness, NFS backups, a dedicated corosync VLAN, and Cloudflare Tunnel for clean external access. Runs everything on this page plus Plex, Obsidian sync, Homarr, monitoring, and dev VMs on top.

SEC

Security Engineering

MS in IT Security plus Google Cybersecurity Professional cert. Builds authentication, role-based access, HMAC webhook signing, SHA-256 key hashing, and audit trails into every system. Comfortable in offensive tooling (OSINT, web app testing) in authorized contexts.

DB

Operational Data & Geo

Postgres + PostGIS for coverage areas and service-location geometry, time-series for telemetry, and clean event sourcing for billing and dunning histories. Likes data that you can actually reason about a year later.

03 · Projects

Current and past projects

Customer-facing systems, internal tooling, and infrastructure running on owned hardware.

Conduit BSS

development

Operations & billing platform for ISPs

Custom OSS/BSS for the muni-broadband space. Fastify + TypeScript API, React + Vite admin UI, Temporal workers handling billing cycle, dunning, and provisioning, Postgres + PostGIS for coverage areas. Production-ready across 19 development phases: accounts, billing, dunning, ticketing, technician dispatch, customer portal, integrations (API keys plus HMAC-signed webhooks), and a knowledge base with full-text search backed by Postgres tsvector. Deployed behind Caddy and Cloudflare Tunnel on a self-hosted LXC.

TypeScriptFastifyReact 19VitePostgres 18PostGISTemporalPythonDocker

FiberFlow

production

Fiber-optic inventory & job management

Web app for fiber-optic contractors to track splice cases, OTDR test results, materials, crews, and customer jobs from intake through closeout. Node + Express backend with MongoDB, React + Vite frontend, hardened systemd deployment. In production for an active fiber crew. Migrated cleanly off a third-party VPS into a self-hosted LXC with zero downtime.

Node.jsExpressMongoDBViteReactSystemd

LightCraft Certifications

production

Certification & CEU tracking for fiber technicians

Python (FastAPI) + SQLite app that tracks fiber-optic certifications, renewal dates, and CEU credits for field technicians under the Lightcraft umbrella. Issues digital certificates, sends pre-expiry reminders, and produces audit-ready compliance reports. Replaced a spreadsheet workflow that had outgrown the team's needs. Migrated email delivery from Resend to Amazon SES for higher deliverability.

PythonFastAPISQLAlchemyAlembicSQLiteAmazon SES

Lightcraft Operations Platform

development

Internal tooling for Mac Mountain field ops

The umbrella of internal tools, dashboards, and automations I build and run under Lightcraft / Mac Mountain, the shared-services platform serving GWI, SanfordNet, Islesboro Broadband, Lyme NH Fiber, DV Fiber VT, and NWFX. Coverage maps, technician schedules, crew compliance, and cross-tenant reporting all live here.

TypeScriptPythonPostGISInternal SaaS

Taskboard

production

Self-hosted Kanban for small teams

Lightweight task board running for myself, family, and friends. Docker-deployed Python backend, secret key bootstrapped on first run, SQLite persistence. Replaced Trello when the free tier's limits no longer fit the workflow, and the data lives on owned hardware rather than a third-party service.

PythonDockerSQLite

Homelab Cluster

infra

Five-node Proxmox cluster, fully self-hosted

Proxmox 9.x cluster across five nodes (pve1 through pve5) with a Raspberry Pi 5 quorum witness and a Pi-NFS backup target. Hosts everything on this page plus Plex, Obsidian sync (CouchDB), Homarr dashboards, n8n workflow automation, monitoring, and dev VMs. Corosync runs on a dedicated VLAN with a /28 backbone for low-latency cluster traffic. UniFi network segmentation and firewall policy keep service VLANs isolated from the rest of the LAN. Cluster tolerates loss of up to four nodes with the qdevice witness active.

Proxmox VELXCKVMCorosyncUniFiCloudflare Tunnel

Segmented Network Architecture

infra

Eight VLANs, 10G fabric, DNS filtering, and remote-access mesh

UniFi UDM Pro Max routing eight isolated VLANs: trusted LAN, 10G storage fabric, UniFi Protect cameras, IoT, kids, management, VoIP, and Proxmox cluster. A dedicated 10 Gbps SFP+ aggregation layer carries Plex traffic and NFS to the UNAS Pro and UGREEN DXP4800. AdGuard Home runs as a redundant pair (primary + secondary) for network-wide DNS filtering and ad blocking. Twingate provides remote LAN access through four high-availability connector nodes, eliminating the need for inbound port forwards. Cloudflare Tunnel fronts every public service so the firewall stays sealed.

UniFiVLAN 802.1QAdGuard HomeTwingateCloudflare Tunnel10 Gbps SFP+

Self-Hosted Media Pipeline

production

VPN-gated download automation with hardlink imports into Plex

Docker stack running qBittorrent, Sonarr, Radarr, Prowlarr, SABnzbd, and NZBGet inside a single LXC, all sharing one Mullvad WireGuard tunnel via gluetun. The kill switch is enforced at the network namespace level, so any VPN drop cuts all traffic instantly. Sonarr and Radarr import via hardlink directly into the existing Plex library on an SMB-mounted Mac Mini server, avoiding duplicate storage. Category routing in qBittorrent keeps TV and movie staging separate, and a no-seeding policy (ratio cap of zero plus post-import torrent removal) limits disk wear.

Docker ComposeGluetunMullvad WireGuardqBittorrentSonarrRadarrProwlarrPlexSMB

Self-Hosted Obsidian Sync

infra

End-to-end-encrypted vault sync on owned hardware

Replaced iCloud Drive as my Obsidian vault sync with a self-hosted CouchDB on the cluster, fronted by a Cloudflare Tunnel. Vault stays end-to-end encrypted client-side, all chunks live on hardware I own, and there is no third-party storage cap. Currently around 30k docs / 300 MB synced across Mac and iOS clients.

CouchDBDockerCloudflare TunnelLXC

Self-Hosted SIEM

production

Wazuh fleet across every host in the network

Wazuh 4.14 manager deployed as a Proxmox VM with twelve agents across the full infrastructure: five Proxmox hosts, two Raspberry Pi services, the UGREEN DXP4800 NAS, and four macOS endpoints (Plex server, primary workstation, and two family laptops). UniFi gateway, switches, and access points ship syslog directly to the manager on UDP 514 for unified visibility across hardware that cannot run an agent. File integrity monitoring, vulnerability scanning, CIS configuration assessment, and rule-based alerting run continuously. Authd is configured with force-insert enrollment so agents reconcile cleanly after host rebuilds.

Wazuh 4.14OpenSearchFilebeatsyslogProxmox VEOSSEC

CZD-Tools

research

Personal security tool launcher

Python-based menu launcher tying together my OSINT and offensive-security toolkit (XSS detection, email OSINT, intelligence DB CLI, UDP scanning, file brute-forcing). Used in authorized testing engagements and CTF practice, not a public release.

PythonOSINTPen Testing

OSINT Aggregator

development

Multi-source intelligence correlation

Python project that aggregates and cross-references OSINT data from multiple feeds. Built for authorized investigations: domain pivots, email enrichment, and footprint mapping into a single report.

PythonOSINT
04 · Experience

Professional experience

  1. Apr 2022
      → Present
    Lightcraft · Mac Mountain LLC
    Construction & Maintenance Manager
    • Shared-services platform under Mac Mountain LLC supporting GWI, SanfordNet, Islesboro Broadband, Lyme NH Fiber, DV Fiber VT, and NWFX.
    • Field engineering, ops, and internal-tooling development across municipal-broadband fiber networks.
  2. Feb 2020
      → Apr 2022
    On Target Utility Construction
    Lead Fiber Optic Splicer / TLW
  3. Feb 2019
      → Dec 2019
    Perspecta (now Peraton)
    Premier Field Services Lead
  4. Oct 2016
      → Feb 2019
    Comcast
    Communications Tech 3
  5. Feb 2005
      → Jan 2015
    US Army
    Staff Sergeant
05 · Credentials

Education & certifications

degree
Master of Science in IT Security
American InterContinental University · Oct 2024
degree
Bachelor of Science in IT, Software Analysis & Development
American InterContinental University · Oct 2023 · Cum Laude
cert
Certificate in Software Development
American InterContinental University · Nov 2023
cert
Introduction to Cybersecurity
EC-Council · Oct 2023
cert
Google Cybersecurity Professional Certificate
Google · Jul 2023
license
CFOT · CFOS/S · CFOS/H · CFOS/OI
The Fiber Optic Association · Dec 2021 to Dec 2027 · Certified Fiber Optic Specialist (multi-endorsement)
06 · Contact

Get in touch

Happiest to talk fiber, internal-tooling work for ISPs, AI-assisted developer workflows, and self-hosted infrastructure. Reach out through any of these:

Discord

CamoZeroDay

LinkedIn

davidosisek