2022-10-15

Setting up Apache Airflow using Docker-Compose

11 mins read Although being pretty late to the party (Airflow became an Apache Top-Level Project in 2019), I still had trouble finding […]
2022-07-30

A comprehensive tutorial on MLflow for MLOps: From experimentation to production

39 mins read After reading this post you will be able to: Understand how you and your Data Science teams can improve your […]
2022-06-14

Deploying and sharing Machine Learning projects easily using Gradio

7 mins read Students or Professionals from other streams, like business studies, practice and excel in data science. But when it comes to […]
2019-11-16

Deploy Django with Postgres, Nginx, and Gunicorn on Ubuntu 18.04

17 mins read Introduction Django is a powerful web framework that can help you get your Python application or website off the ground. […]
2019-11-06

What’s the difference between a proxy server and a reverse proxy server?

11 mins read What is a reverse proxy? A reverse proxy is a server that sits in front of web servers and forwards […]
2019-11-05

Deploying Django application to a production server

12 mins read If you have been developing your web application with Django on a development server and wondered, how I’m going to put […]
2019-11-04

Steps to Deploy Django with Postgres, Nginx, and Gunicorn on Ubuntu 18.04

6 mins read In this guide, I will go through all the steps to create a VPS, secure it and deploy a Django […]
2019-10-20

Install Elasticsearch 7 and Kibana on Ubuntu

2 mins read Use the following commands to install Elasticsearch itself: Next, edit the Elasticsearch configuration using vi: Uncomment the node.name line (in vi, use […]