PinnedPublished inGeek CultureAPIs and SDKsSoftware comes in all shapes and sizes and great app ideas are many times the things we didn’t know we wanted or needed. Once that idea has…Jun 21, 2021Jun 21, 2021
Docker Containers, huh?As a developer there is nothing more frustrating than not being able to properly run an application that you download from a friend or…Jun 1, 2021Jun 1, 2021
Parentheses and Curly Braces in Ruby, Who Needs em’?Anyone who has ever written or read code in Ruby knows that looking over the file it is not at all uncommon to never see a single use of ()…May 11, 2021May 11, 2021
Who’s there? An asynchronous operation. Knock, knock.JavaScript has strict rules about what operations happen, and in what order. This allows programmers to write instructions which the…Apr 21, 2021Apr 21, 2021
Request and ResponseMost websites work by using the request and response cycle.Mar 18, 2021Mar 18, 2021
Javascript Higher Order FunctionsFunctional programming languages need the ability to pass data through one function and into another. By treating functions as objects…Mar 16, 2021Mar 16, 2021