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.

“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

What’s Digitalisation Actually About?

Leider ist der Eintrag nur auf English verfügbar.Digitalisation, or digital transformation, as it is sometimes also called is an important subject matter as well as challenge for businesses today. Therefore, I find it strangely confusing that sometimes aspects are lumped together under this umbrella that are not or only tangentially related to what digitalisation actually is about. So, here's my - perhaps opinionated - take on what digitalisation is actually about and what it entails. In a nutshell, digitalisation comprises these aspects: Rethinking ... Read more

Younes Jaaidi @ AngularConnect 2018: White-labeling & A/B testing with interchangeable components

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

Uri Shaked & Kapunahele Wong @ AngularConnect 2018: Climbing up injector trees

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

Olivier Combe @ AngularConnect 2018: Runtime i18n with Ivy

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

A Guide to Refactoring Large Functions by Robert Muth

Leider ist der Eintrag nur auf English verfügbar.Software Engineer Robert Muth wrote this interesting article on refactoring large functions. The article starts with providing ample motivation for using functions (or methods in a strictly object-oriented context). Apart from making code shareable and reusable, which is only a minor benefit of functions / methods, reasons for writing code as functions are: giving a meaningful name to several lines of related code readability limiting visibility lowering indentation levels improving testability The article goes on to describe several common cues indicating ... Read more

Mike Ryan @ AngularConnect 2018: You might not need NgRx

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

Elana Olson @ AngularConnect 2018: Migrating from AngularJS to Angular

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

Kent Beck’s Novel Approach to Software Quality: test && commit || revert

Leider ist der Eintrag nur auf English verfügbar.In a Hanselminutes episode from December last year I heard preeminent programmer and agile advocate Kent Beck talk about his intriguing approach to creating working, high-quality code. In line with the steps this approach involves he calls it test && commit || revert. In lieu of the TDD circle of life (write test - test fails - write code - test passes - refactor - test fails ...) test && commit || revert has you ... Read more

PivotHelper: Generate Pivot Tables and Pivot Charts from CSV and Microsoft Excel Spreadsheet Files

Leider ist der Eintrag nur auf English verfügbar.Somewhat recently, I regularly had to generate Pivot tables and corresponding charts from datasets provided as both CSV and Microsoft Excel files. Now, with its data source and pivot table tools Microsoft Excel usually lends itself to that sort of task. However, to completely automate this task VBA macros are required. Those too work quite nicely if one overcomes the initial aversion of working with Microsoft's not exactly well-designed and usable IDE for VBA macros ... Read more
« Vorherige SeiteNächste Seite »