LinkedIn | Twitter | GitHub | Resume | Blog
Thanks for taking interest in my resume!
In order to gain access to it, I'd like to run you through a quick technical challenge. It's just a way to make sure you know a thing or two about coding too before we connect :)
First, start by getting the following (somewhat ridiculous) JavaScript function to work:
And as a reward for your clever coding, you get this lovely JSON Web Token:
What good is this? Well, you're going to need it in order to access the resume itself.
If you want my standard personal resume, you'll need to use some HTTP client (ex: cURL) to make an authenticated GET
request to the following REST resource:
By default, the resource will return a PDF document, but the following representations are supported via the Accepts
header:
If you'd like to see my resume on StackOverflow Careers, you'll also need to use an HTTP client to make an authenticated GET
request to the following REST resource:
If successful, the endpoint will respond with an HTTP 302
redirect and provide the location of the actual resume URL.