Code crumbs is a collection of working chunks of code. They are formed together to meet a goal or functionality thus each chunk of code is explained and divided into steps to easily determine its place in the completion of that goal.

Disclaimer: All code crumbs have been tested in a working environment. Code optimization is beyond the scope of this project. The main goal of this project to provide a working sample and an easy way to understand how each code crumb fits in the whole.

AWS: Step Functions

How to Add Your Step Functions Inside Cloud Formation I recently had to create a series of step functions for a project I am working

Read More »

Call ChromeData in NodeJS and PHP

In this code crumb, we will call ChromeData in NodeJS and PHP. We will call the “describeVehicle” method of ChromeData ADS(Automotive Description Service). The “describeVehicle” method

Read More »