Blog Archives: Blog (page 6)

Amazon Integrated Services (part 2)

Amazon Integrated Services (part 2)

In this article, I would like to give you a brief introduction to Kubernetes and how to deploy applications on it.

Continue Reading
Amazon Integrated Services (part 1)

Amazon Integrated Services (part 1)

In this article, I am going to start my overview of the Amazon Integrated Services trying to explain my understanding of the following services: Lambda

Continue Reading
Amazon Web Services (AWS) Introduction

Amazon Web Services (AWS) Introduction

This article is an introduction to the Amazon Web Services (AWS) platform. Read it to have a platform and its core services overview.

Continue Reading
How I use Kubernetes ConfigMaps to manage configurations

How I use Kubernetes ConfigMaps to manage configurations

In this article, I would like to explain how to manage application configuration in Kubernetes with ConfigMaps.

Continue Reading
Kubernetes Cluster IP vs NodePort vs LoadBalancer vs Ingress

Kubernetes Cluster IP vs NodePort vs LoadBalancer vs Ingress

Do you want to understand the difference between Cluster IP vs NodePort vs LoadBalancer vs Ingress? Read the following article to learn more.

Continue Reading
How to create your own Kubernetes cluster

How to create your own Kubernetes cluster

In this article, I want to explain how I run my applications on a Kubernetes cluster using a simple project I created based on Vagrant and VirtualBox.

Continue Reading
Android Input Management for Games

Android Input Management for Games

This is the twelfth article of the Android Game Programming series. Here, I would like to discuss how to manage user input on Android for our games.

Continue Reading