Blog
Hier schreiben wir über unsere Erfahrungen in der Software-Entwicklung, User-Interface Design und Produkt Management.
-
Headless E-Commerce Onlineshops mit Shopify
Jedes Geschäftsmodell ist unterschiedlich - in der Praxis stößt man daher mit individuellen Anforderungen manchmal an die Grenzen der Möglichkeiten eines Shopify Themes. Einen besseren Ansatz bietet die so genannte "Headless" Architektur.
-
Wagtail Instagram Thumbnail Url Max Length
Facebook recently started having thumbnail_urls that are longer than the limit enforced by Wagtail (255 characters). In this post we will explore how to work (or "hack") around this limitation.
-
Wagtail Instagram New oEmbed API
Facebook recently deprecated the (now) legacy Instagram oEmbed API. This breaks embedding of Instagram posts in Wagtail. Here's how to work around this until the Wagtail Core Team can get to it.
-
7 Vorteile von Shopify als E-Commerce Plattform
Shopify hat gegenüber Systemen wie Magento oder WooCommerce einige wesentliche Vorteile. Warum wir auf Shopify als E-Commerce Plattform setzen, erfahren Sie hier.
-
Neon Mode: Building a new Dark UI
We recently added a darkmode to our website. It's not just white text on a black background though - this one has a few extra tricks up its sleeve. Here's how we built it.
-
Tack Update May 2020
Always be improving - Tack lives by that rule. Here's what changed with our extensive update in May. We can now handle thousands of projects, added support for Shortcuts and a bunch of other features!
-
Adding TikTok Embed Support To Wagtail
TikTok has already found its way into a lot of people's lives. Now it's time to add it to your Wagtail CMS driven site. Your marketing team will love it and it only takes 3 minutes.
-
Taking beautiful screenshots of your Slack app
Ever wondered how to take nice looking screenshots of your Slack app? This one is for you.
-
How to do home office work the right way
Working from home as become the new standard for many in the current situation. That comes with different challenges - one of them is keeping up with your teammates.
-
Remote Work Challenges: The Missing Context
Remote teams don't always share a common context when working together - that can cause problems. This is the story of why we built Tack, a Slack app that enables everyone to see what their teammates are up to right now.
-
Handling specific exceptions in JavaScript
This is a story of how trying to catch an exception in JavaScript led to destroying the user experience of a signup process. Or: how stackoverflow and minification don't always save the day.
-
story.one - Eine Erfolgsgeschichte
Wir haben im Februar 2018 mit der Entwicklung von story.one begonnen. Heute, zwei Jahre später, ist es rückblickend sehr beeindruckend wie sich diese Community weiterentwickelt hat.
-
Create wagtail pages programmatically
Programmatically creating the Wagtail page tree can save you and your team a lot of time in the long run.
-
Wie ich ein Codista Teammitglied wurde
Bald ist mein “Halbjahrestag“ bei Codista und ich kann gar nicht richtig glauben, dass es schon 6 Monate her ist, dass ich hier zu arbeiten begann. Mein Name ist Angela und ich bin das neueste Mitglied im Codista Team!
-
Toggl track mit Slack synchronisieren
In einem größeren Team ist es oft schwierig, den Überblick über alles zu behalten was vor sich geht. Wir haben ein Tool entwickelt, das uns hilft unsere interne Zeiterfassung mit Slack zu synchronisieren.
-
Is System.Text.Json in .NET Core 3 ready for prime-time?
With the advent of .NET Core 3, there is finally builtin support for JSON, without the need to use the excellent Json.NET. Let's take a quick dive in and see if we should jump ship yet.
-
Wagtail multi-language and internationalization
Websites often have an international audience. The process of serving translated content is referred to as "internationalization" or "multi-language" support. Here's how we're approaching that in our web projects using Wagtail.
-
How to build a language switcher in Wagtail / Django
A switcher enables users to seamlessly transition between different languages. But how can we achieve this functionality in a Wagtail project? We need a way to link pages together.
-
Initial data for Django projects - Fixtures, but better (part two)
This is part two of our series on how to provide initial data for your next web project. This post shows how to automate the tedious task of manually setting up the Wagtail page tree.
-
Initial data for Django projects - Fixtures, but better (part one)
Providing initial data for a web project can be cumbersome. Here's how to automate manual project setup tasks and save precious developer time.