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


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

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>Thank you so much for he feedback, means a lot!</p>
<p>It’s not set in stone, and I’d often do it too. Part of the factor might be that Elixir is more verbose than Erlang, and bare bones GenServer with couple of callbacks is already quite long in terms of line numbers. Maybe I just don’t like long files <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="59067" 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/elixir-blog-posts/150/243">Post #242</a>
	                </div>
	            </div>
              <div id="likers-container-59067" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="59067"
                     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 #242"></div>
  </section>
</div>
    <div class="postbit" id="59237" data-post-id="59237">
  <section>
    <div class="post-wrap">


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

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>A quick TIL in a few more words than expected <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"><br>
<a href="https://medium.com/@lostkobrakai/phoenix-contexts-and-ecto-abstract-tables-e6b4de93edf" class="onebox" target="_blank" rel="noopener nofollow">https://medium.com/@lostkobrakai/phoenix-contexts-and-ecto-abstract-tables-e6b4de93edf</a></p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="59237" 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/elixir-blog-posts/150/244">Post #243</a>
	                </div>
	            </div>
              <div id="likers-container-59237" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="59237"
                     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 #243"></div>
  </section>
</div>
    <div class="postbit" id="59321" data-post-id="59321">
  <section>
    <div class="post-wrap">


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

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>Stumbled across this (i.e. I haven’t actually read it):</p>
<blockquote>
<p>##<a class="hashtag-cooked" href="/tag/full-stack/2760" data-type="tag" data-slug="full-stack" data-id="2760" data-style-type="icon" data-icon="tag" rel="nofollow"><span class="hashtag-icon-placeholder"><svg class="fa d-icon d-icon-square-full svg-icon svg-node"><use href="#square-full"></use></svg></span><span>full-stack</span></a> React With Phoenix (1.2.4)</p>
</blockquote>
<ul>
<li><a href="https://medium.com/coding-artist/full-stack-react-with-phoenix-chapter-1-why-bother-d3c4a38846cf" rel="noopener nofollow ugc">Chapter 1: Why Bother?</a></li>
<li><a href="https://medium.com/coding-artist/full-stack-react-with-phoenix-chapter-2-learning-the-basics-of-elixir-f9010fac8c59" rel="noopener nofollow ugc">Chapter 2: Learning the Basics of Elixir</a></li>
<li><a href="https://medium.com/coding-artist/full-stack-react-with-phoenix-chapter-3-introduction-to-phoenix-9058de1ff5d4" rel="noopener nofollow ugc">Chapter 3: Introduction to Phoenix</a></li>
<li><a href="https://medium.com/coding-artist/full-stack-react-with-phoenix-chapter-4-implementing-react-716979133669" rel="noopener nofollow ugc">Chapter 4: Implementing React</a></li>
<li><a href="https://medium.com/coding-artist/full-stack-react-with-phoenix-chapter-5-working-with-postgresql-83ec4f3286b2" rel="noopener nofollow ugc">Chapter 5: Working With PostgreSQL</a></li>
<li><a href="https://medium.com/coding-artist/full-stack-react-with-phoenix-chapter-6-creating-a-postgresql-api-service-9f2775161d3f" rel="noopener nofollow ugc">Chapter 6: Creating a PostgreSQL API Service</a></li>
<li><a href="https://medium.com/coding-artist/full-stack-react-with-phoenix-chapter-7-crud-operations-79d4e5af9a0d" rel="noopener nofollow ugc">Chapter 7: CRUD Operations</a></li>
<li><a href="https://medium.com/coding-artist/full-stack-react-with-phoenix-chapter-8-user-authentication-fb1ff48a5e51" rel="noopener nofollow ugc">Chapter 8: User Authentication</a></li>
<li><a href="https://medium.com/coding-artist/full-stack-react-with-phoenix-chapter-9-channels-245a24647e84" rel="noopener nofollow ugc">Chapter 9: Channels</a></li>
<li><a href="https://medium.com/coding-artist/full-stack-react-with-phoenix-chapter-10-moving-forward-69303b6b75b0" rel="noopener nofollow ugc">Chapter 10: Moving Forward</a></li>
</ul> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="59321" data-batch-url="/posts/batch_likers">
                        6
                      </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/elixir-blog-posts/150/245">Post #244</a>
	                </div>
	            </div>
              <div id="likers-container-59321" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="59321"
                     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 #244"></div>
  </section>
