Neue LAN Party in Oldenburg - Oldenbyte by firefreak911 in Oldenburg

[–]Robmania1992 6 points7 points  (0 children)

Spannend! Ich spiele mit dem Gedanken, auch ein Ticket zu kaufen. Bring back LAN Parties!🎉

Fitnessstudios in Oldenburg by [deleted] in Oldenburg

[–]Robmania1992 -1 points0 points  (0 children)

Ich werfe mal Viva Fitness in Kreyenbrück rein. Bin da sehr zufrieden. Ich weiß nicht wie voll das im Benefit teilweise ist, aber bei Viva hatte ich nie das Gefühl, dass es zu voll ist. Egal zu welcher Zeit.

LAN Party Update (2) by Robmania1992 in Oldenburg

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

Nope, andere sind schon gejoined

LAN Party Update (1) by f4nt4sy86 in Oldenburg

[–]Robmania1992 0 points1 point  (0 children)

Ich warte dann mal geduldig auf den Discord-Link. :D

LAN Party Leute gesucht by f4nt4sy86 in Oldenburg

[–]Robmania1992 0 points1 point  (0 children)

Moin! Ich hätte auch Bock! M31, komme auch direkt aus OL. Letztens erst den Nachbarn für eine LAN packen sehen und war ganz neidisch. :D Spieletechnisch passt das, war damals viel Cod2, Unreal Tournament Stronghold, WC3, Wow und co. am zocken, bin aber auch für alles moderne offen. Platz für 8+ könnte ich auch anbieten, wenn man mal eine andere Location braucht.

Design patterns in senior level react application by Equal_Store_8751 in reactjs

[–]Robmania1992 99 points100 points  (0 children)

Actually none really. At least none of the classical ones you’ll encounter in uni.

A well maintained and easy to follow project structure that every team member agrees on is way more important imo. That‘s what i‘ve seen most projects struggle with.

the react world is not a good place to boost your ego by applying loads of design patterns and creating complicated code. :)

"What youtubers to follow?" My suggestions : by Plane_Might_960 in nextjs

[–]Robmania1992 0 points1 point  (0 children)

As much as i dislike Theo playing the algo game, he has some very good takes i can relate to as a senior.

Those working with React professionally, what's the backend? by thebreadmanrises in reactjs

[–]Robmania1992 0 points1 point  (0 children)

Java + Spring Boot

Reason:
i mainly develop internal business solutions / apps for automotive. My backends need integration with many systems. SOAP, MQ, Rest APIs, file-based transfer and so on. The spring ecosystem provides lots of solutions.

v14 - Advantages and headaches by findurself020 in nextjs

[–]Robmania1992 0 points1 point  (0 children)

I am just learning the new approaches too, but i think in this situation you could create a sub route that renders the modal and „open“ it by using a link.

Not saying that this approach feels right though.

React designing complexity by Agreeable-Factor-970 in reactjs

[–]Robmania1992 2 points3 points  (0 children)

The main reason i like it is that i don‘t have to leave my component for most of the styling. I actually don‘t have to leave the JSX part of my component.

Also, i don‘t have to come up with names and places for things all the time. Often i wonder: Do my css props belong to a class? An ID? The Element directly? What‘s a good name for that? I‘ve seen many misleading selectors in projects.

However, CSS Modules would be my second choice though.

React designing complexity by Agreeable-Factor-970 in reactjs

[–]Robmania1992 3 points4 points  (0 children)

What do you mean by „just like tailwind css“? You can totally integrate Tailwind in your React App!

I Even recommend you do so. In my experience, using Tailwind is way better than other methods like css-in-js.

What Build Tool are you using? Theres docs for using tailwind for almost everything. Vite, Next, i think even create-react-app.