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


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

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>Hi everyone !</p>
<p>Julien, Rails guy, from France.</p>
<p>Also looking for people who would like to help develop the Elixir/Phoenix french-speaking 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="69781" data-batch-url="/posts/batch_likers">
                        9
                      </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/hello-elixir-world-introductions-thread/71/247">Post #246</a>
	                </div>
	            </div>
              <div id="likers-container-69781" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="69781"
                     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 #246"></div>
  </section>
</div>
    <div class="postbit" id="70809" data-post-id="70809">
  <section>
    <div class="post-wrap">


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

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>Hi everyone!</p>
<p>Nathaniel Suchy, from the United States.</p>
<p>I’m fairly new to the Elixir scene but looking forward to learning more <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="70809" data-batch-url="/posts/batch_likers">
                        9
                      </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/hello-elixir-world-introductions-thread/71/248">Post #247</a>
	                </div>
	            </div>
              <div id="likers-container-70809" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="70809"
                     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 #247"></div>
  </section>
</div>
    <div class="postbit" id="70848" data-post-id="70848">
  <section>
    <div class="post-wrap">


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

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>Hello to everybody, I am Roman from Ukraine.</p>
<p>I have been working as a developer four years now, but started trying my skills on toy projects for almost 7 years. Started as a backend Java developer at the time I was learning about this language in university.</p>
<p>I’ve always been interested in working with technologies and learning some new languages for me. At work I started working with Ruby on Rails project and was amused about the language and all those features, that it provides, about easiness of package management (after Java Maven bundler was like a miracle).</p>
<p>Also at work I got aquainted with Clojure, and basics of functional programming. After some struggling with implementing loop with own functions which included state mutation, I discovered the api of map, reduce, filter and other things that can make code more concise and stable. So I’ve been searching for the elements of functional programming in every new language I learnt.</p>
<p>Also application deployment was one of my tasks for some projects, so I’ve some experience with Ansible, Docker and shell scripting. Remote debugging and file editing is a critical part of deployment, so I’ve spent a lot of time in the shell.</p>
<p>For my master’s thesis I’ve chosen a theme connected with machine learning, and learnt basics of Python for this task. At that time I’ve found it very handy to work in the repl. Though at that time some encountered languages allowed working in repl, I’ve got familiar with it only at that time.</p>
<p>I find debugging workflow very productive way to write new stuff, so setting breakpoint in IDE and then building new code step by step can help develop faster. I knew that there are also shell debuggers, but IDE features seemed easier to work with.</p>
<p>So I think it is a good opportunity to be free of the dependency on IDE, especially when you’re working remotely in the shell. It was a decision to learn how to work in the shell, and without mouse. So I started learning shell editors, and decided to give vim a try. I think it is a very nice editor, and vi part is included in most distros, which is very handy.</p>
<p>It turned out that old habits of editing were faster than trying to remember some basic steps of how to move somewhere more efficiently. After some unsuccessful retries of moving to vim, I’ve switched off vim keybindings in my IDE. I knew that there is some another approach of learning vim.</p>
<p>By that time Elixir language came out before me. I’ve known that it was for some years already, and syntax looked familiar after working with Ruby. Also I was toying with Erlang very little before. I think these languages are great, so decided to learn something about them.</p>
<p>I’ve chosen <a href="https://pragprog.com/book/phoenix/programming-phoenix" rel="noopener nofollow ugc">Programming Phoenix</a> as a book to read alongside with vim learning. So done examples from there with adaptation to the most recent version of Phoenix and Elixir. There were some minor incompatibilities, but they can be fixed easily. This book is great, but I lacked experience to embrace it full, because of only rudimentary knowledge of the language, so decided to learn more about the language itself.</p>
<p>The next book I’ve started reading, but not finished yet is <a href="https://leanpub.com/elixir-elm-tutorial" rel="noopener nofollow ugc">Elixir and Elm Tutorial</a>, which provides introduction to both languages.</p>
<p>Also I read great books <a href="https://pragprog.com/book/elixir13/programming-elixir-1-3" rel="noopener nofollow ugc">Programming Elixir</a>, <a href="https://www.manning.com/books/elixir-in-action" rel="noopener nofollow ugc">Elixir in action</a>, and want to read <a href="https://pragprog.com/book/cmelixir/metaprogramming-elixir" rel="noopener nofollow ugc">Metaprogramming Elixir</a>.</p>
<p>Examples from “Programming Phoenix” helped me to got familiar with basic vim features, alongside with iex. All those examples were done in the shell, without any GUI IDE. Elixir support in vim plugin seemed very comfortable for me, but my vim skills were very bad, to do something efficiently, so I’ve found excellent <a href="https://pragprog.com/book/dnvim2/practical-vim-second-edition" rel="noopener nofollow ugc">Practical Vim</a> book and worked through it. I think this book is great and planning to re-read it some day, because some examples need more time to master. It made editing more efficient and aware of possibilities.</p>
<p>Alongside with working in vim, I needed something more portable, than yakuake windows to work in shell. At first several days I tried screen to do terminal multiplexing, but then discovered Tmux, and that was another development time saver. After toying with it for a while I decided to read a book about it, and that was <a href="https://pragprog.com/book/bhtmux2/tmux-2" rel="noopener nofollow ugc">tmux 2</a>, which also improved my shell integration. Although my Caps is not remapped yet <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>
<p>There is also multiple shell editors with vim keybindings, to edit Elixir files, like vim itself, <a href="https://neovim.io/" rel="noopener nofollow ugc">neovim</a>, <a href="http://spacemacs.org/" rel="noopener nofollow ugc">spacemacs</a>, <a href="https://spacevim.org/" rel="noopener nofollow ugc">SpaceVim</a>, <a href="https://github.com/liuchengxu/space-vim" rel="noopener nofollow ugc">space-vim</a> (which comfortable for me at the moment, because it saves some default keybindings which I’ve found useful for my current workflow). Also it is interesting to learn more about emacs, but I think it will be later.</p>
<p>My repl-driven worklow is comfortable for me, and I try to continue to improve it. Skills, achieved during toying with elixir proved themselves useful during development of work inner project based on Django. Though IDE autoimport feature is better for Python and Typescript, than in Vim plugins I used, but other things are rather useful, like <a href="https://github.com/tpope/vim-surround" rel="noopener nofollow ugc">vim-surround</a> plugin.</p>
<p>I think Elixir and Erlang will be a good fit for development of heavy-loaded and interactive applications, so now I’m investing some time in learning it.</p>
<p>Though I can work with those html layouts, css, js, I like backend and deployment better, and want to give <a href="https://github.com/grych/drab" rel="noopener nofollow ugc">drab</a> a try someday. It seems very interesting for me.</p>
<p>Some days ago I was trying to setup Elixir 1.6 and Erlang up and running on the Armbian for OrangePi aarch64 board, to continue studying remote editing, and found <a href="https://github.com/asdf-vm/asdf" rel="noopener nofollow ugc">asdf</a> application appropriate for this task. Even latest postgres version was built with this application. Though pc operates faster, than OrangePi, but I think, the task of remote application development interesting, and naturally limits some sorts of GUI programming.</p>
<p>I’d like to thank everybody, who had a courage to read through this text. It would be great if it will provide some insights or interesting moments for someone <img src="https://forum.elixirforum.com/images/emoji/apple/smile.png?v=15" title=":smile:" class="emoji" alt=":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="70848" data-batch-url="/posts/batch_likers">
                        10
                      </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/hello-elixir-world-introductions-thread/71/249">Post #248</a>
	                </div>
	            </div>
              <div id="likers-container-70848" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="70848"
                     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 #248"></div>
  </section>
