Make Your Own API Gateway with NGINX and Proper Auth ValidationMicroservices are a common trend in our software industry right now. Whenever the topic of “scalability” arises, microservices come to mind…Feb 23, 20241Feb 23, 20241
Creating Sequential and Padded Invoice IDs with SQLIn one of my recent client projects there is a requirement for creating invoice_id as it should be readable from the user and easily…Jun 10, 2023Jun 10, 2023
Separate your worker process in your Go applicationGolang has an awesome feature called Goroutine AKA known as a lightweight thread managed by Go runtime. But most of the time use this for…Mar 10, 2023Mar 10, 2023
[Challenge]: PHP gRPC server and communicate with the Golang gRPC clientMaking a simple gRPC server with php and communicate with a golang clientJul 9, 20221Jul 9, 20221
How I containerize the Golang project for web development 😀Golang is a very efficient language for web development. But there are some problems I always faced when comes to web development…Apr 2, 2022Apr 2, 2022
Build a Laravel Docker Image with Supervisor and run parallellyWe are all familiar with docker and its services. Can't describe how beautiful it can manage images and containers. By using docker image…Nov 14, 20213Nov 14, 20213
Make 100+ SMS Marketing using only 6 BDT!Surely this app will bring small business into next level. Free to use, Light weight and completely AD free.Sep 11, 2021Sep 11, 2021
Postman collection to Html documentation with GitLab ci/cd and life is beautifulIn every software organization, there has one most boring and the most frustrating part is to make proper documentation of API so that…Jan 4, 2021Jan 4, 2021
[Docker Container] Failed to install apt package inside container?Docker is a great tool for virtual development. Its like a virtual machine but not like virtual machine. Its means its create an isolated…Apr 28, 2020Apr 28, 2020