CINXE.COM
Nearform
<!DOCTYPE html><html lang="en" class="no-js"> <head> <script> document.documentElement.classList.replace('no-js', 'js'); </script> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <link rel="icon" type="image/svg" href="https://www.nearform.com/media/site/da28bd2d39-1722603196/logo_n_dark.svg"> <link rel="icon" href="https://www.nearform.com/assets/images/favicon/favicon.ico" type="image/x-icon"> <link rel="icon" href="https://www.nearform.com/assets/images/favicon/favicon.png" type="image/png"> <link rel="icon" href="https://www.nearform.com/assets/images/favicon/favicon.svg" type="image/svg+xml"> <link rel="icon" href="https://www.nearform.com/assets/images/favicon/favicon_light.png" media="(prefers-color-scheme: light)" type="image/png"> <link rel="icon" href="https://www.nearform.com/assets/images/favicon/favicon.svg" media="(prefers-color-scheme: dark)" type="image/svg+xml"> <title>Nearform</title> <meta name="description" content="Nearform is an independent team of engineers, designers and strategists. We build digital capability and software solutions for ambitious enterprises seeking sustained business impact. We love what we do."> <meta name="robots" content="all"> <link rel="canonical" href="https://www.nearform.com/"> <meta content="Nearform" property="og:site_name"> <meta content="https://www.nearform.com/" property="og:url"> <meta content="website" property="og:type"> <meta content="Nearform" property="og:title"> <meta content="Nearform is an independent team of engineers, designers and strategists. We build digital capability and software solutions for ambitious enterprises seeking sustained business impact. We love what we do." property="og:description"> <meta content="https://www.nearform.com/media/pages/home/6e21c37d7d-1722602798/preview_thumbnail_4-1200x630-crop.png" property="og:image"> <meta content="1200" property="og:image:width"> <meta content="630" property="og:image:height"> <script type="application/ld+json">{"@context":"https://schema.org","@graph":[{"@type":"WebSite","@id":"https://www.nearform.com/#website","url":"https://www.nearform.com","name":"Nearform","description":"Nearform"},{"@type":"Organization","@id":"https://www.nearform.com/#owner","name":"Nearform","url":"https://www.nearform.com","logo":"https://www.nearform.com/media/site/6506067fe7-1722603195/logo_dark.svg"}]}</script> <style type="text/css"> :root { --max-width: 1600px; /* Colours */ --primary: #00E5A4; --secondary: #5630FF; --background: #FFFFFF; --darkbackground: #000E38; --purple: #8950ff; --lightpurple: #DDCAFF; --blue: #166bff; --lightblue: #D6E6FF; --grey: #D9D9D9; --darkgrey: #514B45; --lightgrey: #EAEBED; --navy: #0C3D60; --lightnavy: #526288; --base-weight: 400; --base-typeface: 'Bitter', sans-serif; --secondary-font: 'Inter', sans-serif; } </style> <link href="https://www.nearform.com/assets/css/style.css?v=07:27-23.02" rel="stylesheet"> <script defer src="https://www.nearform.com/assets/js/main.min.js?v=07:27-23.02"></script> <link rel="alternate" type="application/rss+xml" title="Nearform – Latest from our Insights & Digital Community" href="https://www.nearform.com/feed"/> <link rel="alternate" type="application/rss+xml" title="Nearform – Latest from our News & Updates" href="https://www.nearform.com/news/feed"/> <meta name="twitter:card" content="summary_large_image"/> <meta name="google-site-verification" content="cgK3vWYNLJZLdfM4Z9jAQ3w-oxIYBsConQqWG8B6OAE"/> <!-- GA Cookies for www.nearform.com --> <script> // Define dataLayer and the gtag function. window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} // Set default consent for specific regions according to your requirements gtag('consent', 'default', { 'ad_storage': 'denied', 'ad_user_data': 'denied', 'ad_personalization': 'denied', 'analytics_storage': 'denied', 'regions':[<list of ISO 3166-2 region codes>] }); // Set default consent for all other regions according to your requirements gtag('consent', 'default', { 'ad_storage': 'denied', 'ad_user_data': 'denied', 'ad_personalization': 'denied', 'analytics_storage': 'denied' }); </script> <script src="https://cdn.cookielaw.org/scripttemplates/otSDKStub.js" type="text/javascript" charset="UTF-8" data-domain-script="69f82433-fa75-420b-a39c-43c4a9289e9f" async></script> <script type="text/javascript"> function OptanonWrapper() { } </script> <!-- OneTrust Cookies Consent Notice end for www.nearform.com --> <!-- Previous value for Tagmanager AW-867804553 --> <link rel="dns-prefetch" href="https://www.google-analytics.com"> <link rel="preconnect" href="https://www.google-analytics.com"> <script async src="https://www.googletagmanager.com/gtag/js?id=G-HHYVT8R73J"></script> <!-- Google Analytics Tag --> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-HHYVT8R73J'); </script> <!-- Google Tag Manager --> </head> <body> <div id="wrapper" x-data="{ current: '/home', background: '', gradient: '', showNotice: false, bodyClass: '', headerClass: '', bannerVideo: false, menu: false, setBGColor() { if (this.background== '#000e38') { this.bodyClass= 'dark-mode'; } else if (this.background== '#00e5a4') { this.bodyClass= 'green'; } else if (this.background== '#ffffff') { this.bodyClass= 'light-mode'; } else if (this.background== '#E1DFFF') { this.bodyClass= 'lightpurple'; } else if(this.background== '') { this.bodyClass= 'light-mode'; } }, headerCheck() { if(window.scrollY> (window.innerHeight * 0.02)) { this.headerClass = 'header--frosted'; if(window.location.pathname == '/') { this.bannerVideo = false; this.headerClass = 'header--frosted'; this.showNotice = false; } } else { this.headerClass = 'nope'; if(window.location.pathname == '/') { this.bannerVideo = true; this.headerClass = 'header--overvideo'; this.showNotice = true; } else { this.bannerVideo = false; this.headerClass = ''; this.showNotice = false; } } if(window.location.pathname == '/work') { this.bodyClass = 'dark-mode'; } } }" @scroll.window="headerCheck()" :class="bodyClass"> <a class="skip-to-content-link" href="#main">Skip to content</a> <header id="header" :class="headerClass" class="header" role="banner" :class="showNotice ? 'header--notice' :''"> <div class="header_container"> <div class="logo"> <a data-no-swup href="https://www.nearform.com" title="Back to homepage" @click="current = '/home'"> <svg width="144" height="25" viewBox="0 0 144 25" fill="none" xmlns="http://www.w3.org/2000/svg"> <g class="wordmark"> <path d="M0 0H3.26601L13.8828 15.4476V0H17.4036V21.7977H14.1376L3.52074 6.35007V21.7977H0V0Z" fill="#000E38"/> <path d="M19.6966 13.8557C19.6966 8.93399 22.8443 5.66797 27.5387 5.66797C32.233 5.66797 35.2261 8.59738 35.3261 13.2644C35.3261 13.6646 35.2989 14.1013 35.2352 14.538H23.2173V14.7564C23.3083 17.4674 25.0277 19.2414 27.666 19.2414C29.7221 19.2414 31.2141 18.2134 31.678 16.4394H35.0441C34.4801 19.5871 31.8054 21.9799 27.848 21.9799C22.8352 21.9799 19.6875 18.7411 19.6875 13.8557H19.6966ZM31.8418 12.0817C31.5598 9.71637 29.9131 8.37904 27.5751 8.37904C25.428 8.37904 23.5903 9.80735 23.3447 12.0817H31.8418Z" fill="#000E38"/> <path d="M44.5055 5.66797C48.7358 5.66797 51.1649 7.68763 51.1649 11.463V17.8495C51.1649 18.6592 51.5106 18.8775 52.1929 18.8775H52.8752V21.8069H51.1012C48.9178 21.8069 48.1718 20.8426 48.1718 19.2505C47.1165 20.8699 45.4971 21.9889 42.9134 21.9889C39.429 21.9889 37 20.2786 37 17.3219C37 14.0558 39.3654 12.2181 43.8231 12.2181H47.8443V11.2538C47.8443 9.47984 46.5706 8.38814 44.3599 8.38814C42.3675 8.38814 41.0302 9.32518 40.7755 10.7261H37.4731C37.8188 7.61485 40.4934 5.68617 44.5055 5.68617V5.66797ZM43.3865 19.3688C46.1885 19.3688 47.8079 17.7221 47.8352 15.2567V14.6927H43.6594C41.5761 14.6927 40.4207 15.4751 40.4207 17.0944C40.4207 18.4318 41.5397 19.3688 43.3774 19.3688H43.3865Z" fill="#000E38"/> <path d="M58.1152 5.84961L58.4882 8.25136C59.2978 6.91402 60.5715 5.84961 63.1916 5.84961H75.6734V8.99736H62.4456C59.4525 8.99736 58.4882 11.3354 58.4882 13.7918V21.7976H55.1221V5.84961H58.1152Z" fill="#000E38"/> <path d="M68.013 5.84971V4.35771C68.013 1.49199 69.3868 0 72.4617 0H75.6731V2.9567H72.8984C71.8067 2.9567 71.3427 3.42067 71.3427 4.51237V5.84971H75.6731V8.8064H71.4064V21.7886H68.013V8.8064H65.2383V5.84971H68.013Z" fill="#000E38"/> <path d="M84.1973 5.66797C89.0554 5.66797 92.3214 8.97038 92.3214 13.8284C92.3214 18.6865 89.0554 21.9889 84.1973 21.9889C79.3393 21.9889 76.0732 18.7229 76.0732 13.8284C76.0732 8.93399 79.3393 5.66797 84.1973 5.66797ZM88.9008 13.8284C88.9008 10.7443 87.0358 8.5337 84.1973 8.5337C81.3589 8.5337 79.5303 10.7443 79.5303 13.8284C79.5303 16.9125 81.368 19.1232 84.1973 19.1232C87.0267 19.1232 88.9008 16.9125 88.9008 13.8284Z" fill="#000E38"/> <path d="M97.498 5.84961L97.871 8.25136C98.6807 6.91402 99.9543 5.84961 102.574 5.84961H103.32V8.99736H101.828C98.8353 8.99736 97.871 11.3354 97.871 13.7918V21.7976H94.5049V5.84961H97.498Z" fill="#000E38"/> <path d="M105.376 5.84925H108.306L108.679 7.93258C109.579 6.74991 110.953 5.69459 113.346 5.6582C115.429 5.6582 117.303 6.49518 118.267 8.55122C119.296 6.80449 121.097 5.6582 123.717 5.6582C127.019 5.6582 129.694 7.55959 129.694 12.5996V21.7881H126.328V12.818C126.328 10.0159 125.172 8.55122 122.998 8.55122C120.697 8.55122 119.232 10.2979 119.232 13.1637V21.7881H115.838V12.818C115.838 10.0159 114.683 8.55122 112.472 8.55122C110.262 8.55122 108.733 10.4162 108.733 13.2546V21.7881H105.367V5.84925H105.376Z" fill="#000E38"/> </g> <g class="dash"> <path d="M131.505 21.7979H143.741V25.0093H131.505V21.7979Z" fill="#00E5A4"/> </g> </svg> </a> </div> <button class="header_burger" aria-label="Open menu" @click="menu = !menu"> <span></span> <span></span> <span></span> </button> <nav class="nav" aria-label="main"> <ul class="nav_mobile" x-trap="menu"> <li> <a :aria-current="menu = false; current == 'about' ? 'true' : 'false'" :class="current == '/about' ? 'active' : ''" href="https://www.nearform.com/about/" @click="current = '/about'"> About </a> </li> <li> <a :aria-current="menu = false; current == 'work' ? 'true' : 'false'" :class="current == '/work' ? 'active' : ''" href="https://www.nearform.com/work/" @click="current = '/work'"> Work </a> </li> <li> <a :aria-current="menu = false; current == 'insights' ? 'true' : 'false'" :class="current == '/insights' ? 'active' : ''" href="https://www.nearform.com/insights/" @click="current = '/insights'"> Insights </a> </li> <li> <a :class="menu = false; current == '/careers' ? 'active' : ''" href="https://www.nearform.com/careers/" @click="current = '/careers'"> Careers </a> </li> <li> <a data-no-swup :class="menu = false; current == '/contact' ? 'active' : ''" href="https://www.nearform.com/contact/" @click="current = '/contact'"> Contact </a> </li> </ul> <ul class="nav_left"> <li> <a :aria-current="current == '/about' ? 'true' : 'false'" :class="current == '/about' ? 'active' : ''" href="https://www.nearform.com/about/" @click="current = '/about'"> About </a> </li> <li> <a :aria-current="current == '/work' ? 'true' : 'false'" :class="current == '/work' ? 'active' : ''" href="https://www.nearform.com/work/" @click="current = '/work'"> Work </a> </li> <li> <a :aria-current="current == '/insights' ? 'true' : 'false'" :class="current == '/insights' ? 'active' : ''" href="https://www.nearform.com/insights/" @click="current = '/insights'"> Insights </a> </li> </ul> <ul class="nav_right"> <li> <a :aria-current="current == '/careers' ? 'true' : 'false'" :class="current == '/careers' ? 'active' : ''" href="https://www.nearform.com/careers/" @click="current = '/careers'"> Careers </a> </li> <li> <a :aria-current="current == '/contact' ? 'true' : 'false'" :class="current == '/contact' ? 'active' : ''" href="https://www.nearform.com/contact/" @click="current = '/contact'" data-no-swup> Contact </a> </li> </ul> </nav> </div> </header> <main id="swup" class="transition-fade show-hero " data-gradient-on="false" data-distance="" x-init=" background = ''; setBGColor(); headerClass = '' showNotice = false;" @pageshow.window="data = $el.value"> <!-- Bring all home template stuff into here --> <section class="grid--container grid--space-bottom intro intro--max-width intro_home intro--hero"> <button id="playPauseButton" class="btn btn--navy">Pause video</button> <div class="grid grid--show"> <div class="col col--12 col--md-6"> <div class="intro_title"> <h1 class="altTitle t-6xl"><span class="tw">Building enduring impact</span></h1> <!-- <h1 class="altTitle"><span class="height-measure">Building enduring impact</span></h1> --> </div> <a class="btn" href="https://www.nearform.com/about">About us</a> </div> </div> </section> <section id="banner" class="banner banner--full-width banner_home banner--hero"> <video id="video" x-init="bannerVideo = true; headerCheck()" x-ref="video" autoplay loop muted playsinline> <source src="https://www.nearform.com/media/pages/home/064d8072a2-1722602798/nearform_video_webpage.mp4" type="video/mp4"> </video> </section> <section id="" class="grid--container home grid--space-bottom grid--space-top " id="07377e82-9665-4271-be37-a3efb67f4dd2"> <div class="grid grid--show " style="" data-align="true"> <div class="blocks col col--12 col--md-6"> <div class="text "> <div class="t-3xl "> <h2>Modernise your organisation at pace</h2></div> </div> </div> <div class="blocks col col--12 col--md-6"> <div class="text "> <div class="t-large "> <p>We are an independent team of engineers, designers and strategists. We build digital capability and software solutions for ambitious enterprises seeking sustained business impact. We love what we do.</p></div> </div> <div class="button "> <a class="btn btn--primary" href="https://www.nearform.com/about"><span>About us</span></a> </div> </div> </div> </section> <section id="" class="grid--container home " id="d08c66f5-ae63-4b20-8b31-0e00323c07fe"> <div class="grid grid--show " style="" data-align="true"> <div class="blocks col col--12 col--md-12"> <div class="bento "> <div class="cta_container grid bento--flip bento--dark" x-intersect="$el.classList.remove('out')" style="background-color: #d6e6ff;"> <a href="https://www.nearform.com/work/travelex" target="" class="cta_info bento_info col col--12 col--sm-6 col--md-5"> <div class="cta_subtitle"><p>Work</p></div> <h2 class="t-3xl bento_heading">Travelex boosts sales conversion by double digits in under 6 months, thanks to a new app</h2> <span class="cta_link bento_link" role="link" href="https://www.nearform.com/work/travelex"> Read case study<span class="arrow"><svg width="23" height="16" viewBox="0 0 23 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M0 8H21" stroke="black" stroke-width="1.5"/> <path d="M14 15L21 7.74074L14.5 1" stroke="black" stroke-width="1.5"/> </svg></span> </span> </a> <a href="https://www.nearform.com/work/travelex" class="cta_image col col--12 col--sm-6 col--md-7" aria-hidden="true" tabindex="-1"> <img loading="lazy" src="https://www.nearform.com/media/pages/home/d3a36e8bd0-1732631983/travelex-homepage-picture-1600x900-crop.png" alt="Two women sat on the floor in between two suitcases"> </a> </div> </div> <div class="bento "> <div class="cta_container grid open-source bento--full bento--dark" x-intersect="$el.classList.remove('out')" style="background-color: #00e5a4;"> <a href="https://www.nearform.com/open-source" target="" class="cta_info col col--12 col--sm-6 col--md-5"> <div class="cta_subtitle"><p>Open Source</p></div> <h2 class="t-5xl bento_heading">Design. Build. Optimise.</h2> <span class="cta_link " role="link" href="https://www.nearform.com/open-source"> Our commitment to Open Source<span class="arrow"><svg width="23" height="16" viewBox="0 0 23 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M0 8H21" stroke="black" stroke-width="1.5"/> <path d="M14 15L21 7.74074L14.5 1" stroke="black" stroke-width="1.5"/> </svg></span> </span> </a> <a href="https://www.nearform.com/open-source" class="cta_image col col--12 col--sm-6 col--md-7" aria-hidden="true" tabindex="-1"> <img loading="lazy" src="https://www.nearform.com/media/pages/home/6f9f9d9605-1722602796/home_opensource-1600x900-crop.png" alt=""> </a> </div> </div> <div class="bento "> <div class="cta_container grid bento--dark" x-intersect="$el.classList.remove('out')" style="background-color: #ccfaed;"> <a href="https://www.nearform.com/sustainability" target="" class="cta_info bento_info col col--12 col--sm-6 col--md-5"> <div class="cta_subtitle"><p>Sustainability</p></div> <h2 class="t-3xl bento_heading">Our journey towards sustainability</h2> <span class="cta_link bento_link" role="link" href="https://www.nearform.com/sustainability"> Read about our commitment<span class="arrow"><svg width="23" height="16" viewBox="0 0 23 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M0 8H21" stroke="black" stroke-width="1.5"/> <path d="M14 15L21 7.74074L14.5 1" stroke="black" stroke-width="1.5"/> </svg></span> </span> </a> <a href="https://www.nearform.com/sustainability" class="cta_image col col--12 col--sm-6 col--md-7" aria-hidden="true" tabindex="-1"> <img loading="lazy" src="https://www.nearform.com/media/pages/home/2c70bd23a9-1722602799/treeplanting_coffee_seedling-guatemala-02-1600x900-crop.jpg" alt=""> </a> </div> </div> </div> </div> </section> <section id="" class="grid--container home grid--space-bottom " id="cb745d23-e3c4-44c5-929e-829323eac935"> <div class="grid grid--show grid--border-top" style="border-top: solid 1px;" data-align="true"> <div class="blocks col col--12 col--md-12"> <div class="features "> <div class="features_heading"> <h2>Unparalleled delivery. Driven by talent.</h2> </div> <div class="features_items"> <div class="feature text"> <h3 class="feature_title">Customer Experience, Product and Design</h3> <p>From concept to consumer, our agile delivery teams combine deep architecture, design, engineering and product strategy to build digital products rapidly.</p> </div> <div class="feature text"> <h3 class="feature_title">Enterprise Modernisation, Platforms and Cloud</h3> <p>We modernise applications and platforms using leading-edge technologies, development practices and delivery processes to create fast, future-ready enterprise solutions.</p> </div> <div class="feature text"> <h3 class="feature_title">Digital Transformation and Operations</h3> <p>We help organisations accelerate delivery and automate the path to production across teams and applications, resulting in game-changing platforms that improve velocity, scale and DevEx.</p> </div> <div class="feature text"> <h3 class="feature_title">Data and Artificial Intelligence (AI)</h3> <p>Reliable data is critical to decision-making, so we make quality data and actionable insights readily available, empowering teams to solve high-impact challenges at speed and scale.</p> </div> </div> <div class="features_button"> <a href="https://www.nearform.com/contact" class="btn btn--primary">Contact</a> </div> </div> </div> </div> </section> <section id="" class="grid--container home " id="e2196729-9112-44ef-bff8-37f9c5db90a9"> <div class="grid grid--show grid--border-top" style="border-top: solid 1px;" data-align="false"> <div class="blocks col col--12 col--md-6"> <div class="heading "> <h2 class="t-3xl ">We’re a company committed to nurturing futures</h2> </div> </div> <div class="blocks col col--12 col--md-6"> </div> </div> </section> <section id="" class="grid--container home grid--space-bottom " id="fd9fa608-656c-416b-998a-8c2bdc5db36d"> <div class="grid grid--show " style="" data-align="true"> <div class="blocks col col--12 col--md-5"> <div class="image "> <figure> <img loading="lazy" src="https://www.nearform.com/media/pages/home/ca433292c0-1722602796/home_careers01-1600x.png" srcset="https://www.nearform.com/media/pages/home/ca433292c0-1722602796/home_careers01-1600x1200-crop.png 1600w, https://www.nearform.com/media/pages/home/ca433292c0-1722602796/home_careers01-1200x900-crop.png 1200w, https://www.nearform.com/media/pages/home/ca433292c0-1722602796/home_careers01-800x600-crop.png 800w, https://www.nearform.com/media/pages/home/ca433292c0-1722602796/home_careers01-400x300-crop.png 400w" sizes="(max-width: 1600px) 100vw, 1600px" alt="Team member wearing headphones looking at screen beside smiling colleague"> </figure> </div> </div> <div class="blocks col col--12 col--md-7"> <div class="image "> <figure> <img loading="lazy" src="https://www.nearform.com/media/pages/home/f221e91a7f-1722602796/home_careers02-1600x.png" srcset="https://www.nearform.com/media/pages/home/f221e91a7f-1722602796/home_careers02-1600x1200-crop.png 1600w, https://www.nearform.com/media/pages/home/f221e91a7f-1722602796/home_careers02-1200x900-crop.png 1200w, https://www.nearform.com/media/pages/home/f221e91a7f-1722602796/home_careers02-800x600-crop.png 800w, https://www.nearform.com/media/pages/home/f221e91a7f-1722602796/home_careers02-400x300-crop.png 400w" sizes="(max-width: 1600px) 100vw, 1600px" alt="A female and a male employee smiling and posing together at a Nearform social event"> </figure> </div> <div class="text "> <div class="t-large "> <p>We are committed to building a better world through technology. We love the people we work for and the people who work for us.</p></div> </div> <div class="button "> <a class="btn btn--primary btn--arrow" href="https://www.nearform.com/careers"><span class="arrow"><svg width="22" height="9" viewBox="0 0 22 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M18.0571 0.92672L21.2391 4.1087C21.4343 4.30396 21.4343 4.62055 21.2391 4.81581L18.0571 7.99779C17.8618 8.19305 17.5452 8.19305 17.35 7.99779C17.1547 7.80253 17.1547 7.48594 17.35 7.29068L19.6784 4.96225H0.885498V3.96225H19.6784L17.35 1.63383C17.1547 1.43856 17.1547 1.12198 17.35 0.92672C17.5452 0.731458 17.8618 0.731458 18.0571 0.92672Z" fill="white"/></svg></span><span class="btn_text">Careers</span><span class="arrow"><svg width="22" height="9" viewBox="0 0 22 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M18.0571 0.92672L21.2391 4.1087C21.4343 4.30396 21.4343 4.62055 21.2391 4.81581L18.0571 7.99779C17.8618 8.19305 17.5452 8.19305 17.35 7.99779C17.1547 7.80253 17.1547 7.48594 17.35 7.29068L19.6784 4.96225H0.885498V3.96225H19.6784L17.35 1.63383C17.1547 1.43856 17.1547 1.12198 17.35 0.92672C17.5452 0.731458 17.8618 0.731458 18.0571 0.92672Z" fill="white"/></svg></span></a> </div> </div> </div> </section> <section id="" class="grid--container home " id="93821593-8d77-4533-bb98-5871a32a4929"> <div class="grid grid--show grid--border-top" style="border-top: solid 1px;" data-align="true"> <div class="blocks col col--12 col--md-6"> <div class="heading "> <h2 class="t-3xl ">Where thoughts, trends and technology intersect</h2> </div> </div> <div class="blocks col col--12 col--md-6"> <div class="text "> <div class="t-large "> <p>We've got all the latest updates on digital transformation. Industry news. Expert insight. Tech developments. Get the knowledge to decide and the power to act on your digital future, today. </p></div> </div> </div> </div> </section> <section id="" class="grid--container home grid--space-bottom " id="4d936837-b41d-428d-81d6-fffd93d25604"> <div class="grid grid--show " style="" data-align="true"> <div class="blocks col col--12 col--md-12"> <div class="colorchange "> <div x-intersect="bodyClass = 'light-mode';"></div> </div> <div class="news "> <div class="news_container grid"> <div class="col col--12"> <div class="heading"> <h2></h2> </div> </div> <div class="col col--12 col--md-6 news_featured out" x-intersect="$el.classList.remove('out')"> <a href="https://www.nearform.com/insights/prevent-respond-recover-boosting-digital-resilience-in-financial-services-by-moving-to-the-cloud" class="image_container" aria-hidden="true" tabindex="-1"> <img loading="lazy" srcset="https://www.nearform.com/media/pages/insights/prevent-respond-recover-boosting-digital-resilience-in-financial-services-by-moving-to-the-cloud/5115622f4c-1722602876/blog-boosting-digital-resilience-in-financial-services-by-moving-to-the-cloud-img-800x560-crop-q90.webp 600w, https://www.nearform.com/media/pages/insights/prevent-respond-recover-boosting-digital-resilience-in-financial-services-by-moving-to-the-cloud/5115622f4c-1722602876/blog-boosting-digital-resilience-in-financial-services-by-moving-to-the-cloud-img-1200x750-crop-q90.webp 1600w" alt="A looking up view of a series of high-rise financial services buildings."> </a> <ul class="tags"> <li><a href="https://www.nearform.com/insights/tag:cloud#filter" class="btn btn--tags">cloud</a></li> <li><a href="https://www.nearform.com/insights/tag:devops#filter" class="btn btn--tags">devops</a></li> </ul> <a href="https://www.nearform.com/insights/prevent-respond-recover-boosting-digital-resilience-in-financial-services-by-moving-to-the-cloud"> <h3 class="card_title">Prevent, respond, recover: Boosting digital resilience in financial services by moving to the cloud</h3> </a> <ul class="meta inline"> <li class="readTime">7 mins</li> <li class="date"> <date>19 Jul 2024</date> </li> </ul> </div> <div class="col col--12 col--md-6 news_featured out" x-intersect="$el.classList.remove('out')"> <a href="https://www.nearform.com/insights/how-ai-can-actually-accelerate-compliance-efforts-in-financial-services" class="image_container" aria-hidden="true" tabindex="-1"> <img loading="lazy" srcset="https://www.nearform.com/media/pages/insights/how-ai-can-actually-accelerate-compliance-efforts-in-financial-services/1ae31013f6-1722602875/blog-how-ai-can-actually-accelerate-compliance-efforts-in-financial-services-pic-800x560-crop-q90.webp 600w, https://www.nearform.com/media/pages/insights/how-ai-can-actually-accelerate-compliance-efforts-in-financial-services/1ae31013f6-1722602875/blog-how-ai-can-actually-accelerate-compliance-efforts-in-financial-services-pic-1200x750-crop-q90.webp 1600w" alt="A woman wearning glasses and a smart blazer sits in a chair, in front of a laptop, a pot of pens, a plant and a notepad, looking at a clipboard held in her right hand."> </a> <ul class="tags"> <li><a href="https://www.nearform.com/insights/tag:ml-ai#filter" class="btn btn--tags">ml-ai</a></li> <li><a href="https://www.nearform.com/insights/tag:data#filter" class="btn btn--tags">data</a></li> </ul> <a href="https://www.nearform.com/insights/how-ai-can-actually-accelerate-compliance-efforts-in-financial-services"> <h3 class="card_title">How AI can actually accelerate compliance efforts in financial services</h3> </a> <ul class="meta inline"> <li class="readTime">7 mins</li> <li class="date"> <date>08 Jul 2024</date> </li> </ul> </div> </div> <div class="colorchange "> <div x-intersect="bodyClass = 'dark-mode';"></div> </div> </div> </div> </section> <div class="layout_wrap contact_cta dark-mode"> <section class="grid--container grid--show dark-mode" style="background-color: rgba(0,14,56,1);"> <div class="grid grid--h-center grid--border-bottom"> <div class="col col--6 col--center col--h-center"> <p class="t-3xl">Insight, imagination and expertly engineered solutions to accelerate and sustain progress.</p> <a class="btn btn--primary" href="https://www.nearform.com/contact">Contact</a> </div> </div> </section> </div> </main> <footer class="footer footer--full-width grid-container"> <div class="footer_content footer--max-width grid"> <div class="footer_contact col col--12 col--md-6"> <div> <div class="footer_form"> <h2>Keep in touch</h2> <div> <p>Get our newsletter, event invites, plus developer insights and research.</p> <a href="/newsletter" class="btn btn--primary btn--small" data-no-swup>Subscribe</a> </div> </div> <div class="footer_commerce"> <p>Check out our retail offerings<br><a href="https://commerce.nearform.com/" target="_blank">Nearform_Commerce</a></p> </div> </div> </div> <div class="footer_menu col col--12 col--md-5"> <nav aria-label="footer"> <ul> <li> <h3 class="t-disabled">Company</h3> </li> <li> <a href="https://www.nearform.com/about/">About</a> </li> <li> <a href="https://www.nearform.com/work/">Work</a> </li> <li> <a href="https://www.nearform.com/careers/">Careers</a> </li> <li> <a href="https://www.nearform.com/sustainability/">Sustainability</a> </li> <li> <a data-no-swup href="https://www.nearform.com/contact/">Contact</a> </li> </ul> <ul> <li> <h3 class="t-disabled">Updates</h3> </li> <li> <a href="https://www.nearform.com/insights/">Insights</a> </li> <li> <a href="https://www.nearform.com/news/">News</a> </li> <li> <a href="https://www.nearform.com/events/">Events</a> </li> </ul> <ul> <li> <h3 class="t-disabled">Developers</h3> </li> <li> <a href="https://www.nearform.com/open-source/">Open source</a> </li> <li> <a href="https://www.nearform.com/hashnode/">Hashnode</a> </li> </ul> <ul class="nav_social"> <li><h3 class="t-disabled">Follow</h3></li> <li> <a target="_blank" href="https://www.linkedin.com/company/nearform">LinkedIn</a> </li> <li> <a target="_blank" href="https://twitter.com/nearform">X</a> </li> <li> <a target="_blank" href="https://www.facebook.com/NearformLtd/">Facebook</a> </li> <li> <a target="_blank" href="https://www.instagram.com/nearform_hq/?hl=en">Instagram</a> </li> <li> <a target="_blank" href="https://www.youtube.com/c/nearform">YouTube</a> </li> </ul> </nav> </div> </div> <div class="footer_imprint grid"> <div class="footer_icon col col--12 col--md-5"> <svg width="64" height="50" viewBox="0 0 64 50" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0H6.53695L27.7727 30.8849V0H34.8096V43.5839H28.2726L7.03691 12.6989V43.5839H0V0Z" fill="white"/> <path d="M38.9971 43.5853H63.47V49.9973H38.9971V43.5853Z" fill="#00EAB0"/> </svg> </div> <div class="footer_terms col col--12 col--md-7"> <div> <p class="copyright">© 2025 Nearform</p> <a href="https://www.nearform.com/cookie-policy/">Cookie policy</a> <a href="https://www.nearform.com/legal/">Legal requirements</a> <a href="https://www.nearform.com/privacy-statement/">Privacy statement</a> <button id="toggleMotion" class="toggle-button"> Site Motion <span>ON</span> </button> </div> </div> </div> <script type="text/javascript"> // LinkedIn Insight Tag - goes before </body> tag _linkedin_partner_id = "399841"; window._linkedin_data_partner_ids = window._linkedin_data_partner_ids || []; window._linkedin_data_partner_ids.push(_linkedin_partner_id); </script> <script type="text/javascript"> (function(l) { if (!l){window.lintrk = function(a,b){window.lintrk.q.push([a,b])}; window.lintrk.q=[]} var s = document.getElementsByTagName("script")[0]; var b = document.createElement("script"); b.type = "text/javascript";b.async = true; b.src = "https://snap.licdn.com/li.lms-analytics/insight.min.js"; s.parentNode.insertBefore(b, s);})(window.lintrk); </script> <noscript> <img height="1" width="1" style="display:none;" alt="" src="https://px.ads.linkedin.com/collect/?pid=399841&fmt=gif"/> </noscript> </div> <!-- Alpine Wrapper --> <!-- Start of HubSpot Embed Code --> <script type="text/javascript" id="hs-script-loader" async defer src="//js.hs-scripts.com/1964953.js"></script> <!-- End of HubSpot Embed Code --> </body> </html>