Month: April 2021

  • WordPress/Salesforce Integration – Web-to-Lead Form

    WordPress/Salesforce Integration – Web-to-Lead Form

    Salesforce Web-to-Lead-Form is a very simple, but very effective way to capture your Website visitors’ information and send it to your Salesforce account as a new lead. In this tutorial, I’ll show you how to do this. We will be using the most famous CMS (WordPress) and the most famous CRM (Salesforce) as an example. […]

  • Deployment and Testing Strategy

    +————————-+————-+————————+| Deployment Strategy | Instance | Blue/Green, Rolling |+=========================+=============+========================+| Testing Strategy | User | Canary, A/B, Shadow |+————————-+————-+————————+ Deployment Strategy 1. Blue/Green pattern Having two identical environments: V1 and V2, where both V1 and V2 are running, but only V1 has all traffic while V2 is in testing. V2 is released alongside V1, and traffic […]

  • 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 […]