Learn Coding Design Patterns
All Design Patterns content:
-
AntiPatterns Basics: Rails Views
Tutorial • BeginnerIn this article we’ll focus on the main View AntiPattern—PHPitis—and work through a couple of techniques to keep your views lean and mean. Having tons of...
-
An Introduction to Model View Presenter on Android
Tutorial • IntermediateIn this tutorial, I discuss and emphasize the importance of a well designed project and why Android's standard architecture isn't always sufficient. We...
-
Ruby/Rails Code Smell Basics 04
Tutorial • BeginnerThis final article mentions a couple more smells you should look out for and sums up what this small series wanted to achieve. A final whiff, if you like…
-
The Repository Pattern in Laravel 5
Tutorial • AdvancedIn this tutorial, you'll learn how you can easily create a repository based on Doctrine in Laravel 5.0, which will result in many benefits.
-
Ruby/Rails Code Smell Basics 03
Tutorial • BeginnerThis newbie-friendly article covers another round of smells and refactorings you should familiarize yourself with early in your career. We cover case...
-
Ruby/Rails Code Smell Basics 02
Tutorial • BeginnerThis is part 2 of a small series about code smells and possible refactorings. The target audience I had in mind are newbies who heard about this topic and...
-
What Are Laravel 5.0 Facades?
Tutorial • AdvancedThe Laravel facade makes it super easy to call methods, and injecting the actual dependencies could really pay off down the line.
-
Ruby/Rails Code Smell Basics 01
Tutorial • BeginnerThis is part one of a small series about code smells and how you can deal with them. Don’t worry if you’re new to this topic or just starting to code. I did...
-
How to Use MVVM in a Universal Windows App
Tutorial • BeginnerThe Model-View-ViewModel (MVVM) pattern helps developers separate an application's business and presentation logic from its user interface. This tutorial...
-
Design Patterns: The Factory Method Pattern
Tutorial • IntermediateIn the previous article, we went through the Simple Factory pattern. Now in this article we will examine Factory Method Design pattern. In the case of Simple...
-
Building a Note-Taking SAAS Using ASP.NET MVC 5
Tutorial • IntermediateIn this tutorial I am going to explain how to build a note-taking web application. It is going to be software as a service, integrated with Stripe for...
-
The Ternary Operator in PHP
Tutorial • IntermediateIn this video we will talk about the ternary operator in PHP: its syntax, what it is good for and how to use it to implement some nice features.



