Posts
Aiko Klostermann
Cancel

Posts


The most productive shell commands and command line tricks

When developing software, no matter what technology you are working with there is no way around using the command line when you want to be a productive developer. This a list of my favorite and mo...

[Talk] Artificial Intelligence? - more like Artificial Stupidity!

Abstract: Nowadays “Artificial Intelligence” is everywhere! And rightly so, it does enable us to do really cool things, things we couldn’t even imagine doing just a decade ago. In fact, it somet...

Analysing IMDB TV series data aka How Wesley Crusher affects Star Trek episode ratings

Have you ever wondered how much influence a single actor has on the rating of a TV show’s episodes? This article will showcase you that you can analyse data from the internet movie database(IMDb) f...

The origin of Smoke Testing and the confusion it can cause

You know what smoke testing is, right? Yes! Great, I also thought I knew, as did a colleague of mine. The problem: each of us had a different interpretation of the meaning. As mentioned in my arti...

[Talk] Consumer Driven Software Development

Abstract: Not another one of these * Driven Development, you say? This one is different, I promise! Writing good Software is difficult! It is mentally exhausting! Programmers need to make dec...

An ML showdown in search of the best tool (2019)

Ever burgeoning digital data combined with impressive research has lead to a rising interest in Machine Learning or ML, which has further powered a vibrant ecosystem of technologies, frameworks, an...

Implementations of Artificial Intelligence in 2019 featured in FinTech News and Data Quest India

FinTech News and Data Quest India featured me and my predictions for artificial intelligence in 2019. Check out there websites or read the quote here: 2018 can easily be called the ‘Year of the...

[Talk] Machine Learning Landscape Today (2019)

Abstract: When you have a data centric problem to solve and you look for a technology to support you with this: The machine intelligence landscape can be overwhelming. I analysed the landscape u...

Code Coverage - The metric that can make your tests worse

There are a lot of issues with code coverage: Eloquently summed up by Stackoverflow.com user Mark Simpson: Code coverage tells you what you definitely haven’t tested, not what you have. Jus...

Visualising and Prioritizing Technical Debt

Whether we know it or not, we probably have technical debt in our codebase! And the longer we keep it, the more problems it creates. So let’s get rid of it. But where do we start? So, what is te...