Insights gallery

Explore our thinking

Dive into our world and find out what we have to say about technology, UX, and software development.

Building on Digital Transformation - Integrating, Scaling, and Streamlining Wealth Management for the Future

Building on Digital Transformation - Integrating, Scaling, and Streamlining Wealth Management for the Future

This session builds upon the previous webinar's exploration of digital transformation in wealth management. It delves into the convergence of wealth/asset management with banking, insurance, and planning, focusing on hybrid digital solutions and emerging technologies. Topics include integrating traditional and digital practices, scaling advisor impact (fractional investing, platform services), streamlining operations, the future of financial planning (AI), and meeting evolving client expectations. Provides a roadmap for implementing digital strategies and capitalizing on emerging trends.

Why You Should Give Svelte a Try

What makes Svelte a different UI framework and why you should give it a try. In this article you will learn the benefits of using Svelte, the new (and different) UI framework, as opposed to others like React, and Vue.

Centralized Configuration Management – Part 2 – Retrieving and Using the Data

In the second part of this blog post we are going to look at a simple methodology for applications to take advantage of a centralized and transparent configuration store. I had thought this was going to be the hardest part of this project yet it turned out to be the most straightforward. This was done by implementing our own ProtectedConfigurationProvider class which gave us the ability to inject configuration data at runtime from any source available to me. I settled on this approach based on a lot of searching but which has been nicely condensed in several blog posts you can read here and here.

Wizards for Setup Pages

Q: For setup pages which are generally only used for getting started, do you recommend wizards to guide the user through the steps?