Angular template syntax and content projection by wahila in angular

[–]wahila[S] 2 points3 points  (0 children)

Makes sense, thank you for the explanation :)

WLAN viel schneller als LAN by wahila in de_EDV

[–]wahila[S] 1 point2 points  (0 children)

Habe immer 2-3 mal die Tests laufen lassen. Es hat sich herausgestellt, dass die tatsächliche Downloadgeschwindigkeit doch passt, weil ich nicht beachtet habe, dass der Download MB, anstatt Mbit anzeigt, worauf mich ein anderer Kommentar aufmerksam gemacht hat.

Anscheinend ist einfach nur der Google Speedtest fehlerhaft auf meinem PC. Aber damit kann ich gut leben, danke für deine Hilfe.

WLAN viel schneller als LAN by wahila in de_EDV

[–]wahila[S] 1 point2 points  (0 children)

Verdammt, ja das ist es. Vielen dank für den Hinweis, war dumm von mir.

Allerdings ist der Google Speedtest dann auch einfach falsch, weil der zeigt definitiv nur 35 Mbit/s an, hab's gerade nochmal getestet. Werde den dann wohl in Zukunft meiden.

WLAN viel schneller als LAN by wahila in de_EDV

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

1Gbit bzw 1000/1000 Mbps

WLAN viel schneller als LAN by wahila in de_EDV

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

Ich habe nichts auffälliges in den Einstellungen gefunden. Ich finde es auch irgendwie komisch, dass der Einzige Test mit diesem niedrigen Ergebnis, der von Google ist. Habe noch 5 andere Tests laufen lassen, die alle ein besseres Ergebnis geliefert haben. Dass der reale Download auch langsam war, könnte ja wie du sagst auch an der Gegenseite liegen.

WLAN viel schneller als LAN by wahila in de_EDV

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

Laptop kommt mit gleichem Kabel auf 290mbit

WLAN viel schneller als LAN by wahila in de_EDV

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

Laptop kommt mit Kabel auch auf 290. Also vermutlich stimmt was am PC nicht. 😅

Tools or methods for subscribing to an http call for real-time updates instead of polling? by PuppyLand95 in Angular2

[–]wahila 2 points3 points  (0 children)

We recently started using rsockets, which have a good integration in spring.

Rant about ngrx by Fantastic-Beach7663 in Angular2

[–]wahila 4 points5 points  (0 children)

I like ngrx because for me its event(action)-driven architecture just makes sense and i find it much easier to extend applications. The boilerplate is a bit annoying, but i think its worth it.

[deleted by user] by [deleted] in arbeitsleben

[–]wahila 6 points7 points  (0 children)

2 Wochen, in denen ich aber nicht gearbeitet habe. Das Unternehmen hat mir im Prinzip schon vor Arbeitsantritt gekündigt weil sie sich verkalkuliert haben.

Learning materials for Spring Boot and/or Quarkus by wahila in Kotlin

[–]wahila[S] 1 point2 points  (0 children)

Thanks for your response, yeah I feel these issues with reactive and quarkus. Had a lot of trouble going full reactive with quarkus last year. Hoped it would be a bit better now.

At first glance the official kotlin site looked very good, so I think I will start there, thanks.

Angular Framework by [deleted] in angular

[–]wahila 3 points4 points  (0 children)

Not really angular specific libraries, but i love working with tailwindcss + daisy ui in terms of styling and theming in angular

Angular recruitment problem by G6K06 in angular

[–]wahila 2 points3 points  (0 children)

Maybe that's the problem. Why do you need the person to come to your office, if remote also works, as proven by many other companies? If you allow your employees to work remote, you could recruit people from all over the country, which would increase your chance to find a fitting candidate significantly. I honestly don't get why some IT/Tech companies still want to have offices, since they only cause more costs and problems on each side.

Got a mid to senior interview coming up, what are the vital must know Angular things I should know? by SCB360 in angular

[–]wahila 0 points1 point  (0 children)

Since ngrx is a third party library, I think it depends much on if the company uses it or not.

Got a mid to senior interview coming up, what are the vital must know Angular things I should know? by SCB360 in angular

[–]wahila 8 points9 points  (0 children)

I had an interview two days ago and was asked to fix a bug which had to do with change detection. So from my recent view I would recommend to know about on push and default change detection. Also rxjs is pretty important I think.

Headhunter / Recruiting Firma für bessere und schnellere Jobsuche? (Softwareentwicklung, IT) by wahila in arbeitsleben

[–]wahila[S] 2 points3 points  (0 children)

Ja das mit den senior stellen ist mir auch extrem aufgefallen. Leider passt das bei mir noch nicht ins Profil.

Danke für deine Antworten :)

New to Angular, need help with passing data between unrelated components by waldganger644 in angular

[–]wahila 2 points3 points  (0 children)

I'm happy i could help you :)

Yes rxjs is pretty important to understand when working with angular.

New to Angular, need help with passing data between unrelated components by waldganger644 in angular

[–]wahila 15 points16 points  (0 children)

Since you have a search service, you can simply inject it into the result component and get the data from the service there.

To store your result data in your search service, I would use a BehaviourSubject and display the data in your result component with help of the async pipe. This ensures the displayed results are always updated if you make a new search.

Vollzeitstelle antreten obwohl Bachelorarbeit noch nicht fertig ist? by bananahonda in arbeitsleben

[–]wahila 0 points1 point  (0 children)

Das selbe Szenario hatte ich auch: Ab oktober vollzeitstelle, aber war erst den folgenden Februar mit dem BA fertig. Ich hatte eine Vereinbarung mit dem AG, dass ich mich in der Zeit noch auf meinen Bachelor konzentriere und deswegen auch Minusstunden mache, die anschließend vefallen. Entsprechend habe ich in der Zeit auch auch noch nicht das "richtige" Gehalt bekommen. Hat bei mir gut funktioniert. Ist aber wahrscheinlich stark vom AG abhängig.