About the IDS I’m developing

I've been researching all summer, both in home automation with Python, zero trust architecture, distributed software and big data with Scala/Spark/Java, a cybersecurity project in which I discovered a, in my opinion, very serious flaw in YouTube and video providers, as it literally allows the exfiltration of confidential information from the attacked company by saving…

About a simple spring quartz app

I have uploaded a container with a micro service in dockerhub, the first one, you always have to start with one 🙂 . It's a microservice or more like a dumb test service that is in charge of consuming periodically, every 5 seconds, an api with the current bitcoin quote, the json is saved in an…

About microservices using choreography

Lately I'm on medical leave and while I'm recovering I'm learning about microservice architecture, the cool way to have a distributed service architecture that allows us to scale service instances to work properly in case we have a business of hundreds of thousands or billions of concurrent users, such as those who have Facebook, google,…