by Tahsin Siad | Mar 1, 2022 | Personal, Programming & Development |
Before starting we have to keep in mind that Javascript is not a class-based object-oriented language. Javascript is a prototype based language. Lets see the definition of Class based language and Prototype based Javascript. In the future, a blog will be written...
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 | 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...