my blog. for you.

Reden wir über Digitales.

Ich bin selbständiger IT Berater und Unternehmer in der Internet und Software Branche. Ich beschäftige mich mit Design, Enterprise Applikationen, Web Apps und SaaS Produkten. Ich entwerfe und entwickle Business Lösungen und Anwendungen. Ich helfe Unternehmen in Sachen Software Qualität und Wissenstransfer, z.B. mit Angular und Spring Boot.

Deutsche Corona Tracing App Jetzt Verfügbar

Heute wurde die mit Spannung erwartete COVID-19 Tracing App für Deutschland unter dem Namen Corona-Warn-App veröffentlicht. Die iOS-Version ist hier im App Store verfügbar. Die Android-Version kann hier bei Google Play heruntergeladen werden. Die Corona-Warn-App basiert auf der DP3T Proximity Tracing Architektur und der gemeinsamen Spezifikation von Apple und Google für sichere Exposure Notification, die diese Architektur als API implementiert, auf die offizielle Stellen des öffentlichen Gesundheitswesens zurückgreifen können. Die App wird als Open Source unter der Apache License entwickelt und veröffentlicht. Sie wurde ... Read more

Debugging for Mobile Browsers

Leider ist der Eintrag nur auf English verfügbar.Occasionally, web developers need to debug a web app's behaviour in a specific browser on a specific device or class of devices. For desktop devices this usually isn't a problem because every modern browser nowadays provides a console, where application errors and custom console.log statements pile up. However, on mobile browsers there's usually no browser console, or browser development tools, for that matter. Analysing browser logs is still possible via vendors' development tools like Apple's ... Read more

Improving Developer UX

Leider ist der Eintrag nur auf English verfügbar.Software engineer and data scientist Gabriel Pickard recently has published an article about developer experience being fundamentally harder than normal UX. He defines developer experience as the user experience of the tools software developers use in order to do their job: code editors IDEs command-line tools Gabriel identifies these main aspects in which in his opinion developer tools are failing their users: Counter to any UI/UX philosophy, as programmers we find ourselves maintaining vast background knowledge about the structure and ... Read more

Alternative Git Workflows

Leider ist der Eintrag nur auf English verfügbar.In his 2018 article "4 branching workflows for Git" software developer Patrick Porto outlines these four proven Git workflows and their respective advantages and downsides: Git Flow GitHub flow GitLab Flow OneFlow While Git Flow probably is the most well-known and most widely used one of those it's also received quite some criticism for being overly complex. Even Git Flow originator Vincent Driessen, has only just recently noted that when he originally conceived of this workflow more than 10 years ... Read more

No-code, Low-code, Some Code and Everything In-between

Leider ist der Eintrag nur auf English verfügbar.CTO-for-hire (through Freeman Clarke) Alex Hudson recently wrote an article about what he terms "The 'No Code' Delusion": That so-called no-code and low-code tools will replace bespoke business software development entirely, no trained software developers required anymore. In a nutshell, it's the old pipe dream of just having to write a specification (in this case a visual one) and having the actual code write itself, the fallacy here of course being that the code is ... Read more

API Security Best Practices by Expedited Security

Leider ist der Eintrag nur auf English verfügbar.For everyone dealing with web-based APIs, both as a provider and a consumer, web app security service supplier Expedited Security (known for Expedited SSL, among other products) has compiled a vast, extensive compendium on API security best practices. The importance of secure APIs and best practices that help has make APIs more secure and dependable can't be emphasised enough. Covering each possible attack vector and adopting every best practice out there can seem like a ... Read more

Konrad Zuse: Not the most correct but the least complicated theories find practical application.

Leider ist der Eintrag nur auf English verfügbar.Not the most correct but the least complicated theories find practical application. - Konrad Zuse A translated quote from one of the inventors of computers and modern computer science I read last year under a bust of Zuse near Kleiner Tiergarten in Berlin this statement is more relevant today than ever. In software development in particular we often attempt to design solutions that cover each and every possible use case - however unlikely or even ... Read more

Jess Frazelle: “For the Love of Pipes”

Leider ist der Eintrag nur auf English verfügbar.Somewhat recently, Jess Frazelle wrote about her love of UNIX pipes, a sentiment I wholeheartedly share, to the extent that I think web apps should behave more like Unix programs by making data readily available via APIs so other applications can easily process that data. This, in a nutshell, is the Unix philosophy as stated by Doug McIlroy: Make each program do one thing well. To do a new job, build afresh rather than complicate old ... Read more

Shmuela Jacobs @ AngularConnect 2018: It’s alive! Dynamic components in Angular

Leider ist der Eintrag nur auf English verfügbar. Read more

“Paging with Spring Boot” by Tom Hombergs: A Guide to Paging and Pagination in Spring-based Web Applications

Leider ist der Eintrag nur auf English verfügbar.In his article Paging with Spring Boot software engineer Tom Hombergs (a former fellow student) provides an in-depth explanation of paging and pagination concepts and how to implement those in web applications with Spring Data and its Pageable interface. The article covers aspects such as sorting, usage with Spring Data repositories and testing. It's a useful reference for iteratively retrieving and displaying a larger amount of items from a database in a Spring Boot and ... Read more
« Vorherige SeiteNächste Seite »