</div>
    <div class="postbit" id="70851" data-post-id="70851">
  <section>
    <div class="post-wrap">


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

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>Hello elixir users!</p>
<p>I am ChangJoo Park from South Korea</p>
<p>I use Phoenix Framework for my toy project <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="70851" data-batch-url="/posts/batch_likers">
                        11
                      </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/hello-elixir-world-introductions-thread/71/250">Post #249</a>
	                </div>
	            </div>
              <div id="likers-container-70851" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="70851"
                     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 #249"></div>
  </section>
</div>
    <div class="postbit" id="70920" data-post-id="70920">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="Zuwa" src="/assets/icons/user-9f439610.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  Zuwa
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>Hi. I’m Zuwa from Nigeria. Worked in the US for several years doing Mumps programming (GT.m and InterSystems). Now switching to Go and Elixir. Functional programming is a heckuva switch but Elixir is quite fascinating. I tried Haskell awhile back but just couldn’t wrap my noggin around it. Having fun with Elixir though.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="70920" data-batch-url="/posts/batch_likers">
                        11
                      </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/hello-elixir-world-introductions-thread/71/251">Post #250</a>
	                </div>
	            </div>
              <div id="likers-container-70920" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="70920"
                     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 #250"></div>
  </section>
</div>
    <div class="postbit" id="71073" data-post-id="71073">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="dngrhm" src="/assets/icons/user-9f439610.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  dngrhm
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>I’m Dan from the USA. I’m in the process of learning more about Elixir to try to move a rails backend over to Elixir.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="71073" data-batch-url="/posts/batch_likers">
                        10
                      </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/hello-elixir-world-introductions-thread/71/252">Post #251</a>
	                </div>
	            </div>
              <div id="likers-container-71073" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="71073"
                     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 #251"></div>
  </section>
