惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

罗磊的独立博客
L
LangChain Blog
aimingoo的专栏
aimingoo的专栏
IT之家
IT之家
B
Blog
博客园_首页
博客园 - 司徒正美
有赞技术团队
有赞技术团队
博客园 - 聂微东
I
InfoQ
美团技术团队
GbyAI
GbyAI
阮一峰的网络日志
阮一峰的网络日志
H
Help Net Security
大猫的无限游戏
大猫的无限游戏
MyScale Blog
MyScale Blog
WordPress大学
WordPress大学
The GitHub Blog
The GitHub Blog
A
About on SuperTechFans
人人都是产品经理
人人都是产品经理
Microsoft Azure Blog
Microsoft Azure Blog
Engineering at Meta
Engineering at Meta
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
The Cloudflare Blog

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026 Building Your First AI Agent with LangChain: From Chatbot to Autonomous Assistant
I Thought Portfolios Weren't for People Like Me. So I Bui...
Roger Castro · 2026-05-07 · via DEV Community

For a long time I operated under a quiet assumption: portfolios are for developers. They're for people who build things — apps, tools, open source projects. People who have something to show.

I'm in IT support. I fix things. I troubleshoot. I answer tickets. What was I going to put on a portfolio page — a screenshot of a closed ticket?

So when I started wanting a way to document and showcase my work, I didn't build a portfolio. I built a wiki.


Why I Started Documenting

My homelab had been growing for a while. pfSense for routing, Pi-hole for DNS, a dedicated Docker host, a storage server, Tailscale for remote access. It was becoming real infrastructure — and real infrastructure has a way of becoming mysterious over time.

I'd seen it professionally at Datto too, just from a different angle. In technical support, documentation wasn't about managing someone else's environment — it was about continuity. When a partner called in on an ongoing ticket, good notes meant you knew exactly what had been tried, where things stood, and what to do next. When you hit a wall diagnosing something, you could search past tickets and find a case where someone else had solved the same thing. Documentation wasn't optional — it was the difference between resolving a ticket efficiently and spinning your wheels every time someone called in.

I didn't want that to happen to my own network. So I set up BookStack — a self-hosted, open source wiki — in a Docker container and started writing things down.

The first entries were practical. How the network is laid out. What IP addresses belong to what. How services are connected. The kind of information that feels obvious when you set something up and completely vanishes six months later when something breaks at 11pm and you're staring at a config file wondering what past-you was thinking.


It Grew Into Something More

What started as homelab documentation didn't stay there.

BookStack's structure — shelves containing books, books containing chapters, chapters containing pages — made it easy to expand into other areas. I added a Recipes shelf for cooking. A Subway Knowledge Base shelf for the SOPs and scripts I was writing at work, partly for reference and partly so I had a record of the processes I'd built or improved.

That work shelf in particular felt significant. I was documenting the Autopilot reimaging workflow I'd fixed, the processes I'd written up, the tools I'd built. I was building a record of my own professional contributions — not because anyone asked me to, but because I wanted it to exist.

I also started an Apollo Archives shelf — a growing reference library for certifications and courses I'm working toward, collected and organized for when I'm ready to dig in.

At some point I realized what I was actually doing. I was building a portfolio. I just hadn't called it that.


The Assumption I Had Wrong

Here's what I'd gotten wrong about portfolios: I thought they were about showing off projects. Things you built from scratch. Code you wrote. Apps you deployed.

But a portfolio is really just evidence of how you think and what you've done. It doesn't have to be a GitHub repo. It can be documentation. It can be a write-up of a problem you solved. It can be a structured record of the processes you've improved and the things you've learned.

IT support people build things all the time. We build processes. We build runbooks. We build muscle memory for diagnosing problems that would take other people hours. We just rarely write it down in a way that's visible to anyone else.

The wiki forced me to write it down.


What's in There Now

The nora.local Homelab shelf documents everything about my home network — infrastructure overview, network and DNS configuration, services and containers, backup and recovery procedures, a running change log, and a troubleshooting section for issues I've worked through.

Every Docker container gets a page. Every significant config change gets a change log entry. If I make a decision — why I chose Unbound over a forwarding resolver, why I run ZFS on both servers, why I set up WeTTY instead of direct SSH — I write down the reasoning, not just the steps.

That last part matters more than I expected. Steps tell you what was done. Reasoning tells you why, and why is what you actually need when something breaks or you're deciding whether to change it.


The Unexpected Side Effect

When I eventually decided to build an actual portfolio site — after realizing that yes, IT support people can have portfolios, and yes, I had more to show than I thought — the wiki had already done most of the work.

The project descriptions, the process write-ups, the technical details I needed to articulate my experience clearly — it was all there. Years of documenting my own work, organized and searchable, in my own words.

I didn't have to reconstruct what I'd done. I'd been writing it down the whole time.


If You're in IT and You're Not Documenting

Start.

You don't need BookStack specifically. A Notion workspace, a simple GitHub repo with markdown files, even a folder of well-named text documents — the tool matters less than the habit.

Document what you build. Document what you fix. Document the decisions you make and why you made them. Write it for future-you who will absolutely forget, and write it like someone else might need to understand it someday.

Because they might. And that someone might be a hiring manager.


Are you in IT support and wondering whether a portfolio is even worth building? I'd love to hear where you're at in the comments — this is a conversation I think our corner of the industry needs to have more.