BLOG
How To Build An Angular App Once And Deploy It To Multiple Environments
12/9/2019 Michael HoffmannDevelopmentAngular
In my last projects, we always had the same requirement: Build the application once and deploy the same build fragment to multiple environments. This leads to some technical challenges, as we need to be able to inject environment-specific information…
The Last Guide For Angular Change Detection You'll Ever Need
11/18/2019 Michael HoffmannDevelopmentAngular
Angular’s Change Detection is a core mechanic of the framework but (at least from my experience) it is very hard to understand. Unfortunately, there exists no official guide on the official website about this topic. In this blog post, I will provide…
How I Write My Blog Posts
10/15/2019 Michael HoffmannCareer
I’m often asked how I write my blog posts and in this article, I want to describe my process from start to finish. In this blog post I will cover these topics: Topic Selection Planning & Preparation Writing Review Publish Prepare a talk Conclusion…
JHipster - The Fastest Way To Build A Production-Ready Angular & Spring Boot Application
9/23/2019 Michael HoffmannDevelopmentAngular
The last years I mainly worked on the frontend part of web & mobile applications but I also did some minor backend work. Since mid of this year, I am working to improve my backend knowledge and started to focus on Java backend development using…
How To Easily Write And Debug RxJS Marble Tests
9/9/2019 Michael HoffmannDevelopmentAngular
End of 2018 I wrote an article about how I write marble tests for RxJS observables in Angular. The content in there is still valid but I found recently a new library which I like and which makes debugging marble tests easier. If you do not know RxJS…