Blog (Page #1)
Completely Delete Objects From Versioned S3 Bucket
Recently, I was working on a feature where we needed to delete some files from S3. I followed some instructions from AWS SDK documentation and completed the feature... read the post
Release Electron App To GitHub Using Semantic Release And Electron Builder
I have been working on a personal desktop project (Deskaide) for about one year and finished some basic features recently. So I decided to publish an alpha version... read the post
Setting Up ESLint And Prettier In A Node Project
One of the best ways to make a codebase maintainable and consistent is to follow a proper code formatting and coding style. In a codebase with only one... read the post
How To Generate API Key And Secret To Protect API
I have used a lot of third-party APIs for the last four years. Most of them provided keys and secrets (API key/Client ID, API/Client secret) to access the... read the post
Load Google Analytics (Gtag) Efficiently In Gatsby Site
Working with the gatsby.js site and google analytics is a little bit tricky if you consider performance. With the latest lighthouse version (v6 and above), performance reduces a... read the post
Published My First Gatsby Theme
Recently I was planning to redesign my portfolio. I planned to make it minimal and focus on showcasing my open-source works and writings. As I was using gatsby... read the post