Community West Bank

Services we provide:

  • Discovery
  • Strategy
  • UX/UI design
  • Website development
  • Xperience by Kentico implementation


About Community West Bank

CWB is a large community bank in southern California with over 20+ locations and a track record of financial strength, security and stability gained over its 44 years in business. CWB has set itself apart from other banks by its people, dedication to client advocacy, exemplary "relationship banking," strong community support and a mission to exceed expectations. With a passion for providing customized solutions, the merger drove the decision to revamp their digital services to better serve their customers.

The Process

In an era where digital presence is critical to financial institutions and mergers are frequent, the successful merger of Community West Bank (CWB) and Central Valley Bank (CVB) depended on a robust and well-executed digital strategy, critical to providing a seamless user experience for customers and employees. SilverTech, leveraging its expertise in Xperience by Kentico website development, customized a digital solution that unified the brands of these two banks into one cohesive user-friendly digital experience in just 4 months from start to launch.

The Challenges

The merger of CWB and CVB presented unique challenges, particularly in integrating two distinct digital landscapes into a single cohesive website. The biggest challenges included:

  • Differing Content Strategies: CWB's site was optimized for SEO with a rich content library, while CVB's site focused more on detailed product pages. Balancing these different content approaches was crucial.
  • Short Timeline: The project needed to be completed with a demanding timeline, delivering a high-quality, functional website, from planning to launch in less than four months.
  • Outdated Technology: The old CWB site suffered from poor mobile optimization, slow speeds, outdated information, and a lack of interactive features. This hindered customer engagement and usability.

DOWNLOAD FULL COMMUNITY WEST BANK CASE STUDY

Goals for New Site

SilverTech identified four main goals for CWB's new website with the main goal of unifying the brands. The merger of the two banks presented a unique opportunity to take advantage of the best from both brands.

Enhance the user experience and customer engagement

  • Improve testimonial and success story visibility
  • Simplify the site navigation
  • Maintain consistent/updated product listings and contact information

Modernize the look and feel of the website, aligning with the brand

  • Revise the visual design to improve brand consistency
  • Revamp the design elements such as color schemes, graphics, and styling to give the new website a fresh appearance
  • Create a site that is mobile responsive, giving users a seamless experience across all devices

Streamline product display and inquiry

  • Update the layout of products for consistency across the website

Use personalization and user data management to drive future success

  • Enable Google Analytics attribution for a clearer understanding of user journeys
  • Use Kentico data collection functionality to supplement Google Analytics
  • Integrate email and marketing automation for personalized user interactions

Solution and Implementation

Based on the insight gained, SilverTech devised a comprehensive strategy roadmap to address the challenges and deliver a seamless digital experience for the bank merger. It was SilverTech's recommendation that Kentico's newest hybrid CMS platform Xperience by Kentico would be the best solution for the new website. Xperience with robust features and functionality allowed SilverTech to create an exceptional digital user experience efficiently for CWB.

The Key components of the solution include:

  • Unified Content Strategy: SilverTech developed a content migration plan that combined the SEO-rich content from CWB with the detailed product information from CVB. This approach ensured that the new site would benefit from both banks' strengths while avoiding duplication and inconsistencies.
  • Modern Design and Functionality: The new website was built with Xperience by Kentico, featuring a modern, responsive design to enhance user experience across all devices. Key features included:
    • Enhanced Interactivity: Interactive elements and engaging content to improve customer interaction and retention
    • Improved CTAs: Clear, strategically placed CTAs to guide users through the site effectively
    • Technical Upgrades: Faster loading speeds, improved reliability, and mobile optimization to ensure a smooth user experience
    • New Functionalities: Inclusion of essential tools like product comparison tools, branch locator and more
  • Accelerated Development Timeline: Despite the tight timeline, SilverTech employed agile development practices to ensure timely delivery without compromising quality. The team worked in sprints to continuously test and refine the site, leading up to a successful launch within the four-month timeframe.

HIGHLIGHTS

2
Bank brands successfully merged
4
Short months from start to launch
1
Happy bank client

What Happens When Your Cloud Provider Goes Down?

By: Derek Barka | 9/27/23

screenshot of azure connectivity issue announcement

 

Infrastructure Connectivity Issues

