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.
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
November 6, 2021
No Comments
Upload Ads.txt to Bitnami Web Server
This seems easy but I spent some time googling it on the internet and did not find a straight answer. I had to move my
November 2, 2021
No Comments
Query Database Using WordPress REST
This code crumb will query a WordPress database using WP REST. It tackles all the basic steps to interact and get data from the WordPress
December 5, 2020
No Comments