In last weeks blog post I have talked about the template-driven form approach in Angular. Beside why using forms I have also explained how to use template driven forms in Angular, how to use validation in template driven forms and what the advantages and disadvantages are. In this weeks blog post I want to show you how to use reactive forms in A... Read more 29 Oct 2017 - 4 minute read
In Angular there existing two ways to create and use forms. To clear things up, I want to talk about both ways. In this post I want to talk about the Template-driven Form approach. In the next week blog post I will talk about Reactive Forms. Why using forms? You may ask yourself why should I use forms? If you are developing a Fronted applicat... Read more 22 Oct 2017 - 4 minute read
Testing in Software Development is essential. In this blog post I will demonstrate how Testing in Angular works by testing a service with Jasmine and Karma by build a simple Angular application. I also try to answer the question why and how to test. Why should you testing? There are several good reason to write tests for your application. ... Read more 07 Oct 2017 - 9 minute read
This blog post is part of a series, where I talk about concepts and algorithms in Machine Learning. In this part I want to talk about Overfitting and Underfitting, which are common problems in Machine Learning which lead to low pThis blog post is part of a series, where I talk about concepts and algorithms in Machine Learning.\nIn this part I w... Read more 02 Oct 2017 - 3 minute read
This blog post is part of a series, where I talk about concepts and algorithms in Machine Learning. In this part I want to talk about another popular algorithm, which is widely used for solving classification and regression problems. I am of course talking about Support Vector Machines (SVM). What does Support Vector Machines do? Support Vecto... Read more 22 Sep 2017 - 8 minute read