Pacific Northwest

Beni Anvari

Fiber Optic Technician & Outdoor Adventurer

Motorcyclist
Scroll

Fiber optic technician by trade, adventurer by nature. I splice fiber by day and chase mountain trails on weekends — on two wheels, on foot, or under canvas. This site is where both worlds live.

Adventures

Sauntering

Field Notes

Fiber Tech

AI Automation

Meridian AI

Technical Skills

Fusion Splicing

Single-mode and multi-mode fiber fusion splicing with OTDR testing and optical loss verification.

FujikuraOTDRSM/MM Fiber

Aerial & Underground Installation

Lashing aerial fiber to strand, underground conduit pulls, and directional boring coordination.

Strand LashingConduitHDPE

FTTH Network & Troubleshooting

Signal testing, fault isolation, and ONT/OLT configuration for fiber-to-the-home deployments.

FTTHONTOLTPON

Safety & Compliance

Trained in OSHA standards, fall protection, confined space entry, and traffic control.

OSHANESCFall Protection

Story behind this site

A few years back, a programmer friend showed me React over coffee. What started as a curiosity became an obsession — I built dummy sites just to understand how components work. When I finally decided to make a blog, I knew exactly what I wanted: a site that felt like me. No templates, no builders — just React, Next.js, a lot of late nights, and a whole lot of DIY spirit.

adventures/page.tsx
1function AdventuresPage() {
2 const adventurePosts = BLOG_POSTS.filter(p => p.category === 'adventure')
3
4 return (
5 <motion.section variants={VARIANTS}>
6 {adventurePosts.map(post => (
7 <AnimatedBackground key={post.uid} enableHover>
8 <AdventureCard post={post} />
9 </AnimatedBackground>
10 ))}
11 </motion.section>
12 )
13}

Connect

Have a question, want to ride together, or just want to talk fiber?