-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathindex.html
More file actions
36 lines (35 loc) · 1.48 KB
/
index.html
File metadata and controls
36 lines (35 loc) · 1.48 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
---
layout: default
title: Mind your own business View Controller
abstract: Talk at Elixir London 2018 exploring when and when not to use MVC.
share_image: /2018-08-16/mind-your-own-business-view-controller/hexagonal-architecture.png
share_video: https://www.youtube.com/watch?v=ukMFwZtY3m0
share_alt: Diagram of Hexagonal architecture pattern
---
<header>
<nav style="text-align:right">
<a href="/">Home</a>
</nav>
</header>
<main class="article">
<h1>Mind your own business View Controller</h1>
<a href="https://www.youtube.com/watch?v=ukMFwZtY3m0">
<img src="facepalms.jpg" alt="Row of emoji facepalms" style="max-width:100%;">
</a>
<p>
Many applications are a perfect fit for Model View Controller(MVC).
There are also many applications where MVC is not suitable.
In both cases Elixir is a great choice.
This talk will be a guide for alternative architectures e.g Hexagonal/Onion/Clean.
</p>
<p>
Talk given at <a href="https://codesync.global/conferences/code-elixir-2018/">Elixir London 2018</a>.
</p>
<p>
<a href="slides.html">Slides</a>
<a href="https://www.youtube.com/watch?v=ukMFwZtY3m0&index=14&list=PLvL2NEhYV4Zu4zxnZXtCSOCvsUHtxTYIl">Video</a>
</p>
</main>
<footer>
<a href="https://github.com/CrowdHailer/me/blob/gh-pages/2018-08-16/mind-your-own-business-view-controller/index.html" class="edit-page-link">Edit this page</a>
</footer>