Weekly newsletter about leadership, technology, books and anything else we felt compelled to share with others
Year 1 - Edition 27
A Fistful of Links is a weekly newsletter about leadership, technology, books, and anything else we felt compelled to share with others, brought to you by Og Maciel and Mirek Długosz.
Matplotlib and Seaborn are some nice libraries in Python to create great looking plots. But these plots are all static and it’s hard to depict the change of data values in a dynamic and pleasingly looking way. How nice would it be if in you next presentation, video or social media post you can present development in the data by using a short video clip? And even better, you can still keep using Matplotlib, Seaborn or any other library that you like to use for your plots!
John Scalzi's latest novel, The Consuming Fire, is the second book in his new series about a human-created intergalactic empire. Below, the acclaimed author and Los Angeles Times critic at large names his six favorite examples of sci-fi worldbuilding.
What are the skills and techniques used by the best product teams at the best product companies to solve hard technology problems? I love this topic, and between the various risks (value, usability, feasibility, and viability), the various forms of prototypes for tackling these risks, and the many qualitative and quantitative techniques for testing these prototypes, there is so much to say.
In this blog we will create a basic Flask application and deploy this to the web using AWS Lambda. The application is a simple API that takes as input some user defined data and posts the output. The inputs will also be saved to a database using AWS RDS.
Our simple API will calculate the roots of a given quadratic equation. It will take as input three numerical values which represent the coefficients and calculate the values (if they exist). We will also add in a way to store a record of these values in a database.