SANS Holiday Hack 2016
Part 1: A Most Curious Business Card 1: What is the secret message in Santa's tweets? Answer: bugbounty Solution: Load all tweets, open developer tools, and »
Part 1: A Most Curious Business Card 1: What is the secret message in Santa's tweets? Answer: bugbounty Solution: Load all tweets, open developer tools, and »
Concluding our build of a RESTful JSON API with a Postgres database, we will explore the code that binds the backend queries to the HTTP methods. »
In this portion of building a RESTful JSON API with a Postgres database, we explore the database powering the backend. I decided to use the builtin »
In my recent endeavor with Go I needed to create a RESTful JSON API with a Postgres database. This blog series outlines what I learned and »
I recently started working with Go which is a very opinionated open source programming language from Google and contributors. It is a fantastic language and I »