Entrepreneurship, product management, design & software.

  • The Revenant

    Yesterday I finally had the chance to watch The Revenant. It was a really good movie: stunning landscapes and a vengeance-based plot. It’s not one of those movies you would watch again and again, but I really liked it

  • Salon du chocolat – Milan

    Salon du chocolat – Milan

    Today I went with Valeria to “Salon du chocolat”, an event about chocolate here in Milan. It was very informative: we talked with a lot of mâitre chocolatier and professionals. Fun fact: it was the first time we had the pleasure to enter as Press Staff, thanks to the terrific work Valeria is doing with […]

  • Front-end Developer Handbook by Cody Lindley

    If you are in front-end development you should definitely check out this handbook by Cody Lindley. It’s packed with useful knowledge!

  • Math and Life

    I loved reading this article about living a better life, doing Math

  • English tools for non-native speakers.

    English tools for non-native speakers.

    As many of you know, English is not my main language.1 There are a lot of apps for helping non-English writers but for my day to day writing I’m currently using four: Google Translate: it may sound obvious, but I couldn’t live without this app. Grammarly: I discovered it last year and I’ve used it […]

  • Hootsuite acquires AdEspresso

    Congratulations to all my friends! Read the story on AdEspresso blog

  • Have you launched something in January 2017?

    Have you launched something in January 2017?

    If not, you should definitely check this curated list by Product Hunt

  • Sort an array by object attribute in PHP

    One of those simple things that I keep forgetting. Suppose you have to sort a set of PHP objects, based on an attribute. To do this, you can implement the __toString method and use the SORT_STRING flag in the sort function: <?php class Car { private $_maker; public function __construct( $maker ) { $this->maker = $maker; […]

  • 10 challenges I’ve failed, and it’s not the end of the world

    10 challenges I’ve failed, and it’s not the end of the world

    “Why do we fall? So we can learn to pick ourselves up.” – Alfred

  • HTTP/2 learning afternoon

    I spent part of this afternoon reading about HTTP/2. If you’d like to learn more, I suggest you read these FAQs and watch this demo. Can’t wait to test this on some side-project!

Got any book recommendations?