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.

ZenQuery: From Idea To Product In 2 Weeks

Leider ist der Eintrag nur auf English verfügbar.Earlier this week I've launched a new product called ZenQuery. In a nutshell, ZenQuery is an application that creates an instant REST API (with JSON, XML and CSV formats) for SQL queries. This allows you to easily access any kind of data from your database without having to deal with technical details such as database drivers, connections, ORM or caching. A typical use case is an enterprise company which for example wants to create a new ... Read more

Superhero.js

Leider ist der Eintrag nur auf English verfügbar.Creating, testing and maintaining a large JavaScript code base is not easy — especially since great resources on how to do this are hard to find. This page is a collection of the best articles, videos and presentations we've found on the topic. Superhero.js is a useful and comprehensive list of articles about developing, testing and maintaining JavaScript applications. It deals with fundamentals of the JavaScript language, best practices and broaches subjects such as testing, ... Read more

Resources For SaaS Businesses And Enterprise App Developers

Leider ist der Eintrag nur auf English verfügbar.SaaS Club is a new website that keeps track of relevant resources for SaaS businesses and developers. These resources are organized both in categories such as 'product', 'metrics' and 'sales' and according to their target audience, e.g. 'developers & designers' or 'managers & product people'. Enterprise App Developer Atlas is an 'interactive map of the developer journey', i.e. it's a catalogue of tools for enterprise web app development. Tools are organized according to product phases ... Read more

Screw paper!

Leider ist der Eintrag nur auf English verfügbar.As a sort of follow-up to my post on bizarre, backward paper-based processes I recently doubled down on removing my remaining dependencies on paper and paper-based processes. With an reinvigorated passion for achieving "The Paperless Office ™" I did the following: scan all documents and invoices with PDFScanner (for macOS) store all scanned documents in Evernote sign documents with DocuSign have Zapier automatically store all invoices that arrived digitally via eMail in Evernote as well rigorously throw away everything ... Read more

Houdini – Automatically Generated Web App Tests

Leider ist der Eintrag nur auf English verfügbar.Houdini is was a new SaaS product - currently in private beta - that "watches you using your site and automatically generates end to end tests that run continuously in the cloud". After having added some JavaScript code to your web app Houdini will follow and record your clicks, inputs and actions. These recordings are then used for automatically generating tests that run continuously. So, if a code change breaks your app's front end behaviour ... Read more

Natural Language User Interfaces And Internet Search

Leider ist der Eintrag nur auf English verfügbar.Recently, there was an article at Wired about IBM’s Watson and how IBM might be able to supersede Google as the dominant search engine by providing a question-answering kind of search engine. Every few years the idea of a natural language / semantic / question answering search engine crops up again. Indeed, natural language understanding is quite relevant for the crawling and indexing part of information retrieval systems and Google is very good at that. Just ... Read more

SEPA: Nutzerfreundliche Eingabe von IBAN und BIC

In 2014 wird die Nutzung von SEPA für Banküberweisungen und Lastschrift endgültig Pflicht. An sich ist gegen eine internationale Vereinheitlichung des Zahlungsverkehrs nichts einzuwenden. Allerdings lässt die Nutzerfreundlichkeit des ganzen Verfahrens deutlich zu wünschen übrig oder wie es mal kürzlich jemand ausgedrückt hat: "SEPA ist endlich mal etwas, das für Unternehmen und Privatleute gleich kompliziert ist." Die Eingabe und Prüfung von IBAN und BIC auf den meisten Websites ist kompliziert und fehleranfällig. Es gibt verschiedene Randfälle, die keine eindeutige Zuordnung der BIC ermöglichen, z.B. ... Read more

TimeSheets: Stundenzettel für mite.

TimeSheets ist ein Tool, das mit mite erfasste Zeiten tabellarisch darstellt. Nach der Eingabe des mite Kontonamens und API Keys können Zeiten nach Projekten und Zeitraum abgefragt werden. TimeSheets basiert auf Bootstrap und Angular mit verschiedenen Erweiterungen für i18n, localStorage und Co. TimeSheets kann unter https://bjoernkw.github.io/TimeSheets3/ genutzt werden. Der Source Code ist unter https://github.com/BjoernKW/TimeSheets3 verfügbar. Read more

MemoEasy – Termine online buchen

Terminausfälle sind für viele Unternehmen ein erhebliches Problem. Ärzte, Friseure, Versicherungsmakler - für diese Dienstleister und in vielen weiteren Branchen läuft ein Großteil des Geschäftes über vorab vereinbarte Termine ab. Nicht wahr genommene Termine sind daher nicht nur ärgerlich, sondern führen auch zu teils erheblichen Umsatzeinbußen. Solche Umsatzausfälle müssen dann erst einmal wieder aufgefangen werden. Ausgefallene Termine können kurzfristig nicht wieder neu vergeben werden. Oft werden Termine einfach deswegen nicht wahr genommen, weil Kunden ihren Termin schlicht vergessen haben. MemoEasy (das erste ... Read more

Chosen – User-friendly select boxes

Leider ist der Eintrag nur auf English verfügbar.HTML <select></select> boxes can be rather unwieldy and don't exactly cater for a stellar user-experience. To alleviate that pain Harvest provide a highly useful jQuery plugin that's been adequately named Chosen. Apart from a nice CSS styling Chosen adds several user interface improvements to vanilla HTML select boxes such as search, easy-to-use multiple selections and option groups. Using Chosen is as easy as adding the following JavaScript code to your website: $('select').chosen(); This will automatically spruce up and ... Read more
« Vorherige SeiteNächste Seite »