by Rezwanul Haque | Jul 29, 2021 | Programming & Development
Recently I was working on an open-source project on my current company where all requests come to the API gateway service then the gateway redirects the request to the appropriate service based on the URL pattern. Those who work with Gateway services know there are...
by Rezwanul Haque | Jun 28, 2021 | Personal, Programming & Development
When developing an application, we as software engineers face different types of architecture for building an application. Among them, Monoliths and Microservices are considered to be the latest trends. When designing an application, we can consider both, monolithic...
by Rezwanul Haque | Jun 7, 2021 | Personal, Programming & Development
Author: Eftakher Sazid Designation: Intern at Vivasoft LTD Javascript and its available incredible user-friendly frameworks make it very easy to make web applications. But as it runs only on the web and browsers, it is not possible to create a desktop application...
by Rezwanul Haque | Mar 23, 2021 | Programming & Development
Tags: #advance #topic #golang #goroutine #channels #workerpool #threadpool Often we end up with some work which is so time-consuming that if we’re able to assign, multiple person/worker, to do that job the execution time will reduce the time which will save a...
by Rezwanul Haque | Mar 18, 2021 | Data
When we start learning a new language, we try to find the purpose of the language first so that we can decide if we’re going to use that language in our project or not. So when starting with Go, it’s common that you’ll hear that **” it’s...