Month: <span>January 2018</span>

A Simple Node App to Generate Random Addresses and Geocode Them – Parsing Results with Cheerio

When we last left off, we had our AddressCreator partially working. It makes a request to fakena.me and receives a response. Now we need to actually use that response.

Read MoreComment

Easily Add Bootstrap Alerts to Your ViewResults with ASP.NET Core

Once upon a time, I did a course on building your own application framework with ASP.NET MVC 5. One of the most popular techniques I showed in that course was how to attach a alert message to any ActionResult, so that you could consistently display success, warnings, etc. in your app. The bad news is…

Read MoreView 4 Comments