PinnedPublished inTDS ArchiveWriting Custom Django Database FunctionsThis post focuses on ways to customize Django database functions that provide more control in filtering queries with helpful examples.May 19, 2022May 19, 2022
PinnedPublished inTDS ArchiveParallelize Processing a Large AWS S3 FileProcess a large AWS S3 file (probably millions of records) into manageable chunks running in parallel using AWS S3 Select in minutesJan 22, 20191Jan 22, 20191
PinnedPublished inTDS ArchiveEfficiently Streaming a Large AWS S3 File via S3 SelectStream a large S3 file into manageable chunks without downloading the whole file locally using AWS S3 SelectApr 6, 2021Apr 6, 2021
PinnedFlask Boilerplate — Structuring Flask AppA flask boilerplate to quickly get started with production-grade flask application with pre-configured packages for ease of developmentAug 6, 2020Aug 6, 2020
Published inLevel Up CodingImplementing a Redis-Based Task Queue with Configurable ConcurrencyLearn how to build a lightweight, high-performance task queue using Redis.Jan 30Jan 30
Published inLevel Up CodingHandling Duplicates in BigQueryLearn how to efficiently eliminate duplicate rows in BigQuery and optimize your data analysis process.May 24, 2023May 24, 2023
Underrated Skills of a Senior Software EngineerSummarizing some of the underrated skills of a senior software engineer from an engineer’s perspectiveNov 15, 2022Nov 15, 2022
Creating Django models of an existing DBWanna create a Django project with the existing database? Let’s discuss the steps required to integrate Django with the existing database.Jul 24, 2019Jul 24, 2019