ChatGPT Modelle im Überblick – Unterschiede, Vorteile und Kosten
Überblick der ChatGPT-Modelle von OpenAI: Unterschiede, Kosten und Einsatzbereiche. Fachartikel von Agoradesign, Ihrer KI-Agentur in Österreich.
Grafik & Design mit KI – Effizienz trifft auf Erfahrung
Bei agroadesign verbinden wir Kreativität, Markenidentität und KI-Unterstützung, um effiziente, einzigartige Designs mit Wiedererkennungswert zu schaffen.
Wie KI die Arbeit von Marketingagenturen verändert - unsere Erfahrungen
Künstliche Intelligenz revolutioniert Marketingprozesse. Erfahren Sie, wie wir KI nutzen, um Prozesse, Abläufe und Kampagnen effizienter, smarter und messbarer zu gestalten.
What is ChatGPT? (interview)
Today we present a special post. We're doing interview talking about the new star on the tech horizon: ChatGPT. And no one knows better about it than our interview partner: ChatGPT :D
Bring christmas and winter flair to your Drupal site with the Snowflakes module
We've created a small Drupal module that brings pure CSS animated snowflakes into your Drupal site.
Slightly advanced Apache Solr config for dummies
This time I'll share some lessons learned on trying to optizime Apache Solr configuration from my n00b perspective.
Using a cart event subscriber to automatically add order items in Drupal Commerce
This time I'm showing you, how you can automatically add another order item after a product has been added to the cart in Drupal Commerce 2.x. The most important info here is, how you can pass the pitfall of possible transient data problems here.
Remove or replace the add to cart message in Drupal Commerce 2.x
Commerce ships with a default success message after adding a product to the shopping cart. This is done via an event subscriber, in order to be easy customizable. However, removing, replacing or extending existing services in Drupal 8 is a thing, not every developer is used to do. I'll show you, how easy this is.
Two ways to ajaxify and decouple Drupal Commerce add to cart and wishlist actions
There are a couple of modules out there to ajaxify the add to cart form of Drupal Commerce, but I'll introduce to one that on top offers a real decoupled solution. Additionally I'll show how you can achieve a simpler version of that with only a few lines of custom JS code.
Asset Packagist as State of the Art in 3rd part library integration
The introduction of Composer in Drupal 8 was a great improvement over managing packages via Drush Make, but however did leave some questions about properly load 3rd party Javascirpt libraries - here's an advice how you should do it.