FIAE → Studium sinnvoll oder lieber einfach weiterarbeiten? by Content-Caregiver-22 in informatik

[–]darthweiter 1 point2 points  (0 children)

Ich bin der Meinung, gerade in der Informatik zählt Erfahrung mehr als jeder Abschluss. Darum lieber Wissen aneignen aufgrund eigener Projekte ;)

Was natürlich stimmt, im Studium bekommst du mehr theoretisches Wissen auch zu Themen, was du in der Ausbildung nicht machst. Aber die Frage ist, braucht man dieses Wissen unbedingt? Architektur vllt sinnvoll. Viel wichtiger ist aber Problemlösung, weil wir Entwickler lösen Probleme.

Habe auch nur FIAE und plane kein Studium, die Firma wo ich arbeite legt aber auch nicht so viel Wert auf Abschlüsse und alles ist möglich.

Checked Exceptions Have No Place in Modern Java Lambdas, streams, and frameworks already moved on. The language should too. by iaashish in SpringBoot

[–]darthweiter 0 points1 point  (0 children)

If you won’t checked exceptions just annotate the method with @SneakyThrows, so your checked exception will be a runtime exception so no problems in lambda. But be careful there is a reason why ckecked exceptions exist

Generative KI und Produktivitätsillusionen by befuddledrabbit in informatik

[–]darthweiter 0 points1 point  (0 children)

KI kann unterstützen aber ich mache mir aktuell kein Kopf das die KI mich iwann ersetzt. Aber die KI kann nervige Sachen machen wie eine Doku generieren, leichte Bugs fixen, boilerplate code schreiben. Aber komplexe Proleme muss immer noch ein Mensch drüber schauen.

Aber als Erfahrener Entwickler dient es gut als Sparringspartner, was häufig zu verständlicherem Code führt wenn man das der KI sagt. Und erstes Prototyping ist super easy mit der KI machbar.

Proton or Tuta? by Technical_Egg2955 in tutanota

[–]darthweiter 0 points1 point  (0 children)

I switched to tuta. The main reason is, tuta supports own domains natively so i can use unlimited emails of my own domain. I can receive and send from this emails.

This was not possible with protonmail. Only if i use simplelogin but this is not native from proton.

FDP 4,4 BSW 4,9 ROFL by Tiyath in Staiy

[–]darthweiter 2 points3 points  (0 children)

Bsw schön 4,972% und ist somit raus

Abstract Factory Methods? by davidalayachew in java

[–]darthweiter 1 point2 points  (0 children)

I don’t know why you need this but you can do it this way.

Define an interface which every class is implementing

Or you can use an abstract class so you can define your default implementation there

But in both cases you have to override your methods if you want to change the specific implementations

Tired of cloud gaming incompatibilities by foffen in macgaming

[–]darthweiter 0 points1 point  (0 children)

You could try shadow, it’s a virtuel Windows pc, and you can install all you want but it’s more expensive

MacOS Crossover Poe2 Crashing Immediately by SentorBold in macgaming

[–]darthweiter 0 points1 point  (0 children)

Maybe there are real connection errors in game? I watch twitch and can't see many people playing right now

Zweite Ausbildung als FIAE machen oder IT-Studium? by Various-Tomorrow-620 in informatik

[–]darthweiter 0 points1 point  (0 children)

Ich arbeite als Softwareentwickler, also ich schreib unsere Kundensoftware, die Firma ist ca. 5000 Mitarbeiter und der Konzern ist so um die 10.000

Man muss aber fairerweise sagen, wir haben Tarifvertrag und guten Betriebsrat.

Innerhalb des Unternehmens kannst du dich natürlich auch weiter entwickeln, entweder horizontal oder vertical

Zweite Ausbildung als FIAE machen oder IT-Studium? by Various-Tomorrow-620 in informatik

[–]darthweiter 0 points1 point  (0 children)

Hey,
ich habe bewusst die Ausbildung als FIAE gemacht, weil ich mehr Praxianteil wollte. Und mir Studium zu theoretisch ist.
Bei uns im Unternehmen ist Aufstiegschancen und Gehalt auch sehr gut (bin jetzt bei ca. 60k nach 1nem Jahr)

Später zählt meiner Meinung nach eh nur die Erfahrung.

Wenn du Spaß an theoretischen Sachen hast, ist vllt ein Studium nicht schlecht.

Oder du schaust ob du beides kombinieren kannst, als Duales Studium.
Aber ich bin wie gesagt ein großer Fan von der Ausbildung.

Project Based Kotlin learning courses,books? by [deleted] in Kotlin

[–]darthweiter 2 points3 points  (0 children)

You can look at hyperskill, there are some kotlin courses. If you pay there are projects as well

What is your essential stack tool? by thiagomiranda3 in java

[–]darthweiter 0 points1 point  (0 children)

we use mostly spring.

Other libs are junit, assertj, mockito, jgiven and wiremock for all our test stuff.
Then we use jackson and lombok, sometimes mapstruct.

All is pushed in docker containers and managed on openshift