This past weekend Microsoft’s Azure cloud infrastructure experienced a database connectivity issue in their US East data center.  Customers using Azure SQL databases in that region experienced outages lasting up to 14 hours through Saturday afternoon.  This led to many websites hosted in that region having downtime due to the sudden loss of connectivity to their databases.  Even proactive customers with database geo-replication enabled experienced 8 hours of downtime before the automatic failover kicked in due to underlying network infrastructure outages. Manual failovers by vendors who had a robust disaster recovery system in place were successful in the same time frame.

Cloud computing brings about tremendous advantages when it comes to easily building out complex infrastructure and scaling to meet unexpected demand.  However, it also has the same challenges of on-premises infrastructure in ensuring that your data and web services remain available and resilient against failures.

One such challenge for websites hosted in the cloud is to be prepared for unexpected disasters, such as hardware failures, data corruption, malicious attacks, or even natural disasters that might impact data centers.

The importance of disaster recovery planning and execution is critical to every business for a myriad of reasons:

Business Continuity: Ensure that your website remains accessible or can be quickly restored to minimize disruptions to customer service or your day-to-day business.

Data Protection: Safeguard data from corruption or loss.

Regulatory Compliance: Some industries like finance, utilities, and healthcare may mandate DR capabilities for compliance reasons and require annual audits.

Azure, Microsoft's cloud computing platform, provides many options for Disaster Recovery (DR) planning and mitigation.  Microsoft has data centers in dozens of regions across the world.   A true DR strategy should leverage multiple regions or data centers to protect you should one region go down.

1. Geo-Redundant Storage (GRS)
For asset-heavy websites, Azure offers Geo-Redundant Storage, which replicates your data to a secondary region (hundreds of miles away from the primary location). In the event of a data center disaster, GRS provides six copies of your data across two Azure regions.  This works great for backing up digital assets, documents, and other files stored on your website. 

2. Azure SQL Zone Redundancy
In premium tiers of Azure SQL, Microsoft offers Zone Redundancy meaning that there will be multiple copies of your database within an Azure Data Center.  This protects you if a certain database server or zone fails or when Azure is performing maintenance on a certain server.  Unfortunately, this does not protect you if the entire data center or region has problems. 

3. Auto-Failover SQL Database Groups
Azure auto-failover groups allow you to manage the replication and failover of all your databases from one data center to another data center in another region.  When enabled, Azure will automatically replicate your data from the primary database to your replicated database at set intervals.

4. Azure Traffic Manager and Azure Front Door
To maintain high availability, networking gateways like Azure Traffic Manager and Azure Front Door direct user traffic to the primary data center or, if that's unavailable, to the failover region. This ensures users still access your website even if one data center experiences issues.  Azure Front Door also has additional features like Web Application Firewalls and Content Delivery Networks to help protect against malicious traffic and unexpected traffic surges.

None of these services are a one-stop disaster recovery solution but are each individual tools in your arsenal to deploy strategies for true disaster recovery planning.  Each also has its own benefits and costs associated with them.  Your final solution will depend on your website platform, organizational needs, risk tolerance, and, of course, budgets.

SilverTech hosts over 500 websites in our various Cloud Data Centers and have fine-tuned our approach to disaster recovery for the various Digital Experience Platforms (DXP) we work with. 

A typical solution would involve:

  • Application Services replicated to at least 2 Azure regions (Us East and Us West for example)
  • Azure SQL Failover groups configured for at least 2 regions.
  • Geo-redundant storage and backups
  • Azure Front Door configured to direct traffic to the healthy region.
  • Web Application Firewall configured for the current DXP.
  • Content Delivery Network configured for the current DXP.

This combination of services allows us to offer a secure, resilient hosting environment with automatic DR failover at an affordable price to many organizations.

flow chart for azure front door

In addition to planning for DR and configuring your infrastructure to support it, ongoing maintenance is essential.

Regular Testing: Simulate disaster scenarios and test your recovery processes to ensure they work as expected.

Update & Review: Regularly update your DR plan, especially as your website evolves or Azure introduces new services/features.

Documentation: Have a clear, documented process that everyone can follow during disaster recovery.

Keep Security Front and Center: During DR, it's essential to ensure that your data remains secure.

While disasters are unpredictable, their impact on your website doesn't have to be. With the right DR strategy, leveraging Azure's vast array of tools and services, you can ensure that your website remains available, resilient, and secure, no matter what challenges arise. Always remember - it's not about preventing disasters but being prepared for when they do finally occur. Learn about our hosting and managed services and contact us today for a consultation.  


Meet the Author: Derek Barka

This website uses cookies in order to offer you the most relevant information. Please "Accept & Continue" for optimal site performance.