04 December 2022 Python Deploy Flask Docker image on AWS Lightsail Creating a flask application, its Docker image and deploying it to AWS Lightsail
22 October 2022 Python Dockerize a Flask application Creating a flask application and deploy it using Docker
01 September 2022 General How to share your local server with anyone using Ngrok Getting a secure, private public url for our local server
25 August 2022 Linux Installing Ubuntu on Windows 10 How to run a Linux environment on windows to run Linux commands
22 August 2022 General How to create a Telegram bot Create a Telegram bot to integrate within any application
30 May 2022 Python Playlist Generator - a web application using Flask Building a web application using Flask
13 October 2021 Python What is the use of Virtual Environments in Python projects? Virtual Environment is used to separate out the versions of packages.