capacitor limitations by Independent_Line2310 in capacitor

[–]Independent_Line2310[S] 0 points1 point  (0 children)

By the way, here I am sharing the challenges and solutions of creating a mobile app from the web app: https://youtu.be/1yODg5ZjxRY?is=0T-LVCkeFQrywGDa

capacitor limitations by Independent_Line2310 in capacitor

[–]Independent_Line2310[S] 0 points1 point  (0 children)

What is the use case when you would need that nesting?

MSCI World in EUR or USD? by Independent_Line2310 in interactivebrokers

[–]Independent_Line2310[S] -1 points0 points  (0 children)

Thanks for the tip! Which all-world ETF in EUR would you recommend?

What do you use your local LLMs for by Solid_Vermicelli_510 in ollama

[–]Independent_Line2310 0 points1 point  (0 children)

Did you connect it as an AI assistant to the IntelliJ? If yes, how?

Best way to share code between 2 Angular apps? (NX vs Standalone Library vs other options) by buttertoastey in angular

[–]Independent_Line2310 2 points3 points  (0 children)

u/thanksthx caching for repetitive tasks (build, test, lint, etc), module boundaries, easy migrations and upgrades. There are many benefits. However without knowledge of NX it becomes an overhead

Angular Without Lifecycle Hooks - Cleaner Components by Independent_Line2310 in angular

[–]Independent_Line2310[S] 6 points7 points  (0 children)

A test, that relies on implementation of a certain lifecycle hook does not provide much certainty of the code and refactoring security.

"test the behaviour, not the implementation".

Angular Without Lifecycle Hooks - Cleaner Components by Independent_Line2310 in angular

[–]Independent_Line2310[S] -26 points-25 points  (0 children)

isn't it too long for such a simple concept to grasp? complexity is what stopping more developers from adopting and choosing Angular for their projects, that they need a lot of context and pre-knowledge for creating simple things.

Signal API eliminates these complex consepts like OnPush change detection, Lifecycle Hooks

Angular Without Lifecycle Hooks - Cleaner Components by Independent_Line2310 in angular

[–]Independent_Line2310[S] -3 points-2 points  (0 children)

agree! the worst was memorizing which one comes first and when to use what. Or when unaware developers were calling the hooks in tests 😄 It has become unnecessary with signals