ARC Gruppen AB, Chrille Hedberg Build a Custom Gutenberg Block with React Gutenberg's built-in blocks cover a lot, but sometimes you need something specific. A price calculator, an interactive chart, a custom CTA section with specific fields. That's when you build your own ... Guide Utveckling WordPress Jul 22, 2025 WordPress
Julie Berger Testing in Odoo: Unit Tests, Tours, and CI Odoo has a built-in testing framework. Python unit tests for business logic, HTTP tests for controllers, and tours (browser tests) for frontend. Combined with CI pipelines, you catch errors before the... Guide Odoo Utveckling Jul 6, 2025 Odoo
Julie Berger WooCommerce Staging Environment: Test Without Risk Testing changes directly in a live WooCommerce store is playing with fire. A broken checkout page costs orders. A plugin conflict showing error messages costs trust. Staging solves this. What is stagi... Guide Utveckling WooCommerce Jun 20, 2025 WooCommerce
ARC Gruppen AB, Chrille Hedberg WordPress Taxonomies: More Than Categories and Tags Categories and tags are taxonomies. But they're just the default examples. You can create custom taxonomies to organize content in a way that actually fits your project. Hierarchical vs flat Hierarchi... Guide Utveckling WordPress May 28, 2025 WordPress
Julie Berger Headless WooCommerce: React Frontend with WooCommerce Backend Headless WooCommerce means using WooCommerce for products, orders, payment, and inventory, but building the frontend separately in React, Next.js, or Vue. The store becomes faster, more flexible, and ... Guide Utveckling WooCommerce May 22, 2025 WooCommerce
ARC Gruppen AB, Chrille Hedberg Building a Custom WooCommerce Theme: The Basics Pre-built WooCommerce themes work for most, but sometimes you need full control. Maybe the store needs to match an existing brand identity pixel-perfectly, or you have functional requirements no exist... Guide Utveckling WooCommerce May 8, 2025 WooCommerce
Julie Berger WordPress Hooks: Actions and Filters Explained Hooks are the mechanism that makes WordPress extensible without modifying core code. Understand actions and filters, and you understand how WordPress works under the hood; you can customize virtually ... Guide Utveckling WordPress Apr 16, 2025 WordPress
ARC Gruppen AB, Chrille Hedberg Odoo Views: Form, List, and XPath Inheritance Views in Odoo define how data is presented. Form view for single record, list view for overview, Kanban for visual board, pivot for analysis. Everything is defined in XML and can be extended with inhe... Guide Odoo Utveckling Feb 25, 2025 Odoo
Julie Berger WordPress and Docker: Local Development Environment Every time you set up a WordPress development environment manually, you waste time installing PHP, MySQL, configuring virtual hosts, and debugging version conflicts. Docker eliminates all of that. doc... Guide Utveckling WordPress Feb 18, 2025 WordPress
ARC Gruppen AB, Chrille Hedberg Custom Post Types: Build Your Own with Code WordPress has two content types by default: posts and pages. That's enough for a blog. But if you're building a real estate site, a job portal, or a product catalog, you need your own content types. C... Guide Utveckling WordPress Feb 5, 2025 WordPress
ARC Gruppen AB, Chrille Hedberg The OWL Framework: Frontend Development in Odoo 18 OWL (Odoo Web Library) is Odoo's JavaScript framework for the frontend. It replaced the older widget architecture and resembles React and Vue: components, reactive state, hooks, and templates. In Odoo... Guide Odoo Odoo 18 Utveckling Jan 25, 2025 Odoo
Julie Berger How to Debug WordPress: Tools and Techniques A white screen. A crashing plugin. A function that stopped working after the latest update. WordPress development means debugging. The right tools make the difference between half an hour and half a d... Guide Utveckling WordPress Dec 18, 2024 WordPress