makandra Curriculum

Goal of this lesson is to understand what middlewares in Rack are good for. Rack Start with these articles:

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

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

Best results in other decks

When things go wrong, for example, caused by a bad commit, we need to revert back to an earlier known...

You can check the maximum client Redis database size in Sidekiq with this command. Sidekiq.redis { |redis| puts redis.info.fetch('maxmemory_human...

Search in all decks