Workshop für digitale Produktentwicklung

Sie haben eine Idee für ein digitales Produkt, sind aber noch nicht sicher, ob und wie sie sich umsetzen lässt? Wir können sie dabei mit unserem Workshop zur digitalen Produktentwicklung unterstützen.

Angular: Using two different base URLs in one project.

Angular: Two Paths. Two ways to solve a problem.

Using only one base URL for one Angular project will not always be enough. Implementing another base URL which is different from the first can be a little tricky. For example if you have a url “retailer.com” and you want to have another one like “customer.com” and both should direct you to a different page. […]

Skipping Django serialization of rarely changing objects

Bild der Kubo App

For database objects that rarely change but are often requested using a RESTful API, repeated serialization is wasteful. We show you how serialization can be skipped using the HTTP header If-Modified-Since.As an example, consider a very simplified version of the Django model used by kubo to represent a store: Using the Django REST framework, it […]

Was ist ein MVP? – Vier erfolgreiche Beispiele

MVP Diagramm

Was ist ein MVP (Minimum Viable Product)? MVP (Minimum Viable Product) ist eine Abkürzung, die besonders in der Startup Szene gerne verwendet wird.  Oft wird ein MVP im Deutschen verkürzt als “kleinstmögliches Produkt” bezeichnet. Im Grunde ist ein MVP also ein neues Produkt mit den wichtigsten Kernfunktionen ohne viel Beiwerk. Es werden möglichst wenig Ressourcen […]