</div>
    <div class="postbit" id="61120" data-post-id="61120">
  <section>
    <div class="post-wrap">


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

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>Here’s a short and simple post on recursively using <code>URI.parse</code> to <a href="http://www.east5th.co/blog/2017/11/20/fleshing-out-urls-with-elixir/" rel="noopener nofollow ugc">flesh out a partially specified URL</a>. I recently used this in a small side project to build a fully-qualified URL which was needed by the web crawler I wrote in <a href="https://forum.elixirforum.com/t/elixir-blog-posts/150/221" rel="nofollow">a previous post</a>.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="61120" 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/elixir-blog-posts/150/246">Post #245</a>
	                </div>
	            </div>
              <div id="likers-container-61120" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="61120"
                     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 #245"></div>
  </section>
</div>
    <div class="postbit" id="61282" data-post-id="61282">
  <section>
    <div class="post-wrap">


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

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p><span class="hashtag-raw">#The</span> Secret Behind Elixir Operator Re-Definitions: + to -</p>
<p><a href="https://medium.com/blackode/the-secret-behind-elixir-operator-overriding-to-a564fd6c0dd6" class="onebox" target="_blank" rel="noopener nofollow ugc">https://medium.com/blackode/the-secret-behind-elixir-operator-overriding-to-a564fd6c0dd6</a></p>
<p>This article comprises things like creating new definitions for existing operators.</p>
<p><a href="https://medium.com/blackode/the-secret-behind-elixir-operator-overriding-to-a564fd6c0dd6" rel="noopener nofollow ugc"><img src="https://forum.elixirforum.com/uploads/default/original/2X/e/e7bff9c2097b2ddb19b9d0d45f903633bee87c8d.jpeg" alt="" width="690" height="450"></a></p>
<h1><a name="p-61282-extra-cheese-1" class="anchor" href="#p-61282-extra-cheese-1" aria-label="Heading link" rel="nofollow"></a>Extra Cheese</h1>
<ol>
<li>Live Demo with Explanation</li>
<li>Humour Touch</li>
<li>Screen Shots</li>
</ol> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="61282" 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/elixir-blog-posts/150/247">Post #246</a>
	                </div>
	            </div>
              <div id="likers-container-61282" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="61282"
                     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="61732" data-post-id="61732">
  <section>
    <div class="post-wrap">


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

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>Hey all,</p>
<p>I was inspired by this year’s Advent of Code to dig deeper into the <code>Stream</code> module. That digging lead to writing an article that explores using <code>Stream.iterate/2</code>, <code>Stream.unfold/2</code>, and <code>Stream.resource/3</code> to generate enumerable streams with Elixir.</p>
<p><a href="http://www.east5th.co/blog/2017/12/11/generating-sequences-with-elixir-streams/" rel="noopener nofollow ugc">Check it out</a>, and let me know what you think!</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="61732" data-batch-url="/posts/batch_likers">
                        4
                      </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/elixir-blog-posts/150/248">Post #247</a>
	                </div>
	            </div>
              <div id="likers-container-61732" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="61732"
                     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="62619" data-post-id="62619">
  <section>
    <div class="post-wrap">


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

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>Hey all,</p>
<p>I’ve just published a blog post on how I approach testing in Elixir:<br>
<a href="https://medium.com/onfido-tech/the-not-so-magic-tricks-of-testing-in-elixir-1-2-89bfcf252321" class="onebox" target="_blank" rel="noopener nofollow ugc">https://medium.com/onfido-tech/the-not-so-magic-tricks-of-testing-in-elixir-1-2-89bfcf252321</a></p>
<p>Any feedback is greatly appreciated <img src="https://forum.elixirforum.com/images/emoji/apple/wink.png?v=15" title=":wink:" class="emoji" alt=":wink:" loading="lazy" width="20" height="20"></p>
<p>Cheers</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="62619" 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/elixir-blog-posts/150/249">Post #248</a>
	                </div>
	            </div>
              <div id="likers-container-62619" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="62619"
                     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="62683" data-post-id="62683">
  <section>
    <div class="post-wrap">


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

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>Hi all,</p>
<p>When learning a new language, one can come face to face with impostor syndrome. The chances are even more when you’re learning the new language alone.</p>
<p>Recently, <strong>I wrote an article</strong> that talks about a journey that started with an intention to <strong>better understand some of the concepts in Elixir via learning by doing and it takes one through the roadblocks I faced</strong> along the way and how I <strong>found ways of getting unstuck</strong> that lead me to reflect about things beyond Impostor Syndrome and how <strong>the overall learning experience helped me to be a better programmer in general</strong>.</p>
<p><strong>This blog also highlights how one can find collaborative ways of learning</strong>, leaving you with the realisation that there are more exciting ways of learning a new language even when you’re actually learning it by yourself. I bumped into roadblocks while solving the <a href="http://exercism.io/tracks/elixir/exercises/sublist" rel="noopener nofollow ugc">Sublist</a> exercise on <a href="http://exercism.io/" rel="noopener nofollow ugc">Exercism</a>.io and this blog talks about how I found work arounds to <strong>overcome those roadblocks by reading the conversations around other’s solution of the same problem on Exercism</strong> and <strong>how that led me to the realisation that my learning was still collaborative and fun!</strong>.</p>
<p>The article that talks about this journey in more detail - <a href="https://codeburst.io/the-journey-of-solving-an-elixir-exercise-on-exercism-and-how-that-led-me-to-look-beyond-the-98fb9d7ae298" rel="noopener nofollow ugc">https://codeburst.io/the-journey-of-solving-an-elixir-exercise-on-exercism-and-how-that-led-me-to-look-beyond-the-98fb9d7ae298</a></p>
<p>Any feedback is greatly appreciated <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>Thank you for your time.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="62683" data-batch-url="/posts/batch_likers">
                        1
                      </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/elixir-blog-posts/150/250">Post #249</a>
	                </div>
	            </div>
              <div id="likers-container-62683" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="62683"
                     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="62748" data-post-id="62748">
  <section>
    <div class="post-wrap">


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

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>Hi colleagues!<br>
I’ve just published a post:<br>
<a href="https://medium.com/matic-insurance/designing-scalable-application-with-elixir-from-umbrella-project-to-distributed-system-42f28c7e62f1" rel="noopener nofollow ugc">Designing scalable application with Elixir: from umbrella project to distributed system</a><br>
I hope it helps you to write better Elixir code!</p>
<p>Look forward to hearing your feedback!</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="62748" 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/elixir-blog-posts/150/251">Post #250</a>
	                </div>
	            </div>
              <div id="likers-container-62748" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="62748"
                     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="62769" data-post-id="62769">
  <section>
    <div class="post-wrap">


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

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>I found fairly interesting article about binaries in Elixir. It contains a lot of details and examples, so I do recommend: <a href="https://medium.com/@mentels/a-short-guide-to-refc-binaries-f13f9029f6e2" rel="noopener nofollow ugc">https://medium.com/@mentels/a-short-guide-to-refc-binaries-f13f9029f6e2</a></p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="62769" 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/elixir-blog-posts/150/252">Post #251</a>
	                </div>
	            </div>
              <div id="likers-container-62769" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="62769"
                     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>
</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/150/load_more?page=24">Load more posts (992 remaining)</a>
</div></template></turbo-stream>