

Recent Posts

Hybrid Cloud and Application Modernization with Google Anthos
Does it seem like a dream to you to deploy your application with a single command? Wouldn’t you like to jump on the Kubernetes train...>>
Sep 25, 2020 | 4 min read | Anthos

Deploy Your Application Directly From GitLab CI to Google Kubernetes Engine (GKE)
We’ll create a Gitlab CI/CD pipeline that uses a Gitlab CI Runner to automate the deploy...>>
Sep 8, 2020 | 4 min read | DevOps

On Margaret Hamilton, Apollo 11, and Software Engineering
Let’s take a look at the story of the woman who led a legendary engineering success that changed the world’s future and coined...>>
Sep 3, 2020 | 7 min read | History of Development

What's New in Flutter Animations
Flutter team announced an exciting new animations package in recent months. This package includes animations created using...>>
Aug 17, 2020 | 6 min read | Flutter

Django Stripe Integration using dj-stripe
I had the opportunity to examine dj-stripe while researching which payment libraries are used in Django...>>
Jul 2, 2020 | 5 min read | Django

How I got prepared for the GCP - Professional Cloud Architect Exam
In this blog post, I tell about my preparation process for the Google Cloud Platform (GCP) – Professional Cloud Architect exam...>>
Jun 15, 2020 | 7 min read | Cloud

Inspiring Quotes for Software Developers
Since 2018, we have been sharing on social media the quotes we consider to be wise and still applicable...>>
Jun 12, 2020 | 66 min read | Programming

Deploying a Kubernetes cluster on OpenStack with Kubespray
This blog post walks you through deploying a Kubernetes cluster on OpenStack with Kubespray. In this example...>>
Jan 28, 2020 | 5 min read | Cloud

Provisioning a private environment with Terraform on OpenStack
This blog post walks you through managing your OpenStack environment with Terraform. Terraform is a quite powerful...>>
Jan 16, 2020 | 4 min read | Cloud

How I got 5 Google Cloud certificates in 3 months
In this blog post, I explain how I got 5 different Google Cloud certificates in 3 months...>>
Oct 14, 2019 | 5 min read | Cloud

Machine Learning, E-Commerce and Implementation Examples
One of the significant benefits of machine learning for e-commerce is that it facilitates providing ...>>
Sep 12, 2019 | 13 min read | AI and ML

PostgreSQL Write-Ahead Logging (WAL) Mechanism
Write-Ahead Logging (WAL) is the standard method used to ensure data integrity...>>
May 14, 2019 | 3 min read | Database
Popular Posts

Inspiring Quotes for Software Developers
Jun 12, 2020 | Programming
Web Scraping Automation with Google Cloud Services
Nov 30, 2023 | Cloud
The Language of the Changing World: VUCA and BANI
Jun 28, 2022 | Digital Marketing
K3S Kubernetes Cluster Setup with K3D
Jul 13, 2021 | DevOps
Components of OpenStack
Dec 7, 2017 | Cloud
Why We Switched from Icinga to Zabbix
Sep 16, 2014 | Open Source
Data Visualization with Looker: A Step-by-Step Guide
Dec 5, 2023 | Cloud
Django Stripe Integration using dj-stripe
Jul 2, 2020 | Django
Deploy Your Application Directly From GitLab CI to Google Kubernetes Engine (GKE)
Sep 8, 2020 | DevOps
Pub/Sub Pattern in Golang
Apr 7, 2023 | Golang