<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>2403tales</title><description>Day to day stories of a software engineer</description><link>https://2403tales.com/</link><item><title>Exporting MSSQL tables to CSV/JSON</title><link>https://2403tales.com/posts/exporting-mssql-tables-to-csvjson/</link><guid isPermaLink="true">https://2403tales.com/posts/exporting-mssql-tables-to-csvjson/</guid><description>MSSQL doesn&apos;t provides any straightforward CLI utilties to export data in common formats like CSV or JSON. To tackle this, I developed a script using polars library in Python.</description><pubDate>Wed, 20 Dec 2023 19:27:24 GMT</pubDate></item><item><title>JS Quirks: Sorting array of numbers</title><link>https://2403tales.com/posts/js-quirks-sorting-array-of-numbers/</link><guid isPermaLink="true">https://2403tales.com/posts/js-quirks-sorting-array-of-numbers/</guid><description>Sorting numbers in JS isn&apos;t as straightforward as you think. You&apos;ll have to explicitly pass a comparator.</description><pubDate>Sun, 22 Oct 2023 12:13:24 GMT</pubDate></item><item><title>Efficiently grouping SAM/BAM file by reference name using Awk</title><link>https://2403tales.com/posts/efficiently-grouping-sambam-file-by-reference-name-using-awk/</link><guid isPermaLink="true">https://2403tales.com/posts/efficiently-grouping-sambam-file-by-reference-name-using-awk/</guid><description>A simple Awk oneliner to group SAM/BAM contents by reference names (or other fields).</description><pubDate>Wed, 27 Sep 2023 12:13:24 GMT</pubDate></item><item><title>Libraries v/s Frameworks</title><link>https://2403tales.com/posts/libraries-vs-frameworks/</link><guid isPermaLink="true">https://2403tales.com/posts/libraries-vs-frameworks/</guid><description>An attempt to explain the difference between libraries and frameworks</description><pubDate>Wed, 27 Sep 2023 12:13:24 GMT</pubDate></item><item><title>The curious case of missing hyphens</title><link>https://2403tales.com/posts/the-curious-case-of-missing-hyphens/</link><guid isPermaLink="true">https://2403tales.com/posts/the-curious-case-of-missing-hyphens/</guid><description>Looks can be deceptive! This article discusses the bugs that arise due to different representations of similar looking symbols, and why do we need them in first place.</description><pubDate>Wed, 27 Sep 2023 12:13:24 GMT</pubDate></item><item><title>Chromedriver v/s Geckodriver</title><link>https://2403tales.com/posts/chromedriver-vs-geckodriver/</link><guid isPermaLink="true">https://2403tales.com/posts/chromedriver-vs-geckodriver/</guid><description>Managing PDF downloads with Geckodriver is easier than Chromedriver</description><pubDate>Fri, 11 Aug 2023 12:13:24 GMT</pubDate></item><item><title>Leveraging Encodings to speedup grep</title><link>https://2403tales.com/posts/leveraging-encodings-to-speedup-grep/</link><guid isPermaLink="true">https://2403tales.com/posts/leveraging-encodings-to-speedup-grep/</guid><description>A guide on how to use grep efficiently (if your data allows it)</description><pubDate>Wed, 22 Mar 2023 12:13:24 GMT</pubDate></item><item><title>Python functions on steroids</title><link>https://2403tales.com/posts/python-functions-on-steroids/</link><guid isPermaLink="true">https://2403tales.com/posts/python-functions-on-steroids/</guid><description>TIL that you can attach custom properties to a function in Python. I tried to explore its usecases.</description><pubDate>Thu, 22 Sep 2022 12:13:24 GMT</pubDate></item></channel></rss>