software engineering
Programmer vs Software Engineer
My take for a response to a Code Project thread discussion about a "programmer" vs a "software engineer".
Software engineering (SWE) is the application of engineering to the development of software in a systematic method. Source: https://en.wikipedia.org/wiki/Software_engineering
software engineering
My take for a response to a Code Project thread discussion about a "programmer" vs a "software engineer".
DevOps
DevOpsDays in Chicago is over.... Long over. It ran Sept 12th 2017 to Sept 13th. This is the second year I've been able to attend the event. It was good; I highly recommend it. I had hoped to write contact during the event related to each talk but
MicroService
A summary of Micro Service principles in my own words. Derived from other articles which are referenced.
Node.JS
Dig in to the implementation of Pinkie, the Node JS package by Floatdrop.
Exploration
The Promise object represents the eventual completion (or failure) of an asynchronous operation and its resulting value. -MDN Put simply[1], it is a means to reorganize asynchronous (concurrently executing) code to reduce nesting among other reasons. Over the next couple of posts, I'm going to give a
Open Source Software
This article covers common tools and concepts used in open source. This site is aimed at getting folks into open source, and this article acts as a primer.