Rspec - How to test a controller has included concerns
A short Rspec snippet to verify the correct concerns have been included in a controller.
A short Rspec snippet to verify the correct concerns have been included in a controller.
Organise your routes.rb file into smaller files, works in both Rails 3 and 4.
Summary notes from the Browser Rendering Optimization course on Udacity focussed on building 60 fps apps.
Are there any factors which help evaluate a product as a bronze, silver, or gold standard of quality?
A glossary of terms commonly used in Angular JS documentation and tutorials.
Installation steps to start serving any PHP application (eg Wordpress) using FPM on CentOS, together with a sample Nginx config file.
A short snippet for testing AngularJS with Jasmine.
A technique to generate a full static HTML page for caching, based on any specified conditions.
Listing out my top 10 recommendations for how to structure and layout rspec tests for Rails models.
Screen is one of my favourite utilities when managing servers - it allows you to use multiple shell windows from a single SSH session and to keep these active even after logging out. It is super useful for monitoring long-running processes.