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 arfizur | Jul 1, 2021 | Data
1. Introduction: Business Problem 1.1. Exploring the best venues in Dhaka, the Capital of Bangladesh. Dhaka, the capital of Bangladesh. More than 19.5 million people live in Dhaka. It is the most densely populated city in the country spanning 306.38 square kilometers...
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...
by Rezwanul Haque | Mar 16, 2021 | Data
Sometimes interview questions come with some twist like Solve this problem without using any loops So today I will explain how to solve general input/output (i/o) with test cases problem where special rule defines as saying “Do not use any Loop statement”....
by Rezwanul Haque | Mar 16, 2021 | Data
What is a loop in a linked list A very common operation in a linked list is to traverse throughout the LinkedList. But when no null value is reached as traversing throughout the linked list, we call this as loops in a linked list. So to detect whether a LinkedList has...