Explore >> Select a destination


You are here

blog.jayfields.com
| | iridakos.com
18.4 parsecs away

Travel
| | First part of the tutorial creating a simple ToDo application with Ruby on Rails.
| | hibbard.eu
18.5 parsecs away

Travel
| | Learn how to set up authentication (verifying who you are) and authorization (what you may do) in a Rails app with Devise and Cancancan.
| | www.integralist.co.uk
12.2 parsecs away

Travel
| | Introduction Model View Controller Mixed definitions God Controller Problems Skinny Controller Presenters? What problem are Presenters trying to solve? How do they work? Code Example Controller View Presenter Conclusion Introduction Model, View, Controller (MVC). This is a pretty standard architectural pattern and has been in use when developing software since the early 1970's. The basic principle of the pattern is to separate the different areas of logic from your application into distinct compartments.
| | www.augmentedmind.de
85.6 parsecs away

Travel
| Learn how to improve the speed of building Docker images locally, including the iteration of your unfinished Dockerfile, or rebuilding on code changes.