Looking for a Freelancer?
Experienced full stack web and desktop developer, application and systems architect
More than 10 years of…
- delivering high-quality functional and maintainable software
- providing excellence in technically demanding environments
- adding value within days
Tech Stack:
C#/.NET, ASP.NET Core, Node.js, Angular, WPF
Sven ist ein exzellenter Softwareentwickler mit herausragenden Kenntnissen […]. Er […] war maßgeblich und federführend an der Umsetzung zu einer deutlich stabileren, schnelleren und hochwertigeren Lösung beteiligt. Die Software-Qualität wurde
durch seinen Beitrag in erheblichem Maße gesteigert.Sven ist ein Team-Player! Er hat sich in kurzer Zeit mit seiner immer freundlichen und hilfsbereiten Art, sowie mit seinem exzellenten Fachwissen schnell in das Team eingefunden. Seine
hervorragenden Kenntnisse hat er nicht nur an das Team weitergegeben, in dem er eingesetzt war, sondern auch über die Team-Grenzen hinaus.Da Sven sowohl fachlich als auch qualitativ hervorragend arbeitet, komplexe Zusammenhänge äußerst schnell versteht und immer professionell ist, würde ich jederzeit wieder mit ihm zusammenarbeiten. Seine Expertise bei der Software-Entwicklung hat uns motiviert und weitergebracht.
Uwe Beck, Leiter SMBdigital Product Development
Ich habe in meiner Laufbahn schon viele Softwareentwickler kennengelernt. Mit ehrlicher Einordnung und gutem Gewissen kann ich sagen, dass Sven sich auf einem außergewöhnlich hohen Niveau befindet. Ein Allrounder, mit dem ich jederzeit gerne arbeite.
Ufuk Kocer, Technical Product Owner, Schaeffler Special Machinery
Sven is an extremely professional, productive and competent software engineer.
Jeremy Maxfield, Head of Software Team Qualcomm Germany RFFE GmbH
He has worked very effectively with with our team, greatly improving the quality of our deliverables and related processes.
It has been a pleasure to work with him and we would gladly do so again in the future.
His .NET stack knowledge is brilliant in my opinion. […] Sven demonstrated excellent communication and teamwork skills as he also had often to work on requirement analysis, solution design and issue management.
Andrii Bilyk, Software Engineer Qualcomm Germany RFFE GmbH
It is nothing else but a pure pleasure for me to work with such a professional.
Need more information?
Check my linkedin profile and recommendations.
Check my github profile to see some side- and toy projects.
Continue reading or check-out my blog to read about my experiences, ideas and thoughts.
Ask me anything or request my detailed profile
Latest Blog Posts
- Gotcha with .globalconfig and Visual StudioVS will always apply a `.globalconfig`, not just when analyzers are activated like the CLI build does. Use a different name and explicit inclusion to get consistent behavior.
- Fun with generics: mapping a generic instance from a non-generic referenceDDD can lead to dealing with non-generic references to generic instances of types. Generically mapping these instances or generically calling code with them is not straightforward. I present how it can nonetheless be unobtrusively achieved with a general visitor-like pattern.
- Advanced MSBuild: Auto-setup test projectsYou can minimize the effort of creating new test projects according to your project’s conventions by defining some global default MSBuild properties. A new test project csproj will then be a five-liner consisting only of the SDK and TFM.
- Advanced MSBuild: The Right Way™ of writing .props filesFollowing a couple of simple rules will give you robust project/props/targets files that will just work.
- Dealing with unnecessary bitness in 3rd party assembliesIf 3rd party assemblies unnecessarily target an inconvenient bitness, either convince the 3rd party of AnyCpu or force AnyCpu on the assembly yourself (with permission from legal).