</div>
    <div class="postbit" id="75599" data-post-id="75599">
  <section>
    <div class="post-wrap">


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

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>You might like to add your company to this list, once your project is in production:</p><aside class="onebox allowlistedgeneric" data-onebox-src="https://elixir-companies.com/">
  <header class="source">
      <img src="https://elixir-companies.com/images/favicon/favicon-32x32.png" class="site-icon" alt="" width="32" height="32">

      <a href="https://elixir-companies.com/" target="_blank" rel="noopener nofollow ugc">elixir-companies.com</a>
  </header>

  <article class="onebox-body">
    

<h3><a href="https://elixir-companies.com/" target="_blank" rel="noopener nofollow ugc">Elixir Companies</a></h3>

  <p>A curated directory of companies using Elixir in production.</p>


  </article>

  <div class="onebox-metadata">
    
    
  </div>

  <div style="clear: both"></div>
</aside>
 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="75599" 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/hello-elixir-world-introductions-thread/71/253">Post #252</a>
	                </div>
	            </div>
              <div id="likers-container-75599" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="75599"
                     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 #252"></div>
  </section>
</div>
    <div class="postbit" id="75910" data-post-id="75910">
  <section>
    <div class="post-wrap">


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

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>Hi, I’m Steve from Cache Valley, Utah, USA. Love this forum!</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="75910" 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/hello-elixir-world-introductions-thread/71/254">Post #253</a>
	                </div>
	            </div>
              <div id="likers-container-75910" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="75910"
                     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 #253"></div>
  </section>
</div>
    <div class="postbit" id="76379" data-post-id="76379">
  <section>
    <div class="post-wrap">


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

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>Hi, I’m Arif Hussain Bangash, a geologist turned web developer.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="76379" data-batch-url="/posts/batch_likers">
                        9
                      </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/hello-elixir-world-introductions-thread/71/255">Post #254</a>
	                </div>
	            </div>
              <div id="likers-container-76379" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="76379"
                     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 #254"></div>
  </section>
</div>
    <div class="postbit" id="76382" data-post-id="76382">
  <section>
    <div class="post-wrap">


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

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>Ohh how did I missed this thread <img src="https://forum.elixirforum.com/images/emoji/apple/open_mouth.png?v=15" title=":open_mouth:" class="emoji" alt=":open_mouth:" loading="lazy" width="20" height="20">?<br>
But it’s never late for introduction, so here is mine <img src="https://forum.elixirforum.com/images/emoji/apple/smiling_face_with_sunglasses.png?v=15" title=":smiling_face_with_sunglasses:" class="emoji" alt=":smiling_face_with_sunglasses:" loading="lazy" width="20" height="20">.<br>
Hello world,<br>
This is Aditya ( aadii). A js developer from India, who is exploring the phoenix framework. I am really happy​<img src="https://forum.elixirforum.com/images/emoji/apple/heart_eyes.png?v=15" title=":heart_eyes:" class="emoji" alt=":heart_eyes:" loading="lazy" width="20" height="20"> to find this awesome place to learn along with lot of  awesome minds.<br>
Cheers to elixir learning.<img src="https://forum.elixirforum.com/images/emoji/apple/smiley.png?v=15" title=":smiley:" class="emoji" alt=":smiley:" 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="76382" data-batch-url="/posts/batch_likers">
                        10
                      </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/hello-elixir-world-introductions-thread/71/256">Post #255</a>
	                </div>
	            </div>
              <div id="likers-container-76382" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="76382"
                     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 #255"></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/71/load_more?page=26">Load more posts (344 remaining)</a>
</div></template></turbo-stream>