by Faisal Islam | May 19, 2022 | Programming & Development, Technology |
Introduction During COVID-19 lockdown period in 2021, Bangladesh government was enforced citizen to take a pass before they move from one place to another. They created a website and that was very populated site on that time. But in developer sense we were thinking...
by Rezwanul Haque | Dec 30, 2021 | Data, Personal, Programming & Development, Technology |
Critical Severity Web Vulnerability When it comes to open-source projects there is a general assumption, as it’s an open-source project, many members(sometimes a lot) are watching and constantly reviewing this codebase so it should have fewer errors and...
by Rezwanul Haque | Dec 15, 2021 | Data, Personal, Technology |
Optimization techniques for fast query When we work on a specific problem, We first think of the solution for the worst-case scenario which leads to a brute force approach to solving the problem. This is OK most of the time, as we don’t get much time to think...
by Nayeem Iqubal | Sep 30, 2021 | 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...