Here is an excellent book if you want to start coding smart contracts on ETH: It explains the core concepts to start coding smart contracts using truffle. What I like most is how it starts…
Polished Ruby Programming – I thought I knew ruby until I read this book
Polished Ruby Programming: Build better software with more intuitive, maintainable, scalable, and high-performance Ruby code. I’ve worked with a few languages over the last few years, and many people hear me saying “if you see…
Read more of Polished Ruby Programming – I thought I knew ruby until I read this book
Skin in the Game: Hidden Asymmetries in Daily Life
A few of my favourite quotes from this book: The curse of modernity is that we are increasingly populated by a class of people who are better at explaining than understanding, or better at explaining…
Read more of Skin in the Game: Hidden Asymmetries in Daily Life
AI Republic: Building the Nexus Between Humans and Intelligent Automation
Good and quick introduction about the impact of AI in our daily life and the challenges for our near future for business, education, etc.
The Simple Economics of ARTIFICIAL INTELLIGENCE
An excellent book to understand where AI makes a difference. A great starting point on the topic from a business point of View. https://www.predictionmachines.ai/
Competing in the Age of AI: Strategy and Leadership When Algorithms and Networks Run the World
Excellent book if you want to connect AI and business. A must read for anyone creating a company and how to handle the data layer.
Prevenir el declive (en la era de la Inteligencia Artificial)
Another book about AI but with the focus on how EU needs to have a deep reengineering about privacy regulations and startup philosophy and support.Example I: you need to pay too much money to lawyers…
Read more of Prevenir el declive (en la era de la Inteligencia Artificial)
The Truth Machine: The Blockchain and the Future of Everything
A good introduction to Blockchain. Not from a strict technical point of view but knowing the history helps to understand a few changes over time on this technology. https://dci.mit.edu/research/the-truth-machine-blockchain
K3S + MetalLB + Traefik v2
After a couple of days I got all working as I expected. This is the list of main tools I put together: K3S (Kubernetes lightweight implementation, best for IoT devises) MetalLB (load balancer handler) Traefik…
Kibana 7.8.0 on ARM64
I’ve found this repo with dockerfiles for ELK on ARM https://github.com/gagara/docker-elk-arm64 but after trying to use Kibana I got an error and I’ve update the docker file to use 7.8.0. Only three changes from the…