
Node.JS
Concepts to Implementations: Promise Implementation Intro
Dig in to the implementation of Pinkie, the Node JS package by Floatdrop.
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
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.