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

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

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

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

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

Best results in other decks

If your rubocop run fails with a stack like rubocop-1.61.0/lib/rubocop/server/socket_reader.rb:36:in `ensure in read!': undefined method `string...

Event listeners are called in the order of their registration: button.addEventListener('click', () => console.log("I run first")) button.addEventListener('click', () => console.log("I...

Search in all decks