Exercise 1: XML On the start page of your Movie DB, show the title of a random movie that is...

Jasmine is a great tool to unit test your JavaScript components without writing an expensive end-to-end test for...

makandra Curriculum

If you've stumbled over display: grid while reading the Flexbox material of the previous card - we've got you...

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...

Adopting legacy Rails apps Talk to your mentor about how we're approaching applications that are either old or abandoned...

Some tasks in a web application are better not done live when a user request a page, but in the...

Resources Rails Guide: Internationalization API Guide to localizing a Rails application Locale-aware helpers in ActionView::Helpers::NumberHelper

Action Mailer Basics and Previews Chapter "Task H1: Sending Mail" from Agile Web Development with Rails 7.2 (in our...

Web technology is a broad field and you cannot be an expert in all aspects. However, it is useful to...

makandra Curriculum

What is rake good for? Take a look at some of the Rake tasks that Rails gives you (rake...

For each movie in MovieDB, we want to track which other movie it was inspired by. For...

makandra Curriculum

While the Software Design Basics card tried to make a point about writing self explanatory code, it's still...

Rails ships with two separate build pipelines: Sprockets ("asset pipeline") and Webpacker. Webpacker has many more moving parts, but allows...

Talk with a colleague and find out why we're using building some of our sites using static site...

makandra Curriculum

We've already learned how to integrate user-provided images uploads to our application in 205 basic file uploads and...