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…