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 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...