Tag: Link

  • Django 3.0 alpha1 released

    A major version bump, with the largest change being built in support for ASGI, the Asynchronous Server Gateway Interface, that previously could be included via channels. The biggest benefits ASGI offers over the traditional WSGI, is the possibility to build asynchronous operations in webapps, and leverage e.g. WebSockets to push information to the client. Here…

  • Wunderlist

    In 2015, it was big news to the Startup and VC scene, when Microsoft announced it would acquire Wunderlist. Back then, 6Wunderkinder was one of the most promising StartUps in the German Capital. The social media bubble immediately started debating the future of the product and whether Microsoft would spoil it or even shut it…

  • Doing the heavy lifting together

    Running products in large organisations is a challenging task. Sebastian Lindemann of Product Coalition shares a few thoughts on high impact team cooperation modes. How product teams can work together to maximize impact “Driving is easy if you are the only one the road“ … my driving instructor had many wise words to share. This…

  • Product Team FAQ

    Marty Cagan of the Silicon Valley Product Group published an article only yesterday, comparing Product and Feature Teams. Apparently, the article generated so much feedback that Marty found it worthwhile clarifying a few of his thoughts and collect the gist of the feedback he received. Every so often one of my articles seems to strike…

  • 10 Munich-based startups

    As one of the top technology hubs in Europe, Munich is an economic powerhouse, hosting the presence of international corporations, strong VC support, top universities and of course, the Oktoberfest. Many startups choose to make the city their headquarters each year – and here are 10 of the most promising Munich-based to watch in 2019.…

  • What We Can Learn from the Capital One Hack

    Earlier this week, it became public that Capital One was victim to a privacy leak, affecting more than 100 million of their customers. News revealed details about the source of the attack, that apparently an individual conducted and bragged about it publicly. Now, a few days later and more facts known, the always excellent Krebs…

  • Batman has a bad day.

    Batman has a bad day.

  • Unlock your product organization’s potential by defining “done”

    All too often, the task list for your teams shared project management tool shows items like “Create Workflow” or “Define Process”. Items that do resonate well in the flow of work and in the nexus of individuals. But they do fall short of allowing the rest of the organization to grasp the meaning and even…

  • Big O Notation Cheat-Sheet

    Quick Context: Big O Notation describes an execution limitation of a function, given an argument tends towards a particular value. In other words, smaller values describe better execution, typically in execution time.

  • Get started with Kubernetes (using Python)

    Jason Haley wrote a brief tutorial to get the Pythonista started with Kubernetes. Worth reading if you are new to the topic. So, you know you want to run your application in Kubernetes but don’t know where to start. Or maybe you’re getting started but still don’t know what you don’t know. In this blog…