logohahid

Blog (Page #1)

Completely Delete Objects From Versioned S3 Bucket

January 07, 2024
2 min read

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

February 20, 2023
6 min read

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

October 29, 2021
3 min read

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

September 22, 2021
3 min read

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

September 11, 2021
3 min read

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

August 24, 2021
2 min read

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