La relación entre una Lambda de Python y los Simpsons

Pues, aparentemente, has leído bien. Hace aproximadamente un mes empecé un Bootcamp de Big Data y Machine Learning en Core Scool que está siendo una pasada (casi no se ha notado la publicidad). El caso es que en una de las clases se nos presentó el siguiente código cuando hablábamos…

Implementing key objects in Unity by a newbie. Part 2.

In the previous part, we built the foundations for implementing the key objects. In this post, we are going to finish that task developing the actionable by key specific object and testing everything we developed until now. In the first part, the last step was the 3, so here we…

Implementing key objects in Unity by a newbie. Part 1.

Hello everyone once again! Today I’m writing a post about Unity! I started developing using Unity just a few months ago, but despite having some experience in development, this is my first time with videogames. I believe that explaining each step while having zero experience myself might be interesting…

Building authentication for microservices using NestJS

Before all, the code used in this post can be found at: * Authentication microservice * Users microservice What is NestJS? If you already know it you can skip this part. NestJS is a framework for building Node.JS applications. It gives you lots of advantages and tools for making them scalable…