
MicroService
Principles of a MicroService
A summary of Micro Service principles in my own words. Derived from other articles which are referenced.
MicroService
A summary of Micro Service principles in my own words. Derived from other articles which are referenced.
MicroService
The article was moved.
quick-tip
This presentation from DevOpsDays Chicago 2016 presented by Angela Dugan explores "Imposter Syndrome". The feeling of being under-qualified for a task or set of responsibilities.
quick-tip
I recently learned something while going through the puppet tutorial VM and I want to share it and document it to remind myself in the future. You may know that you create directories on the Linux Command Line (CLI) with: mkdir new-dir While I'm not yet sure how wide spread
Node.JS
Dig in to the implementation of Pinkie, the Node JS package by Floatdrop.
quick-tip
Solving an error with GitKraken after install from the PPA
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 brief primer
Open Source Software
Bit masks are a computer science concept; in a nutshell, they represent options which can be combined in a variety of ways. A very basic example colors. Blue and Green combined create yellow. This can be represented in bit masks. The following example is sourced from the Bit field article
GitHub
Bouncy is a tool to "pipe raw http traffic from [an] incoming http request to a another remote end point." It's an interesting tool and, for me, a useful find. Not to reveal too much but this site is running on Node among other technologies. I think this tool has
Open Source Software
There are plenty of resources out there to learn how to use git... but I'd say a good percentage of those focus on using git from git init and on -- that is, starting a new repository from scratch. This post is going to focus on using git to contribute
Open Source Software Concepts
A pull request is an important concept in collaborating with others' on GitHub. When you finish work and you want to share it with the project's owner, you issue what is called a "pull request". This is you asking the project maintainer to review your contribution and pull it into
Open Source Software
In most established open source projects, you should find some sort of information regarding contributing to that given project. This could be called contribute.md or CONTRIBUTING.md or is simply a section in the repository's Readme file. If you intend to contribute to a specific open source project, ensure
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.
Tools of Open Source
I found myself in a situation where I needed to list all of the global npm packages I had installed on a (windows) server. The command, it turned out, was quite simple: npm ls --global npm ls itself will list the packages installed locally which can be helpful unto itself.
News
I'm pleased that you've found this blog as quickly as you did. Unfortunately, content is quite limited right now. I invite you to check out the about page to see what this blog and website is all about. Meanwhile, I kindly but regretfully ask that you check back later. Life,