Editors' Pick

Popular Post

Recent Posts

post-thumb

Kotlin Inline classes

Kotlin logo

Introduction

Any C++ developer knows about inline functions. Kotlin tries to provide a similar concept to classes. The following post explains the basic idea behind inline classes by providing code examples. We first start by defining what an inline class is.

Read more Details
post-thumb

An Open Source history

Introduction

“Linux is a cancer”, “Open source sofware is not sure and not secured”… Nowadays these affirmations sound weird, but a decade ago we could hear that kind of affirmations by some people working in IT. Currently, Open Source is everywhere, not only in software. This article is the first part of a series dedicated to Open Source’s world. In this first article we will cover the history from the beginning up to the mass market deployment.

Read more Details
post-thumb

Anomaly detection for predictive monitoring

Introduction

Monitoring, the practice of observing systems and determining if they are healthy, is hard and getting harder. There are many reasons for this: we are managing many more systems (servers and applications or services) and much more data than ever before, and we are monitoring them in higher resolution: it is not only possible but desirable to monitor practically everything we can, so we are also monitoring many more signals from these systems than we used to.

Read more Details