Upgrading my 2015 Retina Mac with NVMe M.2 SSD (PCIe 4.0): Boosting Performance…

My experience #upgrading a 2015 Retina #Mac from 256 GB to 1 TB storage using an #NVMe M.2 SSD with PCIe 4.0. Boosting #Performance... Up to 3x faster! #Reinstalling #MacOS #hardware

Logging into Elasticsearch using Serilog and logs in Kibana

I have been wanting to talk about this and other similar topics for a long time. Finally, today is de day, mainly because "someone reminded me that I've to do it !" So, let's start: 1. Add following NuGet dependencies: Serilog.AspNetCore Serilog.Sinks.Elasticsearch [Optional] Serilog.Enrichers.Environment Obviously if you are working with Serilog don't forget to also … Sigue leyendo Logging into Elasticsearch using Serilog and logs in Kibana

Unable to access dev.azure.com (git repo) via https. «Recv failure: Connection was reset»

Last few days after change my Internet provider I've been involve in an error witch was related with Push/Pull against my Azure DevOps Git repo (https://dev.azure.com). This errors was coming up from Visual Studio, Fork, Command Line, etc. Error: "fatal: unable to access 'https://dev.azure.com/xxx/xxx/_git/project-sample-1/': Recv failure: Connection was reset" But, Is that error due to … Sigue leyendo Unable to access dev.azure.com (git repo) via https. «Recv failure: Connection was reset»

[Tip] Publishing docker image when trimmed it

Yesterday was one of those days when I got around to upgrading some docker files after the web projects were migrated to DotNet 7. The thing was, I wanted to reduce the size of the docker image as much as possible and take advantage of some improvements since Net 5.0 was released. Although everything seemed … Sigue leyendo [Tip] Publishing docker image when trimmed it

Migrating Azure Database for PostgreSQL Single Server to Flexible Server

Estos días han sido de esos en los que tocaba tarea de migración y, bueno, que mejor forma de hacerla que tener seguro el proceso (previa POC) y, además, compartirlo. En este post quiero comentar los pasos que he seguido para la migración. En concreto, se trata de migrar de "Azure Database for PostgreSQL Single … Sigue leyendo Migrating Azure Database for PostgreSQL Single Server to Flexible Server

AspNet API Versioning + Swagger multi-version

Cuando tienes que versionar una API REST en AspNet, lo primero que piensas es en el Routing y en como construirlo adecuadamente para gestionar dicho versionado. De la misma manera, generar un Swagger que soporte cada una de estas nuevas versiones. Durante estos días he estado revisando este tema que hacia ya tiempo que no … Sigue leyendo AspNet API Versioning + Swagger multi-version

AspNet HealthChecking + UI for everything

Durantes estos días, comenzamos a mejorar algunos de nuestros sistema de heathcheck para las APIs DotNet. Es justo en este momento cuando me he decido a probar finalmente Xabaril HealthChecks. Sinceramente, me ha resultado mucho mas sencillo de lo que esperaba y, para no disponer de Prometheus o sistema similar (por el momento), considero que … Sigue leyendo AspNet HealthChecking + UI for everything

Un OnBoarding inesperado hacía NextChapter eCommerce !

El pasado 29 de agosto de 2022, comencé a trabajar en NextChapter eCommerce (multichannel, multivendor e-commerce platform). Han pasado ya tres semanas y he de decir que estoy bastante contento. La cultura, el trato, el calor/cariño recibido de todos y cada uno de los miembros que forman NextChapter, el trabajo del día a día (siempre … Sigue leyendo Un OnBoarding inesperado hacía NextChapter eCommerce !

¿Te estas preparando para el CKAD?

El pasado 17 de Julio de 2022, me presenté al CKAD (Certified Kubernetes Application Developer), por segunda vez. Al tener dos oportunidades, la primera fue una "bala gastada" en un intento de evitar invertir más tiempo de preparación. Eso si, he de decir que realmente el examen para nada me resulto difícil, si bien, ¿Porque … Sigue leyendo ¿Te estas preparando para el CKAD?