Lasse Schultebraucks IT Consultant

Don't Think Technology orientated - Think Solution orientated

A problem I always had and I think every developer has is that the amount of diverse and interesting technologies out there is huge. It is BIG and you could literally jump from one to the other every day. Yesterday I had a very interesting conversation with a senior developer. We talked about different things among others about technologies and... Read more

I abstained from caffeine for six months

From mid march to mid september this year I abstained from caffeine. So a total period of 6 months or 26 weeks or 180 days of abstinence from all kind of Coffee, Black Tea, Cola or Energy Drinks. Why did I did this? It was an experiment to see how my body react on this abstinence. How I feel and live without caffeine and 180 days without coffee... Read more

TIL: Logistic Regression

In the last few days I learned about Logistic Regression as one method to solve classification problems. Classification problems are similar to regression problems, except that the values which will be predicted by our hypothesis will be discrete numbers. E.g. a binary classification problem only predicts values in which y can take \(0\) or \(... Read more

TIL: Multivariate Linear Regression, Polynomial Regression and more about Gradient Descent

Today I learned about Multivariate Linear Regression, Polynomial Regression and more about Gradient Descent. I also created a Python script which let me create the layout for posts, especially TIL posts much faster. As I mentioned in a post a couple of days ago I learned more about multivariate Linear Regression. So Linear Regression with mult... Read more

TIL: Interfaces in TypeScript, Multivariate Regression and DFAs.

Today I learned (and yesterday) about Interfaces in TypeScript and how you can use them correctly to use them as your DTO in you application, multivariate regression and a bunch of other topics from my university courses. A lot about DFA, e.g. how to minimize them and how to build the product out of two DFAs. There was a lot of troubleshooting ... Read more