Antonio David


Musings From My Journey With Ruby

Clarifying Transclusion Confusion in AngularJS

Modules! Controllers! Directives! Oh my! The TL;DR: Transclusion takes the HTML content inside an element named as a directive, then inserts that HTML content into the directive’s template where you designate another element named ‘ng-transclude’. Below, I walk through my example.


Adding a jQuery Front End and JSON API Back End

Since my last post describing the development of AllergyFree Meals (AFM), I expanded on AFM by adding dynamic features through the use of jQuery and a JSON API for the app. A video walkthrough of the new features is available below and all code is publicly available at GitHub.


My First Rails Application - AllergyFree Meals


10 Steps to Heroku - Letting Sinatra Sing in SQLite3 and PostgreSQL

The Situation: You built a Sinatra application using SQLite3 as your database and it works perfectly on your local computer. You are excited and want the world to see it in all its glory! You decide to deploy.


Milestone - Riding Rails to 499 Lessons

I checked my status today and I’ve now gone through 499 lessons of the Learn Verified (LV) program!