Page Popular
See all posts related to Page Popular
Authorization in GraphQL
Posted in GraphQL on Jun 8th, 2020
GraphQL is a great new technology. It fills many gaps the REST leaves. However, there are challengs with GraphQL. One of those challenges are authorization and authentication.
Serverless GraphQL at the Edge
Posted in GraphQL on Feb 27th, 2020
Serverless GraphQL API’s at the Edge. Did I hit on all of the buzzwords?
GraphQL as an extension of Conway’s Law
Posted in GraphQL on Dec 6th, 2019
“Organizations which design systems … are constrained to produce designs which are copies of the communication structures of these organizations.” – Melvin Conway
From Test Driven Development to Test Driven Design
Posted in Engineering on Jul 11th, 2018
Too often when we speak about Test Driven Development, or TDD, we speak about it as if it’s an investment. I think it’s time to change the conversation and talk about TDD as if it is an essential engineering step.
Building A Raspberry Pi Arcade Machine
Posted in Raspberry Pi on Oct 11th, 2017
I am starting to build a raspberry pi powered arcade machine. In this article, I will describe how I built a raspberry pi arcade console.
My Experience With .NET Core
Posted in Emerging Technology on Mar 17th, 2017
I have been playing around with .NET core after having experience with regular old ASP.NET for years. While its a cool technology, its not without its thorns.