APEX World 2025
Philipp Hartenfeller
20-MAR-2025 | Ede
“User experience (UX) is how a user interacts with and experiences a product, system or service. It includes a person's perceptions of utility, ease of use, and efficiency.”Wikipedia
Both good UX, but users visit for completely different things
NYT | Lego |
---|---|
Black and white | Colorful |
Serif fonts | Sans-serif fonts |
Clean and professional | Playful and engaging |
Text heavy / few images | Huge images / not much text |
→ "Anything I should read?" | → "So much to explore!" |
“Visual hierarchy refers to how important the elements in an interface appear in relation to one another, and it's the most effective tool you have for making something feel designed.
When everything in an interface is competing for attention, it feels noisy and chaotic, like one big wall of content where it's not clear what actually matters.”
Example from Refactoring UI
apex.actions.add({
name: "send-email",
label: "Send Email",
action: (event, focusElement) => {...}
});
apex.actions.addShortcut(
"Ctrl+Shift+E",
"send-email");
For power users
Simple boring UIs that serve the content to not overwhelm the users
Contact: phartenfeller at united-codes.com
Slides at: hartenfeller.dev
Evaluate this talk