<turbo-stream action="append" target="posts_list"><template>    <div class="postbit" id="117035" data-post-id="117035">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="talentdeficit" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/talentdeficit/120/1302_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  talentdeficit
                  </h3>
		          </div>
						
			          <div class="user-title">
									<span>Rebar3 Core Team</span>
			          </div>
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>this (and <a class="mention" href="/u/dimitarvp" rel="nofollow">@dimitarvp</a>’s earlier response) are exactly the attitude i find so frustrating. i don’t need to be educated on the reasons phoenix, ecto, mix, elixir, whatever are actually some kind of ideal state and the elixir community, actually, is the greatest. what i need is a community that is more open minded and less hostile to ideas that stray from the orthodox</p>
<p>a great example is the debate over the way elixir misuses <code>mix.config</code> in a way that makes integrating with environments where you need dynamic reconfiguration or injection of configuration via things like etcd/vault an unreasonably difficult goal. people with experience tried to warn the community away from things like using compile time macros to read config, generating code based on config and only reading config from static configuration files but were ignored because using mix or woefully insufficient “<code>:system</code> tuples” was “more elixiry”. distillery only recently got config providers and they still only cover a narrow slice of actual real world needs</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="117035" data-batch-url="/posts/batch_likers">
                        18
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/have-you-moved-away-from-elixir-if-so-why/20302/43">Post #42</a>
	                </div>
	            </div>
              <div id="likers-container-117035" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="117035"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #42"></div>
  </section>
</div>
    <div class="postbit" id="117037" data-post-id="117037">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="gregvaughn" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/gregvaughn/120/954_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  gregvaughn
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>I’m sympathetic to those concerns, but it seems you are arguing both sides simultaneously. Open mindedness to unorthodox (to the BEAM community) ideas instead of listening to experience is why we have misuse of <code>mix.config</code></p>
<p>The other comment I have about the discussion in general is we need to be aware of the age and size of the Elixir community. Having some safe mainstream packages for common application needs helps prevent newcomers from analysis paralysis of what to choose. Over time I do expect we’ll see more alternative approaches and frameworks, and that is great. But we need to temper our expectations of that with the age and size of the community.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="117037" data-batch-url="/posts/batch_likers">
                        15
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/have-you-moved-away-from-elixir-if-so-why/20302/44">Post #43</a>
	                </div>
	            </div>
              <div id="likers-container-117037" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="117037"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #43"></div>
  </section>
</div>
    <div class="postbit" id="117038" data-post-id="117038">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="talentdeficit" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/talentdeficit/120/1302_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  talentdeficit
                  </h3>
		          </div>
						
			          <div class="user-title">
									<span>Rebar3 Core Team</span>
			          </div>
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>i would argue that ‘use <code>mix.config</code>’ is the orthodox view in the elixir community. you see the same with views like ‘you shouldn’t need k8s if you are using distributed elixir’ and ‘running elixir in docker is an antipattern’ which are orthodox within the community but present huge barriers to adoption amongst those who face mandates to use k8s or docker to fit in with organizational goals or process</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="117038" data-batch-url="/posts/batch_likers">
                        3
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/have-you-moved-away-from-elixir-if-so-why/20302/45">Post #44</a>
	                </div>
	            </div>
              <div id="likers-container-117038" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="117038"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #44"></div>
  </section>
</div>
    <div class="postbit" id="117041" data-post-id="117041">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="gregvaughn" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/gregvaughn/120/954_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  gregvaughn
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>Interesting. We’re seeing vastly different things I’m personally not interested in containerization, and I’m bemused at all the people using Elixir with Docker and Kubernetes, but hey, if it works for them, I’m not trying to squelch their voices.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="117041" data-batch-url="/posts/batch_likers">
                        2
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/have-you-moved-away-from-elixir-if-so-why/20302/46">Post #45</a>
	                </div>
	            </div>
              <div id="likers-container-117041" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="117041"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #45"></div>
  </section>
