2023-07-30 23:11:02 +00:00
< head >
< title > Nicholas Orlowsky< / title >
< link rel = "stylesheet" href = "/style.css" >
< link rel = "icon" type = "image/x-icon" href = "/favicon.ico" >
< / head >
< body >
< nav >
< a href = "/" > [ Home ]< / a >
< a href = "/blog.html" > [ Blog ]< / a >
< a href = "/projects.html" > [ Projects ]< / a >
< a href = "/extra.html" > [ Extra ]< / a >
< hr / >
< / nav >
< div >
< h1 style = "margin-bottom: 0px;" > Nicholas Orlowsky< / h1 >
< p style = "margin-top: 0px;" > Software Engineer - Austin, TX< / p >
< p >
2025-02-01 00:29:54 +00:00
< a href = "https://git.nickorlow.com/nickorlow" > [ Forgejo ]< / a >
< a href = "https://github.com/nickorlow" > [ GitHub (mirrors) ]< / a >
2023-07-30 23:11:02 +00:00
< a href = "https://www.linkedin.com/in/nickorlow/" > [ LinkedIn ]< / a >
< a href = "mailto:nickorlow@nickorlow.com" > [ E-Mail ]< / a >
< a href = "https://github.com/nickorlow/resume/releases/download/latest/resume-nickorlow.pdf" > [ Resume ]< / a >
2025-02-01 00:29:54 +00:00
<!-- <a href="https://old.nickorlow.com">[ My Old Website ]</a> -->
2023-07-30 23:11:02 +00:00
< / p >
< p >
2025-02-01 00:29:54 +00:00
< a href = "https://azuredevopspodcast.clear-measure.com/nick-orlowsky-deciding-to-major-in-computer-science-episode-197" > [ Listen to me on the Azure DevOps podcast! ]< / a >
2023-07-30 23:11:02 +00:00
< / p >
< p >
I'm a computer science student at the University of Texas at Austin. I'm particularly
interested in infrastructure, distributed systems, and systems programming.
< / p >
< p >
I run < a href = "https://nws.nickorlow.com" > Nick Web Services (NWS)< / a > , a side project
that provides geo-distributed container hosting using Kubernetes on bare metal servers.
2025-02-01 00:29:54 +00:00
It achieved 100% uptime for over a year.
2023-07-30 23:11:02 +00:00
< / p >
< p >
Outside of computers, I enjoy biking and weightlifting. I'm also a public transit enthusiast
and I take pictures of trains that I see, especially rare or special ones.
< / p >
< / div >
< footer >
< hr / >
2025-02-01 00:29:54 +00:00
< p style = "margin-bottom: 0px;" > Copyright © Nicholas Orlowsky 2025< / p >
2023-11-16 18:14:34 +00:00
< p style = "margin-top: 0px; margin-bottom: 0px;" > Hosting provided by < a href = "https://nws.nickorlow.com" > NWS< / a > < / p >
< p style = "margin-top: 0px;" > Powered by < a href = "https://github.com/nickorlow/anthracite" > Anthracite Web Server< / a > < / p >
2023-07-30 23:11:02 +00:00
< / footer >
< / body >