Exercise 1: Maps In MovieDB, add a new field “Principal filming location”. In a movie’s show view, geocode that...
Exercise 1: XML On the start page of your Movie DB, show the title of a random movie that is...
Learn to store attachments in a way that is accessible by authorized users only Learn to prevent users from...
Many of our clients can't or don't want to design their user interfaces. In the absence of a...
In our daily life as web developers we are constantly faced with technical problems that can be solved with a...
Resources Rails Guide: Internationalization API Guide to localizing a Rails application Locale-aware helpers in ActionView::Helpers::NumberHelper
While the Software Design Basics card tried to make a point about writing self explanatory code, it's still...
Talk with a colleague and find out why we're using building some of our sites using static site...
Best results in other decks
If you use the selenium-webdriver gem, it will sneakily phone home once every hour whenever you run a browser...
Most of our CI pipelines don't use the --retry flag for Cucumber and instead build their own retry via...