Burhanuddin Ahmed

Burhanuddin Ahmed @burhanahmeed

About: Seasoned software engineer building system from scratch. Open for Helping | Freelancing | Part-time | https://twitter.com/BurhannAhm

Location:
Southeast Asia
Joined:
May 2, 2020

Burhanuddin Ahmed
articles - 18 total

Rate Limit Handling: Using Randomized Delays with Cloud Tasks

As a developer, we often integrate with external API. There are a lot of consideration when working...

Learn More 0 0Apr 29

Building a Multi-Source AI Agent: Bridging Databases, APIs, and AI Models

We are experimenting to build a POC to generate chart raw data automatically from a datasource...

Learn More 2 0Feb 13

The Right Way to Do HMAC Authentication in ExpressJS

Authentication is the most important thing when building an API. There are many method to...

Learn More 2 0Jun 5 '24

Getting Started with Load Testing using Locust

What is Locust Locust is a load testing tool written in Python. The test script is also...

Learn More 3 0Mar 29 '24

Defining Custom Many-to-many Relationship in NestJS TypeORM.

If you are working using NestJS and using TypeORM for the database ORM, you might encounter some...

Learn More 13 1Dec 31 '23

A CRUD ExpressJS example, with React and Vue example usage

This post might be "just another ExpressJS example", but I hope it will be useful enough for the...

Learn More 0 0Oct 30 '23

Personal note: Dokerize Elixir App

After we have completed creating our Elixir CRUD app, now we want to wrap it into a container. We...

Learn More 0 0Sep 5 '23

Personal note: Build Elixir CRUD without Phoenix using MySQL and MongoDB

My personal note about learning Elixir. Finding learning resources for Elixir is not as easy as JS...

Learn More 0 0Aug 1 '23

Firebase: Applying Feature Flag using Remote Config

Firebase Remote Config is a powerful tool for app developers that allows them to easily modify the...

Learn More 8 2Dec 18 '22

Chapter 3: Dokerize Laravel App with Nginx and Postgres.

Postgres SQL It's time to set up our database in Docker. Because the app is relatively...

Learn More 5 0Nov 23 '22

Chapter 2: Dokerize Laravel App with Nginx and Postgres.

Nginx So previously we have set our app Dockerfile and docker-compose. Now we will set up...

Learn More 7 0Mar 27 '22

Chapter 1: Dokerize Laravel App with Nginx and Postgres.

I made this post as my notes that might be useful for me or anyone who reads this. By using docker...

Learn More 18 0Mar 27 '22

Optimizing MongoDB collection with 200 millions rows of data using indexing

Preface We have a MongoDB collection with almost 200 million rows. Basically, this...

Learn More 9 0Feb 13 '22

Create Nested Tree View with Only One Query.

I have struggled with some kind of multi level tree view maybe you too, usually the easiest way to...

Learn More 7 0Jan 6 '22

Personal notes: Gitlab CI CD in My Dirty Way

I was going to set up the Gitlab CI CD pipeline and also wanted to do database backup automatically...

Learn More 7 0Apr 9 '21

Deploying Vitepress to Github Pages

Yesterday (4 March 2021) I tried to deploy Vitepress to Github pages. I looked at the Vitepress docum...

Learn More 7 0Mar 5 '21

How I Make a Timezone Manipulation Time.ts in Deno

Deno just launched last May 2020, but the hype was already felt among JS / TS developers even before...

Learn More 9 1Jun 7 '20

Dynamic Rendering, A Simple Solution for SEO Problems on Single-page Application Website

When making a website, the goal of your website is to be visited by the user/customer, right? There...

Learn More 19 1May 10 '20