Saqib Blog
  • Home
  • Contact
Saqib A.

Saqib A.

https://saqe.dev/author/saqib/
Simple Steps to Dockerize a python django web application
DevOps

Simple Steps to Dockerize a python django web application

Create a file named requirements.txt pip freeze > requirements.txt Create a file named Dockerfile A Dockerfile is like a blueprint for building docker image. Dockerfile # pull the official base image FROM python:3.8.3 # set work directory WORKDIR /usr/src/app # set environment variables ENV PYTHONDONTWRITEBYTECODE 1
11 Jul 2024 2 min read
Top 4 effective techniques for web scraping in 2024
Python

Top 4 effective techniques for web scraping in 2024

A complete guide 📃 on web scraping, its types and the processes involved.
01 May 2024 4 min read
What is Docker and how to use it?
Docker Featured

What is Docker and how to use it?

Docker is a software framework used for packaging, running, deploying and managing multiple apps on a server. Docker delivers OS-level virtualization to package a software called a container. It's an open-source and the most popular containerization platform.
22 May 2023 7 min read
How to deploy python WebApp (Django/Flask/FastAPI) on Heroku?
Cloud

How to deploy python WebApp (Django/Flask/FastAPI) on Heroku?

Steps to deploy your Python web app on Heroku effortlessly with the comprehensive guide including examples for seamless deployment.
14 May 2023 4 min read
Page 1 of 1
Saqib Blog © 2026
Powered by Ghost