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.

Annotate and validate data structures with JSON Schema

Leider ist der Eintrag nur auf English verfügbar.I'd like to begin my little series of useful tools for developing CRUD applications with JSON Schema: "JSON Schema is a vocabulary that allows you to annotate and validate JSON documents." JSON Schema gives you a straightforward way to provide type information and validation to existing data structures. Say, for example you have a product instance like this (converted from your language's native object or general data structure format using a tool like Jackson for Java): [code ... Read more

Why Do We Still Write CRUD Applications?

Leider ist der Eintrag nur auf English verfügbar.Probably every software developer - since the 1990s at least - has been there once, asking him- or herself: "Why do I have to write tedious, repetitive CRUD code time and time again?" Being good, virtuous programmers some of those developers did what software development in the end mostly is about: They tried to automate a cumbersome, repetitive process that like any repetitive process should be performed by machines rather than humans. Some have succeeded ... Read more

Jeremy Keith @ beyond tellerrand 2017 – Evaluating Technology

Leider ist der Eintrag nur auf English verfügbar.Jeremy Keith @ beyond tellerrand 2017: Evaluating Technology – Jeremy Keith – btconfDUS2017 from beyond tellerrand on Vimeo. Read more

Flexbox Explained with Animations

Leider ist der Eintrag nur auf English verfügbar.Flexbox is a fairly new CSS3 layout standard that allows you to have layout elements automatically fit the available space according to layout rules defined in a website's stylesheet. While as of today still a W3C Candidate Recommendation Flexbox is already well-supported by all major browsers. In contrast to tried and true block- or grid-based layouts with Flexbox the onus of defining the exact placement of an element isn't on the designer but the browser. ... Read more

Sarah Drasner @ beyond tellerrand 2017 – Storytelling in JavaScript

Leider ist der Eintrag nur auf English verfügbar.Sarah Drasner @ beyond tellerrand 2017: Read more

The Noun Project – Building the World’s Visual Language

Leider ist der Eintrag nur auf English verfügbar.Today there's certainly no shortage of icon sets and icon search engines (see the list below for a selection of those). These come in different flavours, mostly as icon fonts or SVG files, and can be easily integrated in a website or web application using standard HTML and CSS techniques. A particularly ambitious offering though is the Noun Project. The Noun Project provides a huge collection of curated icons (or rather huge amount of icon ... Read more

Espen Brunborg @ beyond tellerrand 2017 – The Secret Life of Comedy

Leider ist der Eintrag nur auf English verfügbar.Espen Brunborg @ beyond tellerrand 2017: The Secret Life of Comedy – Espen Brunborg – btconfDUS2017 from beyond tellerrand on Vimeo. Read more

Chris Heilmann @ beyond tellerrand 2017: Breaking out of the Tretris Mindset

Leider ist der Eintrag nur auf English verfügbar.Chris Heilmann @ beyond tellerrand 2017: Breaking out of the Tetris mind set from beyond tellerrand on Vimeo. Read more

Should Web Apps Behave More Like UNIX Programs?

Leider ist der Eintrag nur auf English verfügbar.Recently, through various discussions about the nature of the web and web applications I came up with an intriguing (to me at least ...) idea: Web apps should behave like UNIX command-line tools. Please hear me out and let me elaborate. Probably the most widespread pattern in modern web app development is that of single-page applications (SPAs). Though that particular term isn't used as abundantly anymore as it used to be a few years ago the ... Read more

Codrops – Web design inspiration

Leider ist der Eintrag nur auf English verfügbar.Codrops is a blog that shares web design inspiration, trends and techniques. These days when thinking about your next web application's design it can be quite tempting to think "Ah, I'll just use Bootstrap and be done with that.". Although frameworks such a Bootstrap certainly aren't a bad start as they provide web apps with a common ground and predictable UI components - a minimum design standard if you will - they are just that: ... Read more
« Vorherige SeiteNächste Seite »