</div>
    <div class="postbit" id="117044" data-post-id="117044">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="AstonJ" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/AstonJ/120/15_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  AstonJ
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>There’s also something to be said of fewer (more dominant) libraries or tools: a unified community.</p>
<p>Not sure if anyone remembers but the Ruby community almost split into two web frameworks - Rails and Merb, but the Rails team very astutely managed to ‘merge’ Merb into Rails (all they did really was make Rails more modular iirc).</p>
<p>At the time I was just coming into Ruby and I found the prospect of the split very worrying - I didn’t want two not-quite-so-large competing frameworks, I wanted a single big framework that the majority of the community was behind because I felt that would be better all round. So there are definitely plus points to this, even if from the perspective of adoption/user-preferences etc. If we look at Rails, we can certainly surmise that this gamble paid off because it went on to become the defacto web framework.</p>
<p>At the end of the day it is swings and roundabouts, and ultimately people who are making these tools/languages get to decide. If that isn’t you, then, as mentioned earlier, you need to polish up your skills of persuasion <img src="https://forum.elixirforum.com/uploads/default/original/2X/7/776053aa22968f83c10e90c98b23aa0ddd5c9d47.gif?v=15" title=":lol:" class="emoji emoji-custom" alt=":lol:" loading="lazy" width="20" height="20"> or, the other option is to become that person, to go out there and do it and get others onboard. We have plenty of that too - whether it’s PragDave’s way of building Elixir apps or the Raxx framework.</p>
<p>I guess my point is nothing is impossible - you really can make a difference <img src="https://forum.elixirforum.com/uploads/default/original/2X/6/6c3193d1dd46244da3c8c6f719c9f5e2abdd5ae8.gif?v=15" title=":003:" class="emoji emoji-custom" alt=":003:" loading="lazy" width="20" height="20"> The tricky part is getting enough of the equation right to get others onboard. JMHO <img src="https://forum.elixirforum.com/images/emoji/apple/blush.png?v=15" title=":blush:" class="emoji" alt=":blush:" loading="lazy" width="20" height="20"></p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="117044" data-batch-url="/posts/batch_likers">
                        8
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/have-you-moved-away-from-elixir-if-so-why/20302/47">Post #46</a>
	                </div>
	            </div>
              <div id="likers-container-117044" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="117044"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #46"></div>
  </section>
</div>
    <div class="postbit" id="117045" data-post-id="117045">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="tristan" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/tristan/120/12307_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  tristan
                  </h3>
		          </div>
						
			          <div class="user-title">
									<span>Rebar3 Core Team</span>
			          </div>
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<aside class="quote group-Rebar3" data-username="talentdeficit" data-post="45" data-topic="20302">
<div class="title">
<div class="quote-controls"></div>
<img alt="" width="24" height="24" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/talentdeficit/48/1302_2.png" class="avatar"> talentdeficit:</div>
<blockquote>
<p>views like ‘you shouldn’t need k8s if you are using distributed elixir’ and ‘running elixir in docker is an antipattern’</p>
</blockquote>
</aside>
<p>Yea, see this way to much. And it isn’t just an issue because of organization goals or process that require them. I often see them conflated, like k8s and erlang are solving similar problems (they aren’t). Not to mention the hyping of distributed Erlang and release upgrades.</p>
<p>At least these issues <em>should</em> improve with time as more production usage exists. Same issue existed in Erlang like 10 years ago. Lots of presentations and blog posts, not just from random people but like Github, about using Erlang, then internally the attempts fail and are replaced, but the posts and presentations live on and more people go down the wrong path, rinse and repeat.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="117045" data-batch-url="/posts/batch_likers">
                        7
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/have-you-moved-away-from-elixir-if-so-why/20302/48">Post #47</a>
	                </div>
	            </div>
              <div id="likers-container-117045" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="117045"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #47"></div>
  </section>
</div>
    <div class="postbit" id="117046" data-post-id="117046">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="nsweeting" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/nsweeting/120/8237_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  nsweeting
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<blockquote>
<p>But saying that theres nothing to be gained by exploring other ideas is exactly the kind of mentality that I personally find very frustrating.</p>
</blockquote>
<p>I’m not exactly sure where this comes from. I dont find much evidence of this personally. I think the Elixir community is generally a bunch of really practical people. If a particular tool doesnt fit your needs, I dont think you will find anyone telling you not to explore alternatives. In fact - if it performs a task better than any current tooling - you will most likely find further adoption.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="117046" data-batch-url="/posts/batch_likers">
                        2
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/have-you-moved-away-from-elixir-if-so-why/20302/49">Post #48</a>
	                </div>
	            </div>
              <div id="likers-container-117046" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="117046"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #48"></div>
  </section>
</div>
    <div class="postbit" id="117050" data-post-id="117050">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="sasajuric" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/sasajuric/120/991_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  sasajuric
                  </h3>
		          </div>
						
			          <div class="user-title">
									<span>Author of Elixir In Action</span>
			          </div>
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>Cool to see someone else from Croatia <img src="https://forum.elixirforum.com/images/emoji/apple/slight_smile.png?v=15" title=":slight_smile:" class="emoji" alt=":slight_smile:" loading="lazy" width="20" height="20"> Have we met IRL?</p>
<p>I agree that it’s difficult to find Elixir job here, and it’s always hard to introduce a new language to the company with an established tech stack. I guess that’s a problem everywhere, but we’re a pretty small community, which makes it especially hard. That’s why a few years ago I started working remotely for foreign clients. It was clear to me that I want to professionally focus on Erlang/Elixir, and that I just can’t do it with local companies.</p>
<p>Things seem to be improving slowly. I know of two local companies which work with Elixir. My understanding is that they’re expanding (or might expand in the near future), so if you’re interested in doing Elixir work professionally, send me a DM and I can connect you with them. Also, a regular Elixir meetup might take off soon-ish in Zagreb, so stay tuned for more news about that <img src="https://forum.elixirforum.com/images/emoji/apple/slight_smile.png?v=15" title=":slight_smile:" class="emoji" alt=":slight_smile:" loading="lazy" width="20" height="20"></p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="117050" data-batch-url="/posts/batch_likers">
                        7
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/have-you-moved-away-from-elixir-if-so-why/20302/50">Post #49</a>
	                </div>
	            </div>
              <div id="likers-container-117050" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="117050"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #49"></div>
  </section>
