Today a Writer.
Tomorrow a Leader.
Give maximum visibility to reading by putting the writing in the foreground. Back to minimalism is both trendy and relaxing.
Freshly Published
Topics you love
Python Flask framework
< 1 mn read Flask is a popular microweb framework for Python. It is a lightweight framework that provides the basic building blocks for creating web applications in Python. Flask is designed to be
Resizing image using python
2 mn read Resizing images is a common task in computer vision and image processing applications. In Python, there are several libraries and modules that can be used to resize images, such as OpenCV, Pillow, and scikit-image. In this article, we will focus on using the Pillow library to resize images in Python.The Pillow library is a popular […]
Application Vulnurability, issues and solution
2 mn read An application vulnerability is a weakness or flaw in a software application that can be exploited by a malicious actor to compromise the security of the application or the data it processes. Application vulnerabilities can arise from a variety of causes, such as poor coding practices, inadequate input validation, or the use of insecure libraries or frameworks.
Why you should consider cloud services for application hosting
2 mn read Hosting your application on the cloud can provide a number of benefits, including increased scalability, reliability, and security. One of the key advantages of hosting your application on the cloud is increased scalability. Because cloud hosting services can provide virtually limitless computing power and storage capacity, you can easily scale your application up or down […]
Hosting WordPress website on Microsoft Azure
2 mn read To host WordPress on Azure, you can use the Azure App Service. The Azure App Service is a fully managed platform for building, deploying, and scaling web applications and APIs. It includes support for PHP, so you can easily host WordPress on Azure using the App Service.
How to setup a Python Flask application on Microsoft Azure
3 mn read What is Flask? Flask is a Python framework for web development. When creating complex and large sites that are backend-heavy, you will want to use a backend framework. Currently, the 2 Python frameworks that are the most useful to learn are Flask and Django. Flask being a lightweight framework can be used to quickly set […]
Python Flask framework
< 1 mn read Flask is a popular microweb framework for Python. It is a lightweight framework that provides the basic building blocks for creating web applications in Python. Flask is designed to be
Resizing image using python
2 mn read Resizing images is a common task in computer vision and image processing applications. In Python, there are several libraries and modules that can be used to resize images, such as OpenCV, Pillow, and scikit-image. In this article, we will focus on using the Pillow library to resize images in Python.The Pillow library is a popular […]
Application Vulnurability, issues and solution
2 mn read An application vulnerability is a weakness or flaw in a software application that can be exploited by a malicious actor to compromise the security of the application or the data it processes. Application vulnerabilities can arise from a variety of causes, such as poor coding practices, inadequate input validation, or the use of insecure libraries or frameworks.
Why you should consider cloud services for application hosting
2 mn read Hosting your application on the cloud can provide a number of benefits, including increased scalability, reliability, and security. One of the key advantages of hosting your application on the cloud is increased scalability. Because cloud hosting services can provide virtually limitless computing power and storage capacity, you can easily scale your application up or down […]
Hosting WordPress website on Microsoft Azure
2 mn read To host WordPress on Azure, you can use the Azure App Service. The Azure App Service is a fully managed platform for building, deploying, and scaling web applications and APIs. It includes support for PHP, so you can easily host WordPress on Azure using the App Service.
How to setup a Python Flask application on Microsoft Azure
3 mn read What is Flask? Flask is a Python framework for web development. When creating complex and large sites that are backend-heavy, you will want to use a backend framework. Currently, the 2 Python frameworks that are the most useful to learn are Flask and Django. Flask being a lightweight framework can be used to quickly set […]