by Nayeem Iqubal | Sep 30, 2021 | Data, Programming & Development, Technology
DocuSign is an online platform where people can send a document to others for signature electronically. Sometimes our application needs to know the status of a document (Envelope Status) and based on that we may want to do something in our integration. DocuSign...
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 Masum | Jun 17, 2021 | Personal, Programming & Development
Python, powerful and versatile as it is, lacks a few key capabilities out of the box. For one, Python provides no native mechanism for compiling a Python program into a standalone executable package. To be fair, the original use case for Python never called for...
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...