Month: December 2023
Learn Django over the weekend
Tutorial on creating a simple and user-friendly Django web app for beginner level.
Published on December 29, 2023
Posted in PythonLeave a Comment on Learn Django over the weekend
How to publish a PIP package?
Step-by-step process to create and publish a PIP package.
Published on December 24, 2023
Posted in PythonLeave a Comment on How to publish a PIP package?
A short note on Cloud Computing
In the simplest terms, cloud computing is the delivery of various services through the internet. This includes data storage, networking, servers, different software, databases, etc. In this post, I’ll explain what cloud computing is, its three primary services, and the deployment models of the cloud.
Published on December 18, 2023
Posted in ArticleLeave a Comment on A short note on Cloud Computing
What is my IP? A simple Flask project
This article shows you how you can create your own public IP address viewer using Flask.
Published on December 17, 2023
Posted in PythonLeave a Comment on What is my IP? A simple Flask project