</div>
    <div class="postbit" id="117051" data-post-id="117051">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="josevalim" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/josevalim/120/1787_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  josevalim
                  </h3>
		          </div>
						
			          <div class="user-title">
									<span>Creator of Elixir</span>
			          </div>
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<aside class="quote group-Rebar3 quote-modified" data-username="talentdeficit" data-post="43" data-topic="20302">
<div class="title">
<div class="quote-controls"></div>
<img alt="" width="24" height="24" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/talentdeficit/48/1302_2.png" class="avatar"> talentdeficit:</div>
<blockquote>
<p>a great example is the debate over the way elixir misuses <code>mix.config</code> […] people with experience tried to warn the community away from things like using compile time macros to read config, generating code based on config and only reading config from static configuration files but were ignored because using mix or woefully insufficient " <code>:system</code>  tuples" was “more elixiry”</p>
</blockquote>
</aside>
<p>I know that this reply that I am writing can be seen as another example of frustrating, but regarding configurations, we have had many discussions here in this forum about ways to improve configuration as well <a href="https://forum.elixirforum.com/t/proposal-moving-towards-discoverable-config-files/14302" rel="nofollow">as official proposals</a>. We have <a href="https://hexdocs.pm/elixir/library-guidelines.html#avoid-application-configuration" rel="nofollow">written library guidelines to reduce the abuse</a>. We have deprecated system tuples in the major libraries (ecto, phoenix, etc). We are <a href="https://github.com/erlang/otp/pull/2004" rel="nofollow">discussing alternatives with OTP</a> and so on.</p>
<p>And even if what distillery provides is not enough, it is <em>progress</em>. I believe this is not a trivial problem to solve, otherwise we would already have seen a satisfactory solution. And as far as I know it is not a problem solved in Erlang either (not that it matters, but just to add that it is not trivial).</p>
<p>So seeing the config debate being used as an example is actually a bit frustrating to me <img src="https://forum.elixirforum.com/images/emoji/apple/slight_smile.png?v=15" title=":slight_smile:" class="emoji" alt=":slight_smile:" loading="lazy" width="20" height="20"> because a good amount of work has been put into this and we are trying to push folks to the correct direction (unless you mean that folks have been stubborn despite all of the work described above and then I’d also agree: it is definitely frustrating - but also understandable as we pushed folks towards those wrong solutions for a good chunk of time).</p>
<aside class="quote group-Rebar3" data-username="talentdeficit" data-post="45" data-topic="20302">
<div class="title">
<div class="quote-controls"></div>
<img alt="" width="24" height="24" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/talentdeficit/48/1302_2.png" class="avatar"> talentdeficit:</div>
<blockquote>
<p>you see the same with views like ‘you shouldn’t need k8s if you are using distributed elixir’ and ‘running elixir in docker is an antipattern’</p>
</blockquote>
</aside>
<p>Which is funny because in my experience k8s makes it easier to setup distributed Elixir as it automates the node discovery/connections. <img src="https://forum.elixirforum.com/images/emoji/apple/slight_smile.png?v=15" title=":slight_smile:" class="emoji" alt=":slight_smile:" loading="lazy" width="20" height="20"></p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="117051" data-batch-url="/posts/batch_likers">
                        23
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/have-you-moved-away-from-elixir-if-so-why/20302/51">Post #50</a>
	                </div>
	            </div>
              <div id="likers-container-117051" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="117051"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #50"></div>
  </section>
</div>
    <div class="postbit" id="117052" data-post-id="117052">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="Kurisu" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/Kurisu/120/14820_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  Kurisu
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>From the point of view of a beginner, I think that few libraries but very mature is better than many unstable libraries. Since the community is still very young, scattering does not seem like a good idea. Everything will come with time and it is better to focus on what does not exist yet. I think for example that we would have much to gain from having complete library corresponding to each one that is common in other frameworks. I’m thinking for example about authentication, administration system, why not translation of documentations into other languages and maybe more internationalization. I think all this will come by the community growing.</p>
<p>Personnaly I’m having fun doing elixir and I would like to contibute when I will feel more confident with it. ^^</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="117052" data-batch-url="/posts/batch_likers">
                        14
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/have-you-moved-away-from-elixir-if-so-why/20302/52">Post #51</a>
	                </div>
	            </div>
              <div id="likers-container-117052" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="117052"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #51"></div>
  </section>
</div>
</template></turbo-stream><turbo-stream action="replace" target="load-more-container"><template><div id="load-more-container" class="load-more-container">
    <a class="load-more-button" data-turbo-stream="true" href="/topics/20302/load_more?page=6">Load more posts (159 remaining)</a>
</div></template></turbo-stream>