Blog
You Can Use Playwright to Test Your Site on WebKit
Playwright provides a convenient way to test websites in WebKit browsers across any operating system without requiring specialized tools like Browserstack or Apple devices. With just two simple commands, developers can install Playwright and launch a WebKit browser with inspector capabilities, though some platform-specific features may vary compared to Safari on macOS.
Turn off DB_AUDIT Logs in SAP Commerce
The databse audit logging of SAP Commerce can fill up your logs. Then it is hard to use logs for debugging. This article covers how you can turn off the logging for local development.
Weekly Notes 44/24
Weekly Notes of the week 44 of 2024. Results for the State of CSS and State of Frontend 2024 surveys are in.
Weekly Notes 43/24
Weekly notes of the week 43/2024 about how many managers a company should have, Emotional Agility and Palantir.
Loading a JSP for a Page Template From an Addon
A custom page template in an SAP Commerce Accelerator Storefront addon can be properly referenced by using the prefix "addon:" in the frontendTemplateName field of the PageTemplate Impex.
SAP Commerce: Intercepting Populated Item Models Before Persistence
To configure a new CMS component populator in SAP Commerce and ensure it works alongside other populators, you need to create the populator, define it as a bean, and include it in a composite populator map to apply multiple populators to the same CMS item type.
SAP Commerce: Change Nested Editor in Backoffice config
Changing the editor conifg in the SAP Commerce Backoffice can be a bit tricky. Here are some hints for the case you want to config a nested editor.
Using Git Hooks With Husky.js
Git hooks are useful to automate tasks in your git workflow, but they are hard to maintain. Husky.js is a great way to share and maintain your git hooks with your team.