Lars Richter
Head of Engineering @ ParshipMeet Group in Hamburg, Germany 🇩🇪. Interested in Accessibility 🧏 , software development, modern leadership approaches, and other stuff
- Posts
- 537
- Followers
- 105
- Following
- 111
-
That’s a rather interesting perspective on the “AI slop” debate. The slop is indeed there, and so are the advantages.
It really resonates with my view that “AI coding isn’t inherently smart or dumb. It’s the users that can use it in a smart way or a dumb way.”
-
I've been coding in the .NET ecosystem most of my professional career, and I still love it. If in doubt, it's still my go-to framework. BUT! I've been playing with Java, Spring, Spring Boot, and Spring Data for a few days now, and I must say that it is super convenient and nice to work with. My next pet project will definitely be done in the Spring ecosystem.
#java #spring #springBoot #springData #coding #dotnet -
I wrote a blog post about "fancy job titles".
#justAnotherRant #jobTitles -
Are there any teachers in the Hamburg area who would be interested in a guest lecture/talk by a software developer? I have a colleague interested in giving talks at schools (like an experience report from the field) to tell students about software development, and I would like to support him. Unfortunately, the computer science teachers I have contacted directly have not even replied. Perhaps there is a better way to find interested teachers? #teacher #computerScience #guestLecture
-
In case you didn't notice: Bulma 1.0.0 was released. It's awesome. Go and check it out.
-
Is there a way to "calculate" the date for the "Global Day of Coderetreat"? I know that it was the first Saturday (and Friday) in November this year, but it wasn't like that in the last years. Is there some kind of rule to that, so that I can plan ahead?
#coderetreat #globalDayOfCoderetreat #softwareCraftsmanship -
I need help. I have an existing ASP.NET Core (.NET 7) web app. It works fine, but the mobile experience could be better. Therefore, I would like to create an app and a REST API on the backend. My problem is the authentication part. The web app has working authentication using AspNetCore.Identity. How do I implement the auth for the REST API? Do I need special token providers? How do I add the new provider without breaking the auth for the web app? #aspnet7 #aspnetcore #authentication #restApi
-
-
The fact that there is a thing called "megaYield" to work around async/await problems in swift is just sad.