<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Guide on Lorbic</title><link>http://localhost:1313/categories/guide/</link><description>Recent content in Guide on Lorbic</description><generator>Hugo</generator><language>en</language><lastBuildDate>Fri, 10 Apr 2026 10:00:00 +0530</lastBuildDate><atom:link href="http://localhost:1313/categories/guide/index.xml" rel="self" type="application/rss+xml"/><item><title>Why Your Goroutines Need a Speed Limit: Bounded Concurrency in Go</title><link>http://localhost:1313/bounded-concurrency-in-go/</link><pubDate>Fri, 10 Apr 2026 10:00:00 +0530</pubDate><guid>http://localhost:1313/bounded-concurrency-in-go/</guid><description>&lt;p>&lt;strong>TL;DR:&lt;/strong> Spawning &lt;code>go func()&lt;/code> without a limiter is a recipe for system collapse. This guide details how to use &lt;strong>Semaphores&lt;/strong> and &lt;strong>Worker Pools&lt;/strong> to prioritize predictable stability over absolute speed, protecting downstream dependencies from the thundering herd.&lt;/p>
&lt;hr>
&lt;p>It&amp;rsquo;s a rite of passage for every Go developer. You receive a list of 10,000 URLs to fetch or 50,000 rows to process. You wrap the workload in an unbounded &lt;code>go func()&lt;/code> loop, achieving maximum throughput in milliseconds.&lt;/p></description></item><item><title>Learn Complete Linux Bash Scripting in One Article</title><link>http://localhost:1313/learn-complete-linux-bash-scripting-in-one-article/</link><pubDate>Tue, 04 May 2021 00:59:14 +0530</pubDate><guid>http://localhost:1313/learn-complete-linux-bash-scripting-in-one-article/</guid><description>&lt;p>&lt;img src="https://images.pexels.com/photos/745266/pexels-photo-745266.jpeg?auto=compress&amp;amp;cs=tinysrgb&amp;amp;dpr=2&amp;amp;h=650&amp;amp;w=940" alt="" loading="eager" decoding="async" fetchpriority="high" class="img-fluid" />
&amp;ndash; Photo by &lt;strong>&lt;a href="https://www.pexels.com/@osho?utm_content=attributionCopyText&amp;amp;utm_medium=referral&amp;amp;utm_source=pexels" target="_blank" rel="noopener noreferrer">Iván Rivero&lt;/a>&lt;/strong> from &lt;strong>&lt;a href="https://www.pexels.com/photo/tractor-with-trailer-under-cloudy-skies-during-day-745266/?utm_content=attributionCopyText&amp;amp;utm_medium=referral&amp;amp;utm_source=pexels" target="_blank" rel="noopener noreferrer">Pexels&lt;/a>&lt;/strong>&lt;/p>
&lt;p>In this article I&amp;rsquo;ll be discussing about linux bash scripting (shell scripting) and I will cover every fundamental concept that you need to get started with bash scripting under linux environment.&lt;br>
Bash scripting is a critical skill for every programmer.&lt;/p>
&lt;p>First of all you will need a &lt;strong>linux machine&lt;/strong> to execute these scripts.&lt;br>
You can use any of the below techniques to get a linux machine:&lt;/p></description></item></channel></rss>