Sascha Manns

Software- & Dataengineer

Development

Api Client für das Arbeitsamt

Als Teil eines anderen Projekts habe ich jetzt ein neues Projekt veröffentlicht: GermanArbeitsamtJobsearchClient. Die Api ist sehr einfach, du benötigst nur einen Endpoint. Wie kann ich es nutzen? using GermanArbeitsamtJobsearchClient.Models; private JobSearchResponse SendJobSearchRequest(JobSearchRequest request) { // Sample Model var request = new JobSearchRequest { Was = "
Development Library

Api Client for the German Employment Agency

As part of another project i published a new Project: GermanArbeitsamtJobSearchClient. The Api is really simple, you just need one endpoint for the jobsearches. How to use? using GermanArbeitsamtJobsearchClient.Models; private JobSearchResponse SendJobSearchRequest(JobSearchRequest request) { // Sample Model var request = new JobSearchRequest { Was = "Softwareentwickler",
Development Library

Saigkills Toolbox 1.0.0

Over time, a developer collects code fragments that he can reuse for other projects. My toolbox is a collection of Nuget packages. My collection currently consists of: Firewall checker DateOnlyConverter DateTimeExtensions IEnumerableExtensions StringExtensions DataTableGenerator TemporaryDirectory Generator Hash Generator TemporaryFile Generator Pipeline pattern support Retry pattern support CSV
ASP .NET Core Development Library

Saigkills Toolbox 1.0.0

Im Laufe der Zeit sammelt ein Entwickler Codefragmente, die er für andere Projekte wiederverwenden kann. Meine Toolbox liegt als Sammlung von Nuget-Paketen vor. Meine Sammlung besteht im Moment aus: Firewall checker DateOnlyConverter DateTimeExtensions IEnumerableExtensions StringExtensions DataTableGenerator TemporaryDirectory Generator Hash Generator TemporaryFile Generator Pipeline
ASP .NET Core Development Library

Zelda 3 - A Link to the Past for Windows, Linux und MacOS

I like to think back to the 90s. The start of home computers, special music, and games. One of the games I like to think back to is "Zelda - A Link to the Past". Back in the late 80s, Nintendo had started this epic series. This is what it looked like back then: Especially the third part from 1995 had made huge steps forward. Better graphics and orchestral sound. Until now, anyone who would
Development