Learn Coding Design Patterns
All Design Patterns content:
-
Introduction to Android Architecture Components
Tutorial • IntermediateIn this tutorial, we'll look at the main elements of the new Android Architecture Components: Lifecycle, ViewModel, LifeData, and Room.
-
Android Design Patterns: The Singleton Pattern
Tutorial • BeginnerThe Singleton Pattern is a software design pattern that guarantees a class has one instance only and a global point of access is provided by that class.
-
Should You Use a PHP Framework? Five Pros and Cons
Tutorial • BeginnerA framework can help you develop your PHP application rapidly and with confidence. But is using one always the best decision? In this tutorial, we'll explore...
-
Android Design Patterns: The Observer Pattern
Tutorial • IntermediateThe Observer Pattern is a software design pattern that establishes a one-to-many dependency between objects. Anytime the state of one of the objects (the...
-
How to Handle Exceptions in Elixir
Tutorial • BeginnerUtilize the exception types of Elixir, make your own custom errors, add explicit conditions over your applications control flow, and ensure all possible...
-
How to Install the Elixir Runtime
Tutorial • BeginnerGet up and running with Elixir and start meta-programming in Erlang with this easy-to-follow instructional guide.
-
Erlang and Elixir, Part 5: Phoenix Framework
Tutorial • IntermediateBuild your first website with Elixir and the Phoenix Framework! Learn how to create templates, views, actions and controllers with your Elixir skills from...
-
Erlang and Elixir, Part 4: Control Flow
Tutorial • IntermediateMaster conditional and case control in Elixir and put interactivity and conditional logic into your app.
-
Get Started With PhpStorm in Our New Coffee Break Course
Tutorial • BeginnerIn our new Coffee Break Course, Get Started With PhpStorm, Envato Tuts+ instructor Matthew Setter will give you a rapid introduction to PhpStorm and some of...
-
Backbone Views and the DOM
Tutorial • BeginnerMaster some of the intricacies of Backbone views, learn how to efficiently render Backbone views in the DOM, and explore how to make Backbone play nicely...
-
Testing and Dependency Injection With Model View Presenter on Android
Tutorial • IntermediateIn the final part of this series on the Model View Presenter pattern, we explore MVP in the light of testing. We also discuss how the MVP pattern can be...
-
How to Adopt Model View Presenter on Android
Tutorial • IntermediateIn the previous tutorial, we talked about the Model View Presenter pattern, how it is applied on Android, and what its most important advantages are. In this...



