Some stuff about Software Development

This is my personal site to talk about technology, that is also my work.

Your work is going to fill a large part of your life, and the only way to be truly satisfied is to do what you believe is great work. And the only way to do great work is to love what you do. If you haven’t found it yet, keep looking. Don’t settle. As with all matters of the heart, you’ll know when you find it.

(Steve Jobs)

Thoughts about Agile from a Software Developer

Thoughts about Agile from a Software Developer

In this post I'm trying to explain my point of view about applying Agile methods to software development

Kubernetes - CI/CD with Tekton & Argo CD

Kubernetes - CI/CD with Tekton & Argo CD

This post tries to be post about Kubernetes from the developer point of view, relating Kubernetes concepts with application development. As I always said, the important thing is adquiring knowledge about something and making it yours, In my case, the JARC way.

Kubernetes - The JARC way (I)

Kubernetes - The JARC way (I)

This post tries to be post about Kubernetes from the developer point of view, relating Kubernetes concepts with application development. As I always said, the important thing is adquiring knowledge about something and making it yours, In my case, the JARC way.

Thoughts about Microfrontends

Thoughts about Microfrontends

This post maybe is too long and I could write several posts but I considered a good option to write all I think about Microfrontend and MicroX architectures in just one post, like a book.

Docker in practice for dummies (II)

Docker in practice for dummies (II)

In the previous post we saw a starting point to work with Docker. We learnt how to pull an image and run it.

Docker in practice for dummies (I)

Docker in practice for dummies (I)

In this post I'm not going to talk about containers technology and differences between Docker and Virtual Machines I think that there is a lot of documentation about that.