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.

Paul Verbeek-Mas @ RuhrJS 2017 – Calendar / Kalender / تقويم (aka, the fun of locali[zs]ation)

Leider ist der Eintrag nur auf English verfügbar.At RuhrJS 2017 Paul Verbeek-Mas gave an interesting talk on the joys and intricacies of i18n and l10n with regard to how time, dates and calendars are rendered in web apps: Read more

Rachel Andrew @ RuhrJS 2017: Start Using CSS Grid Layout Today

Leider ist der Eintrag nur auf English verfügbar.As the obligatory CSS person at a JavaScript conference, at RuhrJS 2017 CSS expert Rachel Andrew gave a talk on CSS grid layouts and how they differ from flexbox layouts: Read more

Sara Harkousse @ RuhrJS 2017 – Web Components: It’s all rainbows and unicorns! Is it?

Leider ist der Eintrag nur auf English verfügbar.At RuhrJS 2017 Sara Harkousse gave a talk on web components and custom elements in particular. In this talk she gives a hands-on introduction on how to get started with custom elements: Read more

12 Factors for Building Quality Web Applications

Leider ist der Eintrag nur auf English verfügbar.When considering the different aspects that potentially contribute to (or detract from, mark you ...) quality, reliability and maintainability of a web application I always like to come back to the Twelve-Factor App. Originally created by Adam Wiggins in 2011 the Twelve-Factor App is a highly useful design framework for both creating new web apps and measuring and improving the quality of existing applications. This framework allows you to create and maintain long-term viable applications ... Read more

Microservices and Decoupling Front-end Components

Leider ist der Eintrag nur auf English verfügbar.Microservices have become a common design pattern for splitting up and modularising monolithic applications. The indiscriminate application of this particular design pattern is quite a bit worrying, though. A few months ago I gave this answer to the question what the biggest struggle with Microservices is: Convincing people that microservices are not a cure-all but just another design pattern. You have to start out with a monolith and only if you realise along the way that ... Read more

Web Apps and Websites: Documents and Applications

Leider ist der Eintrag nur auf English verfügbar.Today, when starting development of a new website using a pattern that just a few years ago used to be called single-page application (SPA) not only seems to be the new default but even like the only way of creating stuff for the web. Clearly though not all content for the web is created equal: On one side of the spectrum we have (mostly) static documents identified by URIs and returned by URLs. Most websites ... Read more

More on JSON and REST API Specifications

Leider ist der Eintrag nur auf English verfügbar.Expanding on my previous posts about annotating and validating JSON data structure with JSON Schema defining and documenting REST APIs using Swagger I have two additional suggestions for tools that help you define and build HTTP-based APIs in a less haphazard, more deliberate manner: JSON API: While JSON Schema allows you to annotate and validate JSON-based data types JSON API gives you clear, opinionated guidelines for structuring JSON API responses so you don't have think about those implementation ... Read more

Iconic and Feather: 2 Icon Sets Designed for the Web

Leider ist der Eintrag nur auf English verfügbar.With icon fonts such as Font Awesome, Material Design Icons and Glyphicons there's certainly no shortage of icons for use in web applications. Iconic and Feather are 2 alternatives to these widely-used icon collections. The latter is available for free under the MIT licence (a donation will be very much appreciated, though) while the former can be purchased for $129 ($39 for just the Webfont without SVGs) for a single app licence. Both are framework-agnostic and ... Read more

JHipster: Generate And Bootstrap CRUD Apps With Spring Boot And Angular

Leider ist der Eintrag nur auf English verfügbar.The previous two posts in my series on helpful tools for developing CRUD applications were about tools that addressed very specific problem areas: API format specifications and code generation from those specifications in particular. This post will be both less about APIs and solving specific CRUD-related problems but about a tool that deals with CRUD app requirements in a comprehensive manner. This tool I'm talking about is called - not so slightly tongue-in-cheek - JHipster. Both ... Read more

Swagger: A Roundtrip Tool For Creating And Consuming REST APIs

Leider ist der Eintrag nur auf English verfügbar.In this second part of my series on useful tools for developing CRUD applications I'd like to introduce Swagger and Swagger Codegen in particular. Introduce perhaps isn't exactly the right word because first of all Swagger is quite well known in developer circles these days. Secondly, a few months ago I wrote a blog post about how to use Swagger to generate client SDKs for REST APIs. Swagger - originally having originated at Wordnik is ... Read more
« Vorherige SeiteNächste Seite »