What is VWire?

Vwire isn't any one thing. The domain vwire.net is one I've used for various projects and learning exercises over the years (Since 2004)

Currently the name servers (One on Linode, one in Azure) for Vwire are authoritative for itself and a few other real world sites/APIs.

You've owned this domain since 2004?

I was <16 when it was first registered. I can't believe it either.

Who are you?

My name is Sean, but there are other aliases that mostly exist on the Internet

Where do you live?

Manchester, NH, USA

Your history in tech?

Warning: Rambling ahead.

Beginnings

My technical history started in a way common for most professional geeks; an unusual interest in computers at a young age. I began using Linux around age 10 (Although these days I'm on Windows for my main machine. WSL and the ability to SSH directly from a Windows terminal is something 2005 me would never have expected to become reality)

I was lucky enough to land a part time support role at a local ISP/phone company in high school. Working for a small company forced me to absorb as much knowledge as possible (Anything from troubleshooting BGP sessions on a Juniper M/MX router to where the trash goes at the end of the workday). Spending significant time in central offices and talking to old-timers gave me a wondeful history lesson in telecom. Why are racks in these offices 23 inches wide? Why is everything -48v? Why is the world going from Ethernet-over-SONET to SONET-over-Ethernet?

Working for several ISPs caused me to develop a deep interest in telecom and network engineering. Especially anything related to inter-AS routing and intra-AS design for ISP-scale networks. Even though I've never directly worked with them, I find mobile networks fascinating. Feed me beer and I'll talk your ear off about LTE/NR deployments and why the modem in your pocket is one of mankinds greatest technical achievements

Network engineering to coding?

I was presented with a well-paying opportunity to write code for a small company. Fast forward a few weeks on Google and StackOverflow, I began to develop an obsession with creating scalable web services (APIs consumed by applications).

The first production API I ever created was was written in C# (.Net 4.5.x?) and hosted in a local datacenter on a Linux machine under Apache with mod_mono. As traffic grew, I spun up a proxy server (Another Linux machine running HAProxy) to handle SSL termination and simple load balancing between any number of mod_mono workers. We were also able to create a pretty neat update script that could take workers offline one at a time, wait for HAProxy to realize they're down, update the code, and put them back online. Good times, complete hack.

Without going into too much detail, this API was eventually moved to Azure. Linux and HAProxy were dropped in favor of a Windows app service and the built-in scale out features that Microsoft offers.

Can you just list what you know?

Lists work better for me, too. Here's a list of what I know about/have experience with in no particular order:

* ServiceStack Framework

www.servicestack.net

ServiceStack is far and away my favorite framework to compliment .Net. It greatly accelerates the API development process and abstracts away much of the tedious work (Session management, HTTP request interfaces, interfaces for authorization). Also includes fantastic JSON tools and additions to general .Net features.

** Redis

Redis is one of my favorite tools for API operation. Two uses in my experience worth mentioning:

*** Sendgrid

Everybody knows you can send email with Sendgrid, but did you know you can receive messages?

Sendgrid can accept incoming messages for any domain and send them to your API. Just create a few MX records and configure a callback target.

A great use case for this is accepting trouble tickets. Accept external updates to trouble tickets by parsing incoming mailbox info. I.e., 270166@support.vwire.net

You sound like a geek. Do you have any non-technical interests to offset that?

Motorcycles (an obsession), biking (An even bigger obsession), skiing, hiking, horses, investing (Stock market & real estate), German beer.

How can I contact you?

Hello (at) vwire dot net

Or if I've emailed you with my personal address, just respond to that!

Can I hire you for something?

Maybe! See the contact section. Shoot me an email, I can answer any questions you have and send you a formal resume if needed.

Do you like web design?

No. I wrote this by hand in nano and it shows.

Why does this site not support HTTPS?

Another great question. I just set a reminder to take care of that when I get some free time

Todo: Certbot

Your SSL cert is expired!

If that's true, the cron job invoking certbot to renew it has failed and I haven't noticed yet.