Welcome to Your AI, ML & Python Programming Hub

  • How to deploy Flutter WebApp using Google Compute Engine

    This is a series of Google Cloud Platform study notes: Domain, SSL, and Google Site (#1) Host Flutter WebApp using Google AppEngine (#2) Deploy Flutter WebApp using Google Cloud Run (#3) Host Flutter WebApp using Google Compute Engine (#4) Google provides various web hosting options: Compute Engine, App Engine, Kubernetes, firebase, Cloud Run, and Cloud […]

  • How to deploy Flutter WebApp using Google Cloud Run

    This is a series of Google Cloud Platform study notes: Domain, SSL, and Google Site (#1) Host Flutter WebApp using Google AppEngine (#2) Deploy Flutter WebApp using Google Cloud Run (#3) Host Flutter WebApp using Google Compute Engine (#4) Google provides various web hosting options: Compute Engine, App Engine, Kubernetes, firebase, Cloud Run, and Cloud […]

  • How to make a Python Bot

    How to make a Python Bot

    I am going to show you what you need to do to create a Python bot of your own by giving you a general recipe that you can extend at your will. What is a Python Bot A Python bot is a script that runs 24/7 hours, without needing to sleep or rest, and can perform […]

  • Integrate GitLab with Google Kubernetes Engine in 5 steps

    Integrate GitLab with Google Kubernetes Engine in 5 steps

    GitLab offers integration with Google Kubernetes Cluster and Amazon Elastic Kubernetes Services. To follow this article, you need a Google Kubernetes Cluster and GitLab account. I am sure you can obtain a GitLab account if you haven’t got one, and I have you covered with creating a GKE cluster in this article: Deploy WebApp using […]

  • Develop for Kubernetes and WordPress with Skaffold

    Develop for Kubernetes and WordPress with Skaffold

    In this article, I am going to show you, how to create a WordPress Kubernetes application using Skaffold and Kustomize so you can start developing for WordPress with Kubernetes, in your local environment straight away. So What is Skaffold? And Kustomize? If you don’t know Skaffold yet, Skaffold is a command-line tool developed by Google […]

  • Designing for High Availability and Disaster Recovery in the Google Cloud Platform

    Designing for High Availability and Disaster Recovery in the Google Cloud Platform

    [et_pb_section admin_label=”section”] [et_pb_row admin_label=”row”] [et_pb_column type=”4_4″][et_pb_text admin_label=”Text”] By now we are all aware of the data center in Strasbourg, France that completely burned down. This data center was owned by OVH. OVH is Europe’s largest cloud computing and web hosting company with headquarters in France. Mind that, a modern datacenter is not supposed to burn down […]

  • How to create a 3D spinning donut with Python, Blender, and some Donut-shaped math

    How to create a 3D spinning donut with Python, Blender, and some Donut-shaped math

    If you have been sleeping under a donut… I mean rock, you will not have heard yet of the donut-shaped C code that can generate a 3D spinning donut, projected onto 2D using ASCII characters. And if spinning a donut with ASCII characters is not hard enough, and it clearly wasn’t for Andy Sloane, this […]

  • How to deploy Flutter WebApp using Google AppEngine

    This is a series of Google Cloud Platform study notes: Domain, SSL, and Google Site (#1) Host Flutter WebApp using Google AppEngine (#2) Deploy Flutter WebApp using Google Cloud Run (#3) Host Flutter WebApp using Google Compute Engine (#4) Google provides various web hosting options: Compute Engine with Virtual machine, App Engine, Container, firebase, and […]

  • How to install Minikube and Kubectl on Windows 10

    How to install Minikube and Kubectl on Windows 10

    You want to develop in your Windows PC for Kubernetes so you can test your web application locally before deploying it to a managed Kubernetes cluster like Amazon Elastic Kubernetes Engine or Google Kubernetes Engine. In that case, this is the guide for you. I will take through the steps so you can install Minikube […]

  • Flutter WebApp with GCP #1

    This is a series of Google Cloud Platform study notes: Domain, SSL, and Google Site (#1) Host Flutter WebApp using Google AppEngine (#2) Deploy Flutter WebApp using Google Cloud Run (#3) Host Flutter WebApp using Google Compute Engine (#4) I am going to use various tools from GCP and some might be overkill for a […]

Would you like to contribute with an article?