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.

5 Software Design Strategies That Let Users Scale Their Brain

When designing and developing software, it is critical to take into account the limitations of the technology employed, especially hardware—things like computers, boxes and other physical devices. But there’s another aspect to hardware that should be taken into account and is often overlooked: the user.

Undocumented Languages: Configuration Files

It starts innocently enough. You need a database connection string and to know which tables are safe to cache, and there’s just no sense in putting that in your source code. Right? I mean, why put hard-coded stuff in your programming language?

Navigation Sub-Levels

Q: The web team at our company wants me to figure out the best way to add a 6th level of navigation to our website. Is the best way to do this to add this level of navigation sub-nested under the 5th level on the left-hand side of the page?