// blog
Writing
Notes and writeups on networking, web development, automation, and the journey of breaking into the tech industry as someone who started with a patch cable and a managed switch.
CompTIA Network+ Certified
How I studied for and passed the Network+ exam — resources, what to expect, and what comes next on the certification path.
#certification#networking#comptia
I Built My Own CCNA Practice Exam App
Why I wrote 293 exam questions, built a randomised exam engine with Supabase persistence, and added five interactive Packet Tracer labs — all to avoid paying for a third-party course.
#webdev#nextjs#typescript#networking
Building My Dev Site: A Network Engineer Goes Full Stack
What it's like learning Next.js 16 as someone who spends their days configuring routers and writing Ansible playbooks.
#webdev#nextjs#learning
Getting Started with Network Automation Using Python
How I started eliminating repetitive CLI work with Python and Netmiko — SSH into 20 switches at once, pull configs, make changes.
#automation#python#networking