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