Software developer (Freelancer) from HH.
Java/Spring, GraphQL, JavaScript/TypeScript, React / Contact: https://nilshartmann.net
GitHub | https://github.com/nilshartmann |
https://www.linkedin.com/in/nils-hartmann-2a5738252/ | |
Home | https://nilshartmann.net |
Software developer (Freelancer) from HH.
Java/Spring, GraphQL, JavaScript/TypeScript, React / Contact: https://nilshartmann.net
GitHub | https://github.com/nilshartmann |
https://www.linkedin.com/in/nils-hartmann-2a5738252/ | |
Home | https://nilshartmann.net |
Hallo #API-Interessierte! Am kommenden Donnerstag (5.6.) zeige ich bei der #JUG in #Frankfurt wie ihr #GraphQL-Anwendungen mit Spring Boot bauen könnt.
Infos und Anmeldung: https://jugf.github.io/posts/graphql-apis-mit-spring-boot-05-06-2025/
Freue mich auf Informations- und Meinungsaustausch mit euch ☺️
Was leckere Donuts 🍩 mit cremiger Frontendentwicklung 🍮 und fluffigem React 🧁 zu tun haben, erfahrt ihr heute bei "Dev & Donuts" in #Mannheim. 😋
@sir_pepe @herschel_r For me something like "getInstance" would be more explicit and I would see immediately that the returned object is a singleton.
Also - not related to singleton - I could imagine to have multiple factory methods that internaly uses the one private constructor (also to be explicit) like User.createForAdmin(someArgs), User.createForVisitor(someArgs)