Welcome to git hell. Make yourself a home.

Help me escape Git Hell

Stuck in Git hell? We’ve all been there. Luckily, commands exists to get us out.

April 20, 2025 · 425 words · Lino Layani
What happens when you type test.webiste.com in your browser ?

What happens when you type test.webiste.com in your browser ?

Let’s decompose a common interview question.

January 25, 2024 · 1228 words · Lino Layani
NodePort, ClusterIP, LoadBalancer: Which service to choose ?

NodePort, ClusterIP, LoadBalancer: Which service to choose ?

In Kubernetes, there are several different types of service that can be used to expose an application to external traffic.

September 21, 2023 · 350 words · Lino Layani
Implementing authentication and authorisation for a Kubernetes application — the easy way

Implementing authentication and authorization for a Kubernetes application — the easy way

Ever wanted to restrict access to your Kubernetes App to authenticated Google users without writing a single line of code in your application ? Fantastic ! That’s what we are going to learn today using OAuth2Proxy. First we will deploy nginx. It’s gonna represent the application we want to secure the access to. Then we will create a OAuth Client in Google API. Finally we will configure OAuth2Proxy to handle the authentication for us. Sounds great ? Let’s dive in ! ✨ ...

February 11, 2023 · 430 words · Lino Layani
What is a AWS profile and how it can make your life easier

What is a AWS profile and how it can make your life easier

AWS profiles are a convenient way to manage and use different sets of credentials and configuration settings in the AWS environment.

December 9, 2022 · 295 words · Lino Layani