<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
			<channel>
				<title>Shubham Biswas - Solver | Explorer | Builder</title>
				<description>Almanac of my programming universe</description>
				<link>https://shubhambiswas.com</link>
				<atom:link href="https://shubhambiswas.com/rss.xml" rel="self" type="application/rss+xml"/>
				
						<item>
							<title>Optimization: pools and slots you might need</title>
							<description>Object pooling and __slots__ - two Python optimization techniques that deliver 3-8x speedups when applied where they actually matter.</description>
							<link>https://shubhambiswas.com/optimization-pools-and-slots</link>
							<guid isPermaLink="true">https://shubhambiswas.com/optimization-pools-and-slots</guid>
							<pubDate>Mon, 04 May 2026 00:00:00 GMT</pubDate>
						</item>
					
						<item>
							<title>Free Threading — Python's way to "goroutines", not really.</title>
							<description>Free threading combined with asyncio brings true concurrency, the closest thing Python has to Go's concurrency model.</description>
							<link>https://shubhambiswas.com/subinterpreter-python's-goroutine-sortof</link>
							<guid isPermaLink="true">https://shubhambiswas.com/subinterpreter-python's-goroutine-sortof</guid>
							<pubDate>Sat, 25 Apr 2026 00:00:00 GMT</pubDate>
						</item>
					
						<item>
							<title>They don't know about golang stringer.</title>
							<description>The stringer command-line tool is the right and idiomatic way to generate human-readable enums in Go.</description>
							<link>https://shubhambiswas.com/they-dont-know-about-golang-stringer</link>
							<guid isPermaLink="true">https://shubhambiswas.com/they-dont-know-about-golang-stringer</guid>
							<pubDate>Sun, 26 Oct 2025 00:00:00 GMT</pubDate>
						</item>
					
						<item>
							<title>I like my logs - structured and correlated</title>
							<description>Opinion - logs should be structured and correlated for better observability of applications.</description>
							<link>https://shubhambiswas.com/i-like-my-logs-structured-and-correlated</link>
							<guid isPermaLink="true">https://shubhambiswas.com/i-like-my-logs-structured-and-correlated</guid>
							<pubDate>Mon, 02 Jun 2025 00:00:00 GMT</pubDate>
						</item>
					
						<item>
							<title>The art of benchmarking and profiling</title>
							<description>Understanding how benchmarking and profiling tools in golang can help us write more efficient software.</description>
							<link>https://shubhambiswas.com/the-art-of-benchmarking-and-profiling</link>
							<guid isPermaLink="true">https://shubhambiswas.com/the-art-of-benchmarking-and-profiling</guid>
							<pubDate>Wed, 07 May 2025 00:00:00 GMT</pubDate>
						</item>
					
						<item>
							<title>Hello World</title>
							<description>Hello from my finger tips!</description>
							<link>https://shubhambiswas.com/hello-world</link>
							<guid isPermaLink="true">https://shubhambiswas.com/hello-world</guid>
							<pubDate>Wed, 26 Mar 2025 00:00:00 GMT</pubDate>
						</item>
					
			</channel>
		</rss>