AWS Lambda, hello world

I found some hours to dedicate to create my first Lambda function on AWS. I read a lot about it, but I had not opportunity to practice. I followed the easy way, which means I did the use case proposed by AWS: https://docs.aws.amazon.com/lambda/latest/dg/getting-started-create-function.html Conclusions: You have to understand very well how to manage the different … Read more

S&P chart

I love this type of visual charts that represent the numbers in a different way. This one from the analysis point of view is not useful, at least to me, but it’s a nice perspective to see how it goes. https://www.finviz.com/map.ashx Today, we have almost all green:

Jodi Oil

I found this web that publishes different data related to the oil production and their derivates. https://www.jodidata.org/oil/ You can download the data and prepare more detailed reports, or you can use the graph chart available to draw simple charts.

Spotify Engineering Culture

This couple of videos helped me to understand how agility can be implemented into complex software development environments. A lot of agility knowledge shared in these videos, and so many topics related to SAFe, Video #1, this is more technical oriented, you will find things as agility, squads, continuous deployment, how teams are organized, events… … Read more

SAFe Scaled Agile Framework

Time to learn, time to read, now working on a deal where the customer is implementing their own version of SAFe. There are a lot of documentation and intelligence on all of this, very interesting time learning about it. Something I do not like is that is a closed community, I understand that organizations need … Read more

Tradingeconomics.com

I was yesterday night navigating onto the different charts and data that are available in this web: https://tradingeconomics.com The purpose is to define a set of macro indicators that enable me to contrast macro trends into a sector, so I can advance in general terms the trend of the sector or identify a divergence. For instance, … Read more

Tarificanator

¿qué plan de electricidad me conviene más? Esta es una pregunta que muchos en España nos hacemos con el incremento progresivo de la tarifa de la luz. Han surgido mucha competencia con los cambios legislativos y esta solución es muy interesante para responder la pregunta y para entender las variables que influyen en el precio … Read more

The logic of the market

This book is an excellent way to learn how China transformed its economy from a rural and rudimentary model to a modern model dominated by technology. The author, Weiying Zhang look at the history with a different view that is worthy for the occidental reader.

Open-source Twitter Intelligence

I continue being curious about OSINT, and I found this project named Open-source Twitter Intelligence in GIT Hub . It’s a set of code that do scraping on Twitter without using Twitter’s API, allowing you to scrape a user’s followers, following, Tweets and more. Apparently Twitter’s API has some limits and this approach avoid them. It’s written in … Read more