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.

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

Using Netflix Zuul As a Reverse Proxy / API Gateway

Leider ist der Eintrag nur auf English verfügbar.Zuul, which like the service discovery tool Eureka and the fault tolerance library Hystrix is part of Netflix' cloud orchestration stack, is a reverse proxy / API gateway. A reverse proxy conceptually works like this: A reverse proxy allows you to route requests to a single domain to multiple backing services behind that proxy. This can be conducive in situations where you want to break up your application into several loosely-coupled components that externally, that is ... Read more

Using Spring JdbcTemplate Instead of Object-Relational Mapping

Leider ist der Eintrag nur auf English verfügbar.Spring JDBC and Spring JdbcTemplate in particular has become my go-to tool for accessing relational databases for quite some time now and for good reason in my opinion: The common way for using data from an RDBMS in an object-oriented context used to be and for the most part still is object-relational mapping (ORM) frameworks like the Java Persistence API (JPA) or Rails' ActiveRecord. As the name suggests these frameworks attempt to map data (and ... Read more

Mario Klingemann @ beyond tellerrand 2017 – Machimaginarium

Leider ist der Eintrag nur auf English verfügbar. Machimaginarium – Mario Klingemann – btconfDUS2017 from beyond tellerrand on Vimeo. 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

Jina Anne @ beyond tellerrand 2017 – Design Systems: Real Talk

Leider ist der Eintrag nur auf English verfügbar.Jina Anne @ beyond tellerrand 2017: Design Systems: Real Talk from beyond tellerrand on Vimeo. Read more
« Vorherige SeiteNächste Seite »