Jose Angel Munoz

Jose Angel Munoz @imjoseangel

About: 👨🏽‍💻 Cloud-Ops Developer Engineer and Open Sourcerer. ♥ DevOps Culture, Python, Infrastructure and SRE. 모르겠다

Location:
Madrid, Spain, Europe, Earth
Joined:
Jul 11, 2017

Jose Angel Munoz
articles - 11 total

AI Agents for Engineers — Part I

I was about to write the typical AI Agent article, you know, talking about cool words like —...

Learn More 1 0Apr 2

We need more women

It is a fact that gender-diverse teams are more effective. Research has shown that they produce more...

Learn More 10 6Mar 21 '24

Kubernetes Pods Stuck in Terminating: A Resolution Guide

Do you know why a Pod takes too much time to get deleted or even hangs on the Terminating...

Learn More 11 4Jan 29 '23

What are your git aliases?

Introduction I've been requested multiple times about sharing my .gitconfig to copy my...

Learn More 77 52Sep 28 '22

The Path to Creative Deployments

Photo by Ian Schneider on Unsplash Note: The diagrams shown are in code (mermaid), like the...

Learn More 1 0Sep 25 '22

Tune up your Kubernetes Application Performance with a small DNS Configuration

Introduction One of the most common bottlenecks when communicating Kubernetes pods is DNS...

Learn More 22 7Sep 3 '22

Creating a blockchain in 60 lines of Python

When I read the document written by Phu Minh, I was curious about learning different concepts about...

Learn More 307 8Nov 5 '21

imjoseangel, and I support women devs in 2021 and beyond!

As an ally, I will call out gender bias and inequity by inspiring innovation, creativity, acknowledgm...

Learn More 3 0Mar 7 '21

From 100% to 0% CPU with memoization

I have followed the 30 first minutes of the freecodecamp training named Dynamic Programing for Beginn...

Learn More 23 3Dec 6 '20

The Urinal Algorithm. How I improved my Python and Go skills with this funny Algorithm

The first time I read about the Urinal Algorithm was in a Reddit post. In fact, the author called i...

Learn More 33 1Sep 23 '20

Release and Deploy Ansible Collection with GitHub Actions

For the next Ansible release, many plugins and modules have migrated to Collections on Ansible Galaxy. The Ansible 2.10 codebase contains a minimal number of modules and plugins and allows other collections to be installed. This post covers how to build and deploy your own collections automatically using GitHub actions.

Learn More 9 1Aug 9 '20