Published inDev GeniusA simple way to develop Chrome extensions using ReactChrome extensions are a useful way to enhance browser functionality. Depending on the use cases, it can observe browser events, modify web…Jan 19Jan 19
Published inDev GeniusEfficient Background Job Processing with Docker, Python FastAPI, and Redis Queue (with an example)In the previous post, I shared an introduction of using Python RQ to process long-running jobs. In real-life scenarios, you may want to…Apr 30, 20232Apr 30, 20232
Published inDev GeniusA quick introduction to Redis Queue (RQ) to process long-running jobsWhen building an application, there are times when you need to submit a long-running job to the backend and compute the results before…Feb 7, 20231Feb 7, 20231
Plans and things to do/learn in 2023Happy new year to all of you who are reading my Medium post(s). 😊 When I first started writing on Medium, I wanted to share my personal…Jan 3, 2023Jan 3, 2023
Published inGeek CulturePython Multiprocessing with output to filePython multiprocessing module comes into mind whenever we can split a big problem into multiple smaller chunks and run them in parallel…Nov 21, 20222Nov 21, 20222
Published inGeek Culture2 easy ways to read Google Sheets data using Pythontl;dr Using pandas to read public Google Sheet, or gspread with Google Service Account to read/write to accessible docSep 3, 20224Sep 3, 20224
Published inGeek CultureFun with other Javascript Console methodsAs a Javascript developer, you probably wouldn’t be feeling foreign about the usage of console.log. It’s commonly used to output quick…May 27, 2022May 27, 2022
Published inGeek Culture2nd Generation Google Cloud FunctionGoogle Cloud recently announced 2nd gen Cloud Function which added a couple of nice features to support a new set of use cases. All these…Apr 24, 20221Apr 24, 20221
Published inGeek Culture5 VSCode extensions/tricks to speed up React/Nextjs development workflowIf you are using Visual Studio Code, there are a couple of extensions and tricks that I think can significantly improve development time…Jan 21, 2022Jan 21, 2022
Published inGeek CultureCreating and using custom React Hooks to promote reusability of logicsReact Hooks are being introduced since React 16.8. Codes that use Hooks are generally more readable and much shorter compare to the Classes…Dec 2, 20211Dec 2, 20211