Skip to content
Georg Hoeller

Hey folks! 👋

I'm Georg, a software developer based in Austria. Currently working as full stack developer using Angular, C#, SQL and Xamarin. At the moment my main focus is on Angular in combination with capacitorjs.

Stuck? Do not hesitate to contact me - I am sure we can find a solution together! yesreply@georghoeller.dev

Recent Posts

Members Public

[ASP.NET] Ionos Windows Hosting Proxy for Auth0

Yesterday I had a hard time figuring out how to get my asp.net core backend working on ionos with auth0 support. Logically, auth0 has to connect to their services from the ionos server to work correctly. Ionos does not allow data from external sites - so you have to

[ASP.NET] Ionos Windows Hosting Proxy for Auth0
Members Public

[Angular | Storybook] Tailwind, Directives, Content Projection, Icons and i18n

Install packages npm i -D @nx/storybook npm i -D @storybook/angular Create config nx g @nx/storybook:configuration <project-name> I created the config inside the main app to share some configs/modules. My stories are located at libs/shared/ui. That's why I had to

[Angular | Storybook] Tailwind, Directives, Content Projection, Icons and i18n
Members Public

[Angular | RxJS] BehaviorSubject with custom states

Whenever I call an api, often my frontend has to go through some different visualization steps. Imagine you have some kind of search input and a list which displays the results but you want to show an loading indicator, an error hint and something different when the result is empty.

[Angular | RxJS] BehaviorSubject with custom states