Minhazul Hasan SohanDeploying Flask API on Microsoft IIS in WindowsIn a typical deployment, IIS serves as the web server, and WSGI handles the communication between IIS and your Flask application. This is…Aug 21Aug 21
Minhazul Hasan SohanPython — ListList in Python is more likely an array in other programming languages. It is used to store multiple items in a single variable. So we can…Apr 6, 2021Apr 6, 2021
Minhazul Hasan SohanWhat is Node JS??? Building Blocks & Architecture???Node.JSDec 22, 2020Dec 22, 2020
Minhazul Hasan SohanMost Common HTTP Request Methods — POST, GET, PUT, PATCH, and DELETE.POST, GET, PUT, PATCH, and DELETE are the most-commonly-used HTTP verbs. These correspond to the CRUD (create, read, update, and delete)…Dec 21, 2020Dec 21, 2020
Minhazul Hasan SohanWeb Server — Functionality & TypesWhat is a Web Server??? What does it do???Dec 20, 2020Dec 20, 2020
Minhazul Hasan SohanReact JS — Some Fundamental TopicsIn this article, I am going to discuss some fundamental concepts about React JS.Nov 5, 2020Nov 5, 2020
Minhazul Hasan SohanJavaScript Function (ES6)In the programming world, a function is a block of organized, reusable code that is used to perform a single, related action. We can…Nov 4, 2020Nov 4, 2020
Minhazul Hasan SohanJavaScript Event LoopWhat is JavaScript Event Loop??? — Well before describing this let’s just have a look at the piece of code.Nov 4, 2020Nov 4, 2020
Minhazul Hasan SohanAll About JavaScript ArrayArrays are among the oldest and most important data structures and are used by almost every program. In the JavaScript world, it’s more…Nov 4, 2020Nov 4, 2020
Minhazul Hasan SohanJavaScript Number & MathComputers work by processing and manipulating numbers. Most programming languages make a distinction between whole numbers and decimal…Nov 4, 2020Nov 4, 2020