Lasse Schultebraucks IT Consultant

Why Python is probably the programming language for dealing with Big Data

Python is a very amazing programming language and is very popular these days, so you have probably heard about Python already, you have tried it out or you use it even as your main programming language at work. Therefore I want to talk in this blog post why Python is the language (or at least one great language) when it comes to dealing and work... Read more

Short Introduction about Machine Learning

In this blog post, I want to give a short introduction about machine learning. I want to answer the questions what machine learning is, what problems machine learning faces and what machine learning algorithms are trying to solve. This will be just theoretical and should give a short introduction to the topic. I will talk about the definition of... Read more

Angular 2 Interaction Between Components

layout: post title: “Angular 2: Interaction between components” author: “Lasse Schultebraucks” comments: true In Angular 2 there are different way to communicate between components. If you use Angular 2 regularly it is very important to know multiple possibilities to do this and also when you use which way to get an interaction between your co... Read more

Android Firebase Authentication with Firebase UI

Many apps need safe, fast and easy user authentication to save user personal data. To achieve this, you do not have to build your own authentication system and you do not want to care much about backend. With Firebase Authentication you can write in some lines of code your whole authentication system for your app. Firebase is a product by Goog... Read more