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.

Dan Abramov on The Elements of UI Engineering

Leider ist der Eintrag nur auf English verfügbar.Somewhat recently, Dan Abramov wrote this interesting piece on his approach to learning about UI engineering. The article's key takeaway is this: "My biggest learning breakthroughs weren’t about a particular technology. [ ... ] It’s this combination of understanding the problems, experimenting with the solutions, and applying different strategies that led to the most rewarding learning experiences in my life." In keeping with this wholistic, problem- rather than technology-oriented approach Dan starts with outlining the problems and ... Read more

Filipe Silva @ AngularConnect 2018: The CLI Roadmap

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

Manfred Steyer @ AngularConnect 2018: Architectures for huge Angular based enterprise applications

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

How to Subscribe to Multiple RxJS Observables in Angular

Leider ist der Eintrag nur auf English verfügbar.Cory Rylan, Google Developer Expert and instructor at Angular Boot Camp wrote this article on subscribing to multiple observables in Angular components. In this article, Cory explains how to use the RxJS forkJoin and combineLatest operators in conjunction with Angular's *ngIf directive and the AsyncPipe in order to consume asynchronous data provided by multiple RxJS Observables. Read more

Michael Hladky @ AngularConnect 2018: RxJS schedulers in depth

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

Stefan Baumgartner & Katrin Freihofner @ AngularConnect 2018: Automating UI development

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

Cloud Design Pattern Library by Microsoft

Leider ist der Eintrag nur auf English verfügbar.Microsoft maintains an extensive library of cloud design patterns. Whether you create applications that run on AWS, Microsoft Azure or Google Cloud Platform, use platforms such as Heroku or you develop enterprise applications which run on on-premise cloud networks within a corporate intranet, cloud computing becomes ever more crucial to providing business value through software. Hence, it's not only expedient to know about the classic relatively low-level GoF design patterns or Martin Fowler's Patterns of Enterprise ... Read more

References to Design Pattern Libraries

Leider ist der Eintrag nur auf English verfügbar.When designing and developing software it's always useful to have a reference to common software design patterns handy. Apart from cloud design pattern libraries there are collections of more low-level or more general design patterns, too. These include the classic GoF design patterns and Martin Fowler's Patterns of Enterprise Application Architecture. Read more

State of JavaScript Survey: 2018 Edition – Criticism from an Angular Perspective

Leider ist der Eintrag nur auf English verfügbar.Recently, the results of the 2018 edition of the State of JavaScript survey have been published. As usual, the report comes with handy categories such as front-end, data layer, testing or mobile. While I very much support the idea of creating a yearly survey of the JavaScript landscape and this survey in particular, which I have been supporting since its inception, there's a major issue with this year's edition: In contrast to its previous editions the survey ... Read more

Dinero.js: Working With Monetary Values in JavaScript

Leider ist der Eintrag nur auf English verfügbar.Working with monetary values can become a problem in any programming language and JavaScript certainly is no different in that respect. The naïve assumption that monetary values can be expressed as floating point numbers almost inevitably leads to rounding errors caused by precision and the fact that in most cases monetary values are represented as decimal numbers with just two (instead of an undefined number of) decimal places. Apart from that, money is not just ... Read more
« Vorherige SeiteNächste Seite »