Izz Noland

Platform Engineering, DevOps, and SRE Expert

Featured

Editor with wiki-link autocomplete and folder-as-hierarchy navigation

local-wiki

Local-first Notion alternative for macOS

A Tauri + React + Rust desktop app that treats a folder of plain GFM markdown files as your knowledge base. Rich TipTap editor, wiki-style [[links]], folder-as-hierarchy navigation, and zero lock-in — your notes stay on disk. Built mostly via an agentic Claude Code workflow.

TauriReactTypeScriptRustTipTapVitest
Source private
HTML report viewer — block utilization and detected conflicts

addressable

Agentic IPAM for multi-project GCP networks

Scans all of your GCP projects sharing a 10.0.0.0/8 address space, builds a complete live inventory of allocations, detects 8 classes of CIDR conflicts, and recommends safe CIDRs for new subnets. No database — the source of truth is always live GCP state. Runs as a Claude Code native interface with a standalone CLI fallback.

TypeScriptBunGCPClaude CodeIPAMNetworking
Source private
module "vpc" {
source = "github.com/izz-linux/terraform-modules//aws/vpc"
name = "prod"
cidr = "10.20.0.0/16"
azs = ["us-east-1a", "us-east-1b", "us-east-1c"]
enable_flow_logs = true
}
Sample module usage

terraform-modules

Reusable HCL modules for everyday cloud infra

A collection of small, opinionated Terraform modules I reach for across projects — thin wrappers that codify patterns I've found worth standardizing rather than re-deriving each time.

TerraformHCLAWSGCPInfrastructure as Code

More projects

budget-mgmtGo

budget-mgmt

Personal finance app replacing my old Excel workflow
GoNode.jsTypeScript
InternetMonitorShell

InternetMonitor

Connectivity monitoring from an internal Linux host
ShellLinuxMonitoring
advent-of-code-2025Go

advent-of-code-2025

My 2025 Advent of Code solutions in Go
GoAlgorithms
OTPGo

OTP

Go one-time-password generator (TOTP/HOTP)
GoCryptographySecurity
find-dupesPython

find-dupes

Tree-walking duplicate-file finder in Python
PythonCLI
portfolioNext.js

portfolio

This site — Next.js 16, React 19, Tailwind v4
Next.jsReactTypeScriptTailwind CSS