Adopting legacy Rails apps Talk to your mentor about how we're approaching applications that are either old or abandoned...
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...
Web technology is a broad field and you cannot be an expert in all aspects. However, it is useful to...
What is rake good for? Take a look at some of the Rake tasks that Rails gives you (rake...
Rails ships with two separate build pipelines: Sprockets ("asset pipeline") and Webpacker. Webpacker has many more moving parts, but allows...
Best results in other decks
Unpoly 3.11.0 is a big release, shipping many features and quality-of-life improvements requested by the community. Highlights include...
You can check the maximum client Redis database size in Sidekiq with this command. Sidekiq.redis { |redis| puts redis.info.fetch('maxmemory_human...