{"id":1323,"date":"2019-08-16T10:12:24","date_gmt":"2019-08-16T10:12:24","guid":{"rendered":"https:\/\/codeandpepper.com\/?post_type=case_study&#038;p=1323"},"modified":"2025-05-08T11:53:32","modified_gmt":"2025-05-08T11:53:32","slug":"dotnet-mobile-development-nomo","status":"publish","type":"case_study","link":"https:\/\/codeandpepper.com\/case-studies\/dotnet-mobile-development-nomo\/","title":{"rendered":"NoMo"},"content":{"rendered":"\n<div class=\"wp-block-image custom-wp-block-image\"><figure class=\"aligncenter size-full is-resized\"><a href=\"https:\/\/theidco.com\/nomo\/\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/codeandpepper.com\/wp-content\/uploads\/2020\/12\/nomo.png\" alt=\"\" class=\"wp-image-21764\" width=\"312\" height=\"100\" srcset=\"https:\/\/codeandpepper.com\/wp-content\/uploads\/2020\/12\/nomo.png 624w, https:\/\/codeandpepper.com\/wp-content\/uploads\/2020\/12\/nomo-300x96.png 300w, https:\/\/codeandpepper.com\/wp-content\/uploads\/2020\/12\/nomo-361x116.png 361w, https:\/\/codeandpepper.com\/wp-content\/uploads\/2020\/12\/nomo-200x64.png 200w, https:\/\/codeandpepper.com\/wp-content\/uploads\/2020\/12\/nomo-432x138.png 432w\" sizes=\"auto, (max-width: 312px) 100vw, 312px\" \/><\/a><\/figure><\/div>\n\n\n<section\n    id=\"\"\n    class=\"case-study-tags block aligncenter\"\n>\n  <div class=\"terms\">\n        <div class=\"term\">FinTech Development<\/div>\n        <div class=\"term\">Microsoft Azure<\/div>\n        <div class=\"term\">React Native<\/div>\n      <\/div>\n<\/section>\n\n\n\n<p><a href=\"https:\/\/nomo.theidco.com\/\">NoMo<\/a> is a mobile app for personal finance management \u2013 it calculates daily available funds using the customer\u2019s bank data. With personalised in-app communication and focus on regular bank customers, users in the UK can spend their money more consciously and efficiently. Find out how we took care of NoMo\u2019s end-to-end development with the use of iOS, .NET platform and API integration.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-about-nomo\">About NoMo<\/h2>\n\n\n\n<p>The idea behind NoMo is one of those you would call simple enough to become a game changer: provide a 24\/7 private finance assistant to everyone, no matter the account balance. The application eliminates banking jargon, overwhelming numbers and other factors of the financial world that scare most of bank customers away. It recommends daily spending limits and shows financial performance based on data extracted from the user\u2019s bank account. The role of Code &amp; Pepper was to develop a high-performing application that will process banking data swiftly and securely.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"608\" src=\"https:\/\/codeandpepper.com\/wp-content\/uploads\/2019\/08\/NoMo-4-1024x608.png\" alt=\"NoMo mockups mobile\" class=\"wp-image-2588\" srcset=\"https:\/\/codeandpepper.com\/wp-content\/uploads\/2019\/08\/NoMo-4-1024x608.png 1024w, https:\/\/codeandpepper.com\/wp-content\/uploads\/2019\/08\/NoMo-4-300x178.png 300w, https:\/\/codeandpepper.com\/wp-content\/uploads\/2019\/08\/NoMo-4-768x456.png 768w, https:\/\/codeandpepper.com\/wp-content\/uploads\/2019\/08\/NoMo-4-352x209.png 352w, https:\/\/codeandpepper.com\/wp-content\/uploads\/2019\/08\/NoMo-4-169x100.png 169w, https:\/\/codeandpepper.com\/wp-content\/uploads\/2019\/08\/NoMo-4-720x427.png 720w, https:\/\/codeandpepper.com\/wp-content\/uploads\/2019\/08\/NoMo-4-864x513.png 864w, https:\/\/codeandpepper.com\/wp-content\/uploads\/2019\/08\/NoMo-4-432x256.png 432w, https:\/\/codeandpepper.com\/wp-content\/uploads\/2019\/08\/NoMo-4.png 1456w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure><\/div>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-challenge\">Challenge<\/h3>\n\n\n\n<p>NoMo owners struggled with their backend and the existing version of iOS app. The code in Java turned out hard to maintain while the part in Objective-C required several improvements. Our key challenges included:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>rewriting and unification of the back-end code using .NET<\/li><li>fixing the issues with Objective-C<\/li><li>improving the software architecture<\/li><li>finding an optimal cloud solution to keep the application data safe and sound<\/li><\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-solutions-for-nomo\">Solutions for NoMo<\/h2>\n\n\n\n<p>Code &amp; Pepper provided a team of experts responsible for different elements, including a mobile solution architect, iOS developer, back-end developer, and project manager. Here\u2019s how they handled all the issues and shipped a revived version of the NoMo app.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-integration-with-directid\"><strong>Integration with DirectID<\/strong><\/h3>\n\n\n\n<p>Users\u2019 banking data are at the core of all features for personal finance management available through NoMo. The application uses <a href=\"https:\/\/codeandpepper.com\/case-studies\/the-id-co\/\">DirectID<\/a>\u2014the client&#8217;s proprietary banking data aggregator\u2014to access and analyse transactional data, then transforms it into custom insights and recommendations. Seamless integration with DirectID Connect was the first step towards fulfilling the project objectives and it influenced subsequent technology choices.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-hexagonal-architecture-in-microsoft-azure\">Hexagonal architecture in Microsoft Azure<\/h3>\n\n\n\n<p>The next thing on our to-do list involved the design and deploy of an optimal cloud architecture. We upgraded the monolithic architecture to the Ports and Adapters pattern (also called hexagonal architecture), which improved the clarity and overall quality. The new architecture was deployed to Microsoft Azure with Azure Notification Hubs used for sending push notifications to iOS devices. We also handled all the DevOps part of the new architecture implementation.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-new-back-end-code-in-net\">New back-end code in .NET<\/h3>\n\n\n\n<p>One of the first significant changes we made in NoMo was rewriting the Java back-end in .NET. It seemed natural to adapt the back-end to the rest of the app\u2019s code structure. The DirectID Bank Data API, which integrates with banks using Open Banking API, was written in .NET, a cross-platform development framework created by Microsoft. That\u2019s why the new back-end was implemented using .NET and programmed in C#.&nbsp;<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-tidying-up-with-objective-c\">Tidying up with Objective-C<\/h3>\n\n\n\n<p>Another issue to tackle regarded the iOS code written in Objective-C, including many overengineered elements affecting the application\u2019s overall performance. Instead of rewriting the whole code in Swift, the final choice was to add new features and improvements to the existing code.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-project-management-and-cooperation\">Project management and cooperation<\/h3>\n\n\n\n<p>While working on NoMo, we shared the roles with the client in the development process. The product requirements were not fully described, so product ownership stayed on the client\u2019s side. They also took over the tests of the application with the use of existing bank accounts.&nbsp;<\/p>\n\n\n<blockquote\n    id=\"custom-quote-block-block_611e50012a4cb\"\n    class=\"wp-block-quote wp-block-quote-image alignfull \"\n>\n  <p>We value Code &amp; Pepper for its proactive attitude, responsiveness and transparency. It is a reliable and dependable company that we can recommend for other business entities to cooperate with.<\/p>\n    <cite>\n    <img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/codeandpepper.com\/wp-content\/uploads\/2019\/08\/james-varga-nomo-150x150.png\" class=\"attachment-thumbnail size-thumbnail\" alt=\"James Varga, DirectID\" srcset=\"https:\/\/codeandpepper.com\/wp-content\/uploads\/2019\/08\/james-varga-nomo-150x150.png 150w, https:\/\/codeandpepper.com\/wp-content\/uploads\/2019\/08\/james-varga-nomo-209x209.png 209w, https:\/\/codeandpepper.com\/wp-content\/uploads\/2019\/08\/james-varga-nomo-140x140.png 140w, https:\/\/codeandpepper.com\/wp-content\/uploads\/2019\/08\/james-varga-nomo-250x250.png 250w, https:\/\/codeandpepper.com\/wp-content\/uploads\/2019\/08\/james-varga-nomo-100x100.png 100w, https:\/\/codeandpepper.com\/wp-content\/uploads\/2019\/08\/james-varga-nomo.png 263w\" sizes=\"auto, (max-width: 150px) 100vw, 150px\" \/>    <div class=\"name-wrap\">\n      <span class=\"typography-title-s\">James Varga<\/span>\n      <span class=\"subname typography-body-medium\">\n        CEO &amp; Founder <br class=\"mobile-only\">at DirectID      <\/span>\n    <\/div>\n  <\/cite>\n  <\/blockquote>\n\n\n<section id=\"icons-grid-v2-block-block_5fd8d0497cc2e\" class=\"grid-block icons-grid-block-v2 block common-block alignfull\">\n<div class=\"container\">\n\n\n\n<h2 class=\"block-title section-title\">\n  <\/h2>\n\n\n\n<div class=\"grid-block-grid\">\n                <div class=\"grid-block-grid-item  has-link\">\n                                    <a class=\"grid-block-grid-item-inner\" href=\"https:\/\/codeandpepper.com\/services\/dot-net-developers\/\">\n                                        <div class=\"grid-block-item-icon-wrapper\">\n                            \n<!-- Generator: Adobe Illustrator 25.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\" y=\"0px\"\n\t viewBox=\"0 0 72 72\" enable-background=\"new 0 0 72 72\" xml:space=\"preserve\">\n<g>\n\t<desc>Created with Sketch.<\/desc>\n\t<g>\n\t\t<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" fill=\"#393939\" d=\"M46,44.2c0.3-0.7,0.6-1.4,0.8-2.1c1.3-4,2.6-8,3.8-12\n\t\t\tc0.5-1.5,1-3,2-4.4c1.5-2.1,3.6-3.2,6.1-3.6c1-0.1,2-0.2,3-0.2c3,0,5.9,0,8.9,0c0.2,0,0.3,0,0.5,0c-0.1,0.2-0.1,0.3-0.2,0.4\n\t\t\tc-1.1,2-2.2,3.9-3.3,5.9c-2,3.4-3.9,6.8-6,10.1c-1.3,2.1-2.7,4.2-4.3,6.2c-1.2,1.4-2.4,2.8-4,3.8c-1.1,0.7-2.2,1.1-3.5,1.1\n\t\t\tc-4.7,0-9.3,0-14,0c-1.4,0-2.6-0.5-3.6-1.5c-1.4-1.3-2.3-3-3-4.8c-1.3-3.3-2-6.7-2.8-10.1c-0.4-1.6-0.8-3.2-1.2-4.8\n\t\t\tc0-0.1-0.1-0.2-0.1-0.3l-0.3,0.3c-1.8,1.8-3.4,3.8-4.8,5.9c-0.4,0.6-0.5,1.3-0.7,2c-0.8,2.5-1.5,5-2.4,7.5\n\t\t\tc-0.8,2.4-2.3,4.3-4.6,5.4c-1.4,0.7-2.8,1-4.3,1c-2.2,0-4.5,0.1-6.7,0.1c-0.5,0-0.6,0-0.4-0.6c1-3.6,2.2-7,3.7-10.4\n\t\t\tc1.6-3.5,3.4-6.8,5.7-9.8c1.6-2.1,3.3-4,5.5-5.4c1.1-0.7,2.3-1.3,3.6-1.5c0.2,0,0.4,0,0.7,0c4.8,0,9.5,0,14.3,0\n\t\t\tc2.6,0,4.4,1,5.8,3.1c0.9,1.3,1.5,2.7,2,4.1c1,2.9,1.7,5.9,2.4,8.9c0.4,1.7,0.9,3.4,1.3,5.1c0,0.1,0.1,0.3,0.1,0.4L46,44.2\n\t\t\tL46,44.2z\"\/>\n\t<\/g>\n<\/g>\n<\/svg>\n                        <\/div>\n                        <div class=\"grid-block-grid-item-title-wrapper\">\n                            <p class=\"grid-block-grid-item-title\">\n                              .NET                            <\/p>\n                        <\/div>\n                                    <\/a>\n                            <\/div>\n                        <div class=\"grid-block-grid-item  has-link\">\n                                    <a class=\"grid-block-grid-item-inner\" href=\"https:\/\/codeandpepper.com\/services\/mobile-app-development\/\">\n                                        <div class=\"grid-block-item-icon-wrapper\">\n                            \n<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 384 512\">\n    <path class=\"fill\" fill=\"#000000\" fill-opacity=\"0\" d=\"M-5-3h48v48H-5z\"><\/path>\n    <g class=\"stroke\" fill-rule=\"nonzero\" stroke=\"#000000\"><path d=\"M318.7 268.7c-.2-36.7 16.4-64.4 50-84.8-18.8-26.9-47.2-41.7-84.7-44.6-35.5-2.8-74.3 20.7-88.5 20.7-15 0-49.4-19.7-76.4-19.7C63.3 141.2 4 184.8 4 273.5q0 39.3 14.4 81.2c12.8 36.7 59 126.7 107.2 125.2 25.2-.6 43-17.9 75.8-17.9 31.8 0 48.3 17.9 76.4 17.9 48.6-.7 90.4-82.5 102.6-119.3-65.2-30.7-61.7-90-61.7-91.9zm-56.6-164.2c27.3-32.4 24.8-61.9 24-72.5-24.1 1.4-52 16.4-67.9 34.9-17.5 19.8-27.8 44.3-25.6 71.9 26.1 2 49.9-11.4 69.5-34.3z\"\/><\/g><\/svg>                        <\/div>\n                        <div class=\"grid-block-grid-item-title-wrapper\">\n                            <p class=\"grid-block-grid-item-title\">\n                              Objective-C                            <\/p>\n                        <\/div>\n                                    <\/a>\n                            <\/div>\n                        <div class=\"grid-block-grid-item  has-link\">\n                                    <a class=\"grid-block-grid-item-inner\" href=\"https:\/\/codeandpepper.com\/services\/cloud-computing-software-development-and-consulting\/\">\n                                        <div class=\"grid-block-item-icon-wrapper\">\n                            \n<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path fill=\"currentcolor\" d=\"M0 32h214.6v214.6H0V32zm233.4 0H448v214.6H233.4V32zM0 265.4h214.6V480H0V265.4zm233.4 0H448V480H233.4V265.4z\"\/><\/svg>                        <\/div>\n                        <div class=\"grid-block-grid-item-title-wrapper\">\n                            <p class=\"grid-block-grid-item-title\">\n                              Microsoft Azure                            <\/p>\n                        <\/div>\n                                    <\/a>\n                            <\/div>\n                        <div class=\"grid-block-grid-item  has-link\">\n                                    <a class=\"grid-block-grid-item-inner\" href=\"https:\/\/codeandpepper.com\/services\/open-banking\/\">\n                                        <div class=\"grid-block-item-icon-wrapper\">\n                            <svg version=\"1.1\"\r\n\t xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 70 70\"\r\n\t width=\"70\" height=\"70\" xml:space=\"preserve\">\r\n<g>\r\n\t<line fill=\"none\" stroke=\"#009EE2\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" x1=\"12.3\" y1=\"52.4\" x2=\"12.3\" y2=\"33.1\"\/>\r\n\r\n\t<line fill=\"none\" stroke=\"#009EE2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" x1=\"9.9\" y1=\"52.4\" x2=\"22\" y2=\"52.4\"\/>\r\n\r\n\t<line fill=\"none\" stroke=\"#272727\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" x1=\"7.5\" y1=\"62\" x2=\"63\" y2=\"62\"\/>\r\n\r\n\t<line fill=\"none\" stroke=\"#272727\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" x1=\"7.5\" y1=\"57.2\" x2=\"63\" y2=\"57.2\"\/>\r\n\r\n\t<line fill=\"none\" stroke=\"#009EE2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" x1=\"9.9\" y1=\"33.1\" x2=\"22\" y2=\"33.1\"\/>\r\n\r\n\t<line fill=\"none\" stroke=\"#009EE2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" x1=\"29.2\" y1=\"52.4\" x2=\"41.3\" y2=\"52.4\"\/>\r\n\r\n\t<line fill=\"none\" stroke=\"#009EE2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" x1=\"29.2\" y1=\"33.1\" x2=\"41.3\" y2=\"33.1\"\/>\r\n\t<line fill=\"none\" stroke=\"#009EE2\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" x1=\"19.6\" y1=\"52.4\" x2=\"19.6\" y2=\"33.1\"\/>\r\n\t<line fill=\"none\" stroke=\"#009EE2\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" x1=\"31.6\" y1=\"52.4\" x2=\"31.6\" y2=\"33.1\"\/>\r\n\t<line fill=\"none\" stroke=\"#009EE2\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" x1=\"38.9\" y1=\"52.4\" x2=\"38.9\" y2=\"33.1\"\/>\r\n\r\n\t<line fill=\"none\" stroke=\"#009EE2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" x1=\"48.5\" y1=\"52.4\" x2=\"60.6\" y2=\"52.4\"\/>\r\n\r\n\t<line fill=\"none\" stroke=\"#009EE2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" x1=\"48.5\" y1=\"33.1\" x2=\"60.6\" y2=\"33.1\"\/>\r\n\t<line fill=\"none\" stroke=\"#009EE2\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" x1=\"50.9\" y1=\"52.4\" x2=\"50.9\" y2=\"33.1\"\/>\r\n\t<line fill=\"none\" stroke=\"#009EE2\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" x1=\"58.1\" y1=\"52.4\" x2=\"58.1\" y2=\"33.1\"\/>\r\n\t<polygon fill=\"none\" stroke=\"#272727\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" points=\"7.5,28.2 63,28.2 35.3,6.5 \t\"\/>\r\n<\/g>\r\n<\/svg>\r\n                        <\/div>\n                        <div class=\"grid-block-grid-item-title-wrapper\">\n                            <p class=\"grid-block-grid-item-title\">\n                              Banking Integrations                            <\/p>\n                        <\/div>\n                                    <\/a>\n                            <\/div>\n                        <div class=\"grid-block-grid-item  has-link\">\n                                    <a class=\"grid-block-grid-item-inner\" href=\"https:\/\/codeandpepper.com\/services\/quality-assurance\/\">\n                                        <div class=\"grid-block-item-icon-wrapper\">\n                            <svg version=\"1.1\"\r\n\t xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 72 72\"\r\n\t height=\"72\" width=\"72\" xml:space=\"preserve\">\r\n<g >\r\n\t<g  transform=\"translate(-1309.000000, -948.000000)\">\r\n\t\t<g  transform=\"translate(1309.000000, 948.000000)\">\r\n\t\t\t<path  fill=\"none\" stroke=\"#009EE2\" d=\"M39.9,34.9c0,2.9,2.3,5.2,5.2,5.2s5.2-2.3,5.2-5.2s-2.3-5.2-5.2-5.2\r\n\t\t\t\tS39.9,32,39.9,34.9z\"\/>\r\n\t\t\t<path  fill=\"none\" stroke=\"#009EE2\" stroke-linejoin=\"round\" d=\"M53.5,48.1l4.3,3.7l4.3-4.3l-3.7-4.3\r\n\t\t\t\tc0.9-1.5,1.6-3.1,2-4.8L66,38v-6.1l-5.6-0.4c-0.4-1.7-1.1-3.4-2-4.8l3.7-4.3L57.7,18l-4.3,3.7c-1.5-0.9-3.1-1.6-4.8-2L48.2,14\r\n\t\t\t\th-6.1l-0.4,5.6c-1.7,0.4-3.4,1.1-4.8,2L32.5,18l-4.3,4.3l3.7,4.3c-0.9,1.5-1.6,3.1-2,4.8l-2.7,0.2\"\/>\r\n\t\t\t<path  fill=\"none\" stroke=\"#272727\" d=\"M17.7,42.7c-3.1,0-5.2-2.5-5.2-5.6v-1.9c0-3.1,2.1-5.6,5.2-5.6\r\n\t\t\t\ts5.2,2.5,5.2,5.6v1.9C23,40.2,20.8,42.7,17.7,42.7z\"\/>\r\n\t\t\t<path  fill=\"none\" stroke=\"#272727\" d=\"M6,62.3c0,0,0.9-7.3,1.3-10.4s2.3-5.2,5.2-5.2h2.6L24.2,57H32\r\n\t\t\t\tc0,0,0.6,5.2-3.9,5.2h-7.8l-6.5-7.8\"\/>\r\n\t\t\t<polyline  fill=\"none\" stroke=\"#272727\" stroke-linejoin=\"round\" points=\"25.6,53.1 30.8,45.3 49,45.3 41.2,58.3\r\n\t\t\t\t34.7,58.3 \t\t\t\"\/>\r\n\t\t\t<path  fill=\"none\" stroke=\"#272727\" stroke-linejoin=\"round\" d=\"M13.8,62.3h37.8\"\/>\r\n\t\t<\/g>\r\n\t<\/g>\r\n<\/g>\r\n<\/svg>\r\n                        <\/div>\n                        <div class=\"grid-block-grid-item-title-wrapper\">\n                            <p class=\"grid-block-grid-item-title\">\n                              DevOps                            <\/p>\n                        <\/div>\n                                    <\/a>\n                            <\/div>\n            <\/div>\n\n<\/div>\n<\/section>\n<style type=\"text\/css\">\n  #icons-grid-v2-block-block_5fd8d0497cc2e {\n    background: ;\n    color: ;\n  }\n\n  <\/style>\n\n\n\n<section id=\"contact-block_611d093fae2f2\" class=\"contact-block block common-block alignfull\">\n  <div class=\"container\">\n\n\n    \n  <svg class=\"wave\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"280\" height=\"9\" viewBox=\"0 0 280 9\">\n    <path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M0 3.6c2.88 0 4.18-.668 5.824-1.515C7.724 1.108 9.879 0 13.998 0c4.12 0 6.274 1.108 8.175 2.085 1.644.847 2.943 1.515 5.823 1.515 2.88 0 4.179-.668 5.824-1.515C35.72 1.108 37.874 0 41.995 0c4.12 0 6.274 1.108 8.174 2.085 1.645.847 2.945 1.515 5.824 1.515 2.88 0 4.18-.668 5.826-1.515C63.719 1.108 65.873 0 69.993 0c4.12 0 6.274 1.108 8.174 2.085 1.645.847 2.945 1.515 5.823 1.515 2.88 0 4.18-.668 5.825-1.515C91.715 1.108 93.87 0 97.99 0c4.12 0 6.273 1.108 8.174 2.085 1.645.847 2.945 1.515 5.823 1.515 2.88 0 4.178-.668 5.824-1.515 1.9-.977 4.054-2.085 8.173-2.085 4.12 0 6.273 1.108 8.174 2.085 1.646.847 2.945 1.515 5.825 1.515 2.88 0 4.18-.668 5.826-1.515 1.9-.977 4.055-2.085 8.175-2.085 4.12 0 6.273 1.108 8.174 2.085 1.646.847 2.945 1.515 5.825 1.515 2.88 0 4.179-.668 5.824-1.515 1.9-.977 4.054-2.085 8.175-2.085 4.12 0 6.274 1.108 8.175 2.085 1.646.847 2.946 1.515 5.826 1.515 2.88 0 4.18-.668 5.826-1.515 1.9-.977 4.054-2.085 8.175-2.085 4.12 0 6.273 1.108 8.174 2.085 1.646.847 2.945 1.515 5.825 1.515 2.881 0 4.18-.668 5.827-1.515 1.9-.977 4.056-2.085 8.176-2.085 4.121 0 6.276 1.108 8.177 2.085 1.646.847 2.946 1.515 5.827 1.515s4.181-.668 5.828-1.515C259.718 1.108 261.873 0 265.995 0c4.121 0 6.275 1.108 8.177 2.084 1.645.848 2.946 1.516 5.828 1.516V9h-.007l-5.252-.793c-1.129-.382-2.056-.848-2.919-1.291-1.646-.847-2.946-1.516-5.827-1.516-2.882 0-4.183.669-5.829 1.516-1.9.977-4.056 2.084-8.177 2.084-4.12 0-6.275-1.107-8.176-2.084-1.647-.847-2.947-1.516-5.828-1.516-2.88 0-4.18.669-5.827 1.516-1.9.977-4.055 2.084-8.176 2.084-4.12 0-6.273-1.107-8.175-2.084-1.645-.847-2.944-1.516-5.824-1.516s-4.18.669-5.826 1.516c-1.9.977-4.055 2.084-8.175 2.084-4.12 0-6.275-1.107-8.176-2.084-1.644-.847-2.945-1.516-5.825-1.516-2.88 0-4.18.669-5.825 1.516-1.9.977-4.054 2.084-8.174 2.084-4.12 0-6.274-1.107-8.176-2.084-1.644-.847-2.943-1.516-5.823-1.516-2.88 0-4.18.669-5.826 1.516-1.9.977-4.054 2.084-8.175 2.084-4.12 0-6.274-1.107-8.174-2.084-1.646-.847-2.946-1.516-5.825-1.516s-4.179.669-5.824 1.516c-1.9.977-4.053 2.084-8.173 2.084s-6.273-1.107-8.173-2.084c-1.645-.847-2.945-1.516-5.824-1.516-2.88 0-4.179.669-5.824 1.516C90.265 7.893 88.11 9 83.99 9c-4.12 0-6.273-1.107-8.173-2.084-1.645-.847-2.944-1.516-5.824-1.516s-4.18.669-5.825 1.516C62.268 7.893 60.113 9 55.993 9c-4.12 0-6.274-1.107-8.174-2.084-1.645-.847-2.945-1.516-5.824-1.516-2.88 0-4.18.669-5.825 1.516C34.27 7.893 32.116 9 27.996 9c-4.12 0-6.273-1.107-8.174-2.084-1.645-.847-2.945-1.516-5.824-1.516s-4.179.669-5.824 1.516C7.311 7.359 1.127 8.618 0 9\"\/>\n<\/svg>\n\n<h2 class=\"block-title section-title\">\n  Explore the Fit <br class=\"desktop-only\">of Code &#038; Pepper for Your Project<\/h2>\n\n\n  <div class=\"block-description typography-body\">\n    <p>Every project is distinctive, demanding a customized approach. Get a complimentary consultation with our React JS specialist, <br class=\"desktop-only\">gaining insights into whether Code &#038; Pepper aligns with your project requirements <br class=\"desktop-only\">and how our collaboration can bring value to your venture.<\/p>\n  <\/div>\n\n    \n          <div class=\"contact-block-person\">\n        <img loading=\"lazy\" decoding=\"async\" width=\"90\" height=\"90\" src=\"https:\/\/codeandpepper.com\/wp-content\/uploads\/2024\/11\/Maxi-Wandel-On-line-90x90.png\" class=\"contact-block-person-image\" alt=\"Maxi Wandel - Head of Growth\" srcset=\"https:\/\/codeandpepper.com\/wp-content\/uploads\/2024\/11\/Maxi-Wandel-On-line-90x90.png 90w, https:\/\/codeandpepper.com\/wp-content\/uploads\/2024\/11\/Maxi-Wandel-On-line-150x150.png 150w, https:\/\/codeandpepper.com\/wp-content\/uploads\/2024\/11\/Maxi-Wandel-On-line-140x140.png 140w, https:\/\/codeandpepper.com\/wp-content\/uploads\/2024\/11\/Maxi-Wandel-On-line-160x160.png 160w, https:\/\/codeandpepper.com\/wp-content\/uploads\/2024\/11\/Maxi-Wandel-On-line-136x136.png 136w, https:\/\/codeandpepper.com\/wp-content\/uploads\/2024\/11\/Maxi-Wandel-On-line.png 200w\" sizes=\"auto, (max-width: 90px) 100vw, 90px\" \/>        <div class=\"contact-block-person-text\">\n          <div class=\"typography-title-m\">\n            Maxi Wandel          <\/div>\n          <div class=\"typography-body-medium\">\n            Head of Growth          <\/div>\n        <\/div>\n      <\/div>\n    \n\n    <form class=\"contact-form\" method=\"POST\" action=\"https:\/\/codeandpepper.com\/wp-admin\/admin-ajax.php\">\n            <amp-recaptcha-input layout=\"nodisplay\" name=\"recaptcha_token\" data-sitekey=\"6LeEo8cqAAAAABpahzrYQeEsO-xoutAjoIkrKpTB\" data-action=\"contact_block\"><\/amp-recaptcha-input>\n            <input type=\"hidden\" name=\"action\" value=\"contact_block_submit\" \/>\n      <input type=\"hidden\" name=\"block\" value=\"smallContactForm\" \/>\n      <input id=\"contact-block_611d093fae2f2-email\" type=\"email\" name=\"email\" placeholder=\"Email\" class=\"gtm_form_input\" required>\n      <label for=\"contact-block_611d093fae2f2-email\" class=\"contact-block-hidden-label\">Email<\/label>\n      <input id=\"contact-block_611d093fae2f2-name\" type=\"text\" name=\"name\" placeholder=\"Full name\" class=\"gtm_form_input\" required>\n      <label for=\"contact-block_611d093fae2f2-name\" class=\"contact-block-hidden-label\">\n        Full name      <\/label>\n\n      <input type=\"submit\" name=\"submit\" value=\"Let's talk\" class=\"gtm_form_submit btn-big\">\n\n      <div submitting>\n      <\/div>\n      <div id=\"TYPSmallForm\" class=\"submit-msg submit-success\" submit-success>\n        <template type=\"amp-mustache\">\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"26\" height=\"26\" viewBox=\"0 0 26 26\">\n    <g fill=\"none\" fill-rule=\"evenodd\">\n        <g stroke=\"#FFF\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" transform=\"translate(1 1)\">\n            <path d=\"M17 8.5l-7.5 7L7 13\"\/>\n            <circle cx=\"12\" cy=\"12\" r=\"11.5\"\/>\n        <\/g>\n        <path d=\"M1 1h24v24H1z\"\/>\n    <\/g>\n<\/svg>\n          Your message has been sent. We will get back to you as soon as possible.\n        <\/template>\n      <\/div>\n      <div id=\"ErrorSmallForm\" class=\"submit-msg submit-error\" submit-error>\n        <template type=\"amp-mustache\">\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"25\" height=\"25\" viewBox=\"0 0 25 25\">\n    <g fill=\"none\" fill-rule=\"evenodd\">\n        <g stroke=\"currentColor\" stroke-linejoin=\"round\">\n            <path stroke-linecap=\"round\" stroke-width=\"2\" d=\"M23.498 12.31c.105 6.075-4.923 11.086-10.998 11.192-6.074.104-10.893-4.734-10.998-10.81C1.396 6.619 6.426 1.606 12.5 1.502c6.074-.106 10.893 4.734 10.998 10.808zM12.5 14V7\"\/>\n            <path fill=\"currentColor\" stroke-width=\"1.5\" d=\"M13 17.5a.5.5 0 0 1-1 0 .5.5 0 0 1 1 0z\"\/>\n        <\/g>\n        <path d=\"M1 0h24v24H1z\"\/>\n    <\/g>\n<\/svg>\n          Oops! Something went wrong. Please try again later.\n        <\/template>\n      <\/div>\n    <\/form>\n\n\n  <\/div>\n<\/section>\n<style type=\"text\/css\">\n  #contact-block_611d093fae2f2 {\n    background: #007bb3;\n    color: #ffffff;\n  }\n\n  #contact-block_611d093fae2f2svg {\n    color: #ffffff;\n  }\n<\/style>\n\n<section id=\"services-grid-v2-block-block_5fd8d72a7cc33\" class=\"grid-block services-grid-block-v2 block common-block alignfull\">\n  <div class=\"container\">\n\n    \n\n<h2 class=\"block-title section-title\">\n  <\/h2>\n\n\n\n    <div class=\"grid-block-grid\">\n                <div class=\"grid-block-grid-item has-link\">\n            <a class=\"grid-block-grid-item-inner\" href=\"https:\/\/codeandpepper.com\/services\/back-end-development-services\/\">\n              <div class=\"grid-block-item-icon-wrapper\">\n                <svg version=\"1.1\"\r\n\t xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 72 72\"\r\n\t height=\"72\" width=\"72\" xml:space=\"preserve\">\r\n\r\n<g>\r\n\t<g>\r\n\t\t<path fill=\"none\" stroke=\"#272727\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" d=\"M8,50.6V17.3\r\n\t\t\tc0-2.2,1.8-4,4-4h47.8c2.2,0,4,1.8,4,4v33.2\"\/>\r\n\t\t<path fill=\"none\" stroke=\"#272727\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" d=\"M42.6,50.6v2.7\r\n\t\t\tH29.3v-2.7H5.4v5.3c0,1.5,1.2,2.7,2.7,2.7h55.8c1.5,0,2.7-1.2,2.7-2.7v-5.3H42.6z\"\/>\r\n\t<\/g>\r\n\t<g>\r\n\t\t<path fill=\"none\" stroke=\"#009EE2\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" d=\"M18,16c-0.2,0.5-0.3,1.1-0.4,1.5h-4.1v3.8\r\n\t\t\th4.1c0.3,1.1,0.7,2.7,1.3,3.7L16,27.9l3.5,3.5l2.9-2.9c0.9,0.6,2.6,1,3.7,1.3v4.1h3.8v-4.1c1.1-0.3,2.7-0.7,3.7-1.3l2.9,2.9\r\n\t\t\tl3.5-3.5L37,25c0.6-0.9,1-2.6,1.3-3.7h4.1v-3.8h-4.1c-0.1-0.4-0.2-1-0.4-1.5\"\/>\r\n\t\t<path fill=\"none\" stroke=\"#009EE2\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" d=\"M32.5,16c0.7,0.9,1.1,2.1,1.1,3.4\r\n\t\t\tc0,3.1-2.5,5.6-5.6,5.6s-5.6-2.5-5.6-5.6c0-1.3,0.4-2.5,1.1-3.4\"\/>\r\n\t\t<path fill=\"none\" stroke=\"#009EE2\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" d=\"M53,48c0.2-0.6,0.3-1.2,0.5-1.7h4.1v-3.8\r\n\t\t\th-4.1c-0.3-1.1-0.7-2.7-1.3-3.7L55,36l-3.5-3.5l-2.9,2.9c-0.9-0.6-2.6-1-3.7-1.3V30h-3.8v4.1c-1.1,0.3-2.7,0.7-3.7,1.3l-2.9-2.9\r\n\t\t\tL31.1,36l2.9,2.9c-0.6,0.9-1,2.6-1.3,3.7h-4.1v3.8h4.1c0.1,0.5,0.3,1.1,0.5,1.7\"\/>\r\n\t\t<path fill=\"none\" stroke=\"#009EE2\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" d=\"M38.7,48c-0.8-1-1.3-2.2-1.3-3.6\r\n\t\t\tc0-3.1,2.5-5.6,5.6-5.6s5.6,2.5,5.6,5.6c0,1.4-0.5,2.6-1.3,3.6\"\/>\r\n\t<\/g>\r\n<\/g>\r\n<\/svg>\r\n              <\/div>\n              <div class=\"grid-block-grid-item-title-wrapper\">\n                <p class=\"typography-title-s\">\n                  Back-end Development                <\/p>\n              <\/div>\n              <div class=\"grid-block-grid-item-description-wrapper\">\n                                  <p class=\"typography-body-smaller\">\n                    Replacing Java with .NET Core, C# and Microsoft Azure                  <\/p>\n                                <span class=\"plus-link\">\n                  <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n    <path d=\"M7 0h3v17H7z\"\/>\n    <path d=\"M17 7v3H0V7z\"\/>\n<\/svg>\n                  <span>\n                    Read More                  <\/span>\n                <\/span>\n              <\/div>\n              <span class=\"grid-block-grid-item-plus-wrapper\">\n                <span class=\"background\"><\/span>\n                <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n    <path d=\"M7 0h3v17H7z\"\/>\n    <path d=\"M17 7v3H0V7z\"\/>\n<\/svg>\n              <\/span>\n            <\/a>\n          <\/div>\n                <div class=\"grid-block-grid-item has-link\">\n            <a class=\"grid-block-grid-item-inner\" href=\"https:\/\/codeandpepper.com\/services\/fintech-mobile-app-development\/\">\n              <div class=\"grid-block-item-icon-wrapper\">\n                <svg version=\"1.1\"\r\n\t xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 70 70\"\r\n\t width=\"70\" height=\"70\" xml:space=\"preserve\">\r\n<g>\r\n\t<g>\r\n\t\t<path fill=\"none\" stroke=\"#009EE2\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" d=\"M43.4,41.8l2.4-4.2l-2.4-1.4\r\n\t\t\tc0.3-1.4,0.3-2.5,0-3.9l2.4-1.4l-2.4-4.2L41,28.2c-0.9-0.9-2.1-1.5-3.4-1.9v-2.8h-4.8v2.8c-1.3,0.4-2.4,1-3.4,1.9L27,26.8L24.6,31\r\n\t\t\tl2.4,1.4c-0.3,1.4-0.3,2.5,0,3.9l-2.4,1.4l2.4,4.2l2.4-1.4c0.9,0.9,2.1,1.5,3.4,1.9v2.8h4.8v-2.8c1.3-0.4,2.4-1,3.4-1.9L43.4,41.8\r\n\t\t\tz\"\/>\r\n\t\t<circle fill=\"none\" stroke=\"#009EE2\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" cx=\"35.2\" cy=\"34.3\" r=\"3.6\"\/>\r\n\t<\/g>\r\n\t<g>\r\n\t\t<path fill=\"none\" stroke=\"#272727\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" d=\"M50.9,57.2\r\n\t\t\tc0,2.7-2.2,4.8-4.8,4.8H24.4c-2.7,0-4.8-2.2-4.8-4.8V11.4c0-2.7,2.2-4.8,4.8-4.8h21.7c2.7,0,4.8,2.2,4.8,4.8\r\n\t\t\tC50.9,11.4,50.9,57.2,50.9,57.2z\"\/>\r\n\r\n\t\t\t<line fill=\"none\" stroke=\"#272727\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" x1=\"50.9\" y1=\"16.2\" x2=\"19.6\" y2=\"16.2\"\/>\r\n\r\n\t\t\t<line fill=\"none\" stroke=\"#272727\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" x1=\"50.9\" y1=\"52.4\" x2=\"19.6\" y2=\"52.4\"\/>\r\n\r\n\t\t\t<line fill=\"none\" stroke=\"#272727\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" x1=\"29.2\" y1=\"11.4\" x2=\"41.3\" y2=\"11.4\"\/>\r\n\t\t<path fill=\"none\" stroke=\"#272727\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" d=\"M36.4,57.2c0,0.7-0.5,1.2-1.2,1.2l0,0\r\n\t\t\tc-0.7,0-1.2-0.5-1.2-1.2l0,0c0-0.7,0.5-1.2,1.2-1.2l0,0C35.9,56,36.4,56.5,36.4,57.2L36.4,57.2z\"\/>\r\n\t<\/g>\r\n<\/g>\r\n<\/svg>\r\n              <\/div>\n              <div class=\"grid-block-grid-item-title-wrapper\">\n                <p class=\"typography-title-s\">\n                  FinTech App Development                <\/p>\n              <\/div>\n              <div class=\"grid-block-grid-item-description-wrapper\">\n                                  <p class=\"typography-body-smaller\">\n                    Implementing a new widget in iOS using Objective-C                  <\/p>\n                                <span class=\"plus-link\">\n                  <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n    <path d=\"M7 0h3v17H7z\"\/>\n    <path d=\"M17 7v3H0V7z\"\/>\n<\/svg>\n                  <span>\n                    Read More                  <\/span>\n                <\/span>\n              <\/div>\n              <span class=\"grid-block-grid-item-plus-wrapper\">\n                <span class=\"background\"><\/span>\n                <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n    <path d=\"M7 0h3v17H7z\"\/>\n    <path d=\"M17 7v3H0V7z\"\/>\n<\/svg>\n              <\/span>\n            <\/a>\n          <\/div>\n                <div class=\"grid-block-grid-item has-link\">\n            <a class=\"grid-block-grid-item-inner\" href=\"https:\/\/codeandpepper.com\/services\/cloud-computing-software-development-and-consulting\/\">\n              <div class=\"grid-block-item-icon-wrapper\">\n                <svg version=\"1.1\"\r\n\t xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 72 72\"\r\n\t height=\"72\" width=\"72\" xml:space=\"preserve\">\r\n<g>\r\n\r\n\t\t<line fill=\"none\" stroke=\"#272727\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" x1=\"18.9\" y1=\"64.8\" x2=\"34.4\" y2=\"64.8\"\/>\r\n\r\n\t\t<line fill=\"none\" stroke=\"#272727\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" x1=\"26.6\" y1=\"59.6\" x2=\"26.6\" y2=\"64.7\"\/>\r\n\t<line fill=\"none\" stroke=\"#272727\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" x1=\"7.3\" y1=\"54.5\" x2=\"46\" y2=\"54.5\"\/>\r\n\t<path fill=\"none\" stroke=\"#009EE2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" d=\"M27.9,31.3v-5.8\r\n\t\tc0-5.3,4.3-9.7,9.7-9.7h4.5\"\/>\r\n\t<polyline fill=\"none\" stroke=\"#009EE2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" points=\"33.1,26.1\r\n\t\t27.9,31.3 22.8,26.1 \t\"\/>\r\n\t<path fill=\"none\" stroke=\"#272727\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" d=\"M38.2,33.9h3.9\r\n\t\tc2.1,0,3.9,1.7,3.9,3.9v18c0,2.1-1.7,3.9-3.9,3.9H11.2c-2.1,0-3.9-1.7-3.9-3.9v-18c0-2.1,1.7-3.9,3.9-3.9H15\"\/>\r\n\t<polyline fill=\"none\" stroke=\"#009EE2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" points=\"38.2,12\r\n\t\t42.1,15.8 38.2,19.7 \t\"\/>\r\n\t<path fill=\"none\" stroke=\"#272727\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" d=\"M36.9,26.1h22.6c0,0,7.1-0.9,7.1-7.4\r\n\t\tc0-4.1-3.6-7.5-8.1-7.3c-1.8-3.5-5.5-5.9-9.9-5.9c-2.3,0-4.4,0.6-6.1,1.8\"\/>\r\n<\/g>\r\n<\/svg>\r\n              <\/div>\n              <div class=\"grid-block-grid-item-title-wrapper\">\n                <p class=\"typography-title-s\">\n                  Cloud Migration                <\/p>\n              <\/div>\n              <div class=\"grid-block-grid-item-description-wrapper\">\n                                  <p class=\"typography-body-smaller\">\n                    Hexagonal cloud architecture and secure deployment                  <\/p>\n                                <span class=\"plus-link\">\n                  <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n    <path d=\"M7 0h3v17H7z\"\/>\n    <path d=\"M17 7v3H0V7z\"\/>\n<\/svg>\n                  <span>\n                    Read More                  <\/span>\n                <\/span>\n              <\/div>\n              <span class=\"grid-block-grid-item-plus-wrapper\">\n                <span class=\"background\"><\/span>\n                <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n    <path d=\"M7 0h3v17H7z\"\/>\n    <path d=\"M17 7v3H0V7z\"\/>\n<\/svg>\n              <\/span>\n            <\/a>\n          <\/div>\n          <\/div>\n\n  <\/div>\n<\/section>\n\n<section id=\"case-study-block-block_5d568ec3114ae\" class=\"case-study-block block common-block alignfull\">\n<div class=\"container\">\n\n\n  <svg class=\"wave\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"280\" height=\"9\" viewBox=\"0 0 280 9\">\n    <path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M0 3.6c2.88 0 4.18-.668 5.824-1.515C7.724 1.108 9.879 0 13.998 0c4.12 0 6.274 1.108 8.175 2.085 1.644.847 2.943 1.515 5.823 1.515 2.88 0 4.179-.668 5.824-1.515C35.72 1.108 37.874 0 41.995 0c4.12 0 6.274 1.108 8.174 2.085 1.645.847 2.945 1.515 5.824 1.515 2.88 0 4.18-.668 5.826-1.515C63.719 1.108 65.873 0 69.993 0c4.12 0 6.274 1.108 8.174 2.085 1.645.847 2.945 1.515 5.823 1.515 2.88 0 4.18-.668 5.825-1.515C91.715 1.108 93.87 0 97.99 0c4.12 0 6.273 1.108 8.174 2.085 1.645.847 2.945 1.515 5.823 1.515 2.88 0 4.178-.668 5.824-1.515 1.9-.977 4.054-2.085 8.173-2.085 4.12 0 6.273 1.108 8.174 2.085 1.646.847 2.945 1.515 5.825 1.515 2.88 0 4.18-.668 5.826-1.515 1.9-.977 4.055-2.085 8.175-2.085 4.12 0 6.273 1.108 8.174 2.085 1.646.847 2.945 1.515 5.825 1.515 2.88 0 4.179-.668 5.824-1.515 1.9-.977 4.054-2.085 8.175-2.085 4.12 0 6.274 1.108 8.175 2.085 1.646.847 2.946 1.515 5.826 1.515 2.88 0 4.18-.668 5.826-1.515 1.9-.977 4.054-2.085 8.175-2.085 4.12 0 6.273 1.108 8.174 2.085 1.646.847 2.945 1.515 5.825 1.515 2.881 0 4.18-.668 5.827-1.515 1.9-.977 4.056-2.085 8.176-2.085 4.121 0 6.276 1.108 8.177 2.085 1.646.847 2.946 1.515 5.827 1.515s4.181-.668 5.828-1.515C259.718 1.108 261.873 0 265.995 0c4.121 0 6.275 1.108 8.177 2.084 1.645.848 2.946 1.516 5.828 1.516V9h-.007l-5.252-.793c-1.129-.382-2.056-.848-2.919-1.291-1.646-.847-2.946-1.516-5.827-1.516-2.882 0-4.183.669-5.829 1.516-1.9.977-4.056 2.084-8.177 2.084-4.12 0-6.275-1.107-8.176-2.084-1.647-.847-2.947-1.516-5.828-1.516-2.88 0-4.18.669-5.827 1.516-1.9.977-4.055 2.084-8.176 2.084-4.12 0-6.273-1.107-8.175-2.084-1.645-.847-2.944-1.516-5.824-1.516s-4.18.669-5.826 1.516c-1.9.977-4.055 2.084-8.175 2.084-4.12 0-6.275-1.107-8.176-2.084-1.644-.847-2.945-1.516-5.825-1.516-2.88 0-4.18.669-5.825 1.516-1.9.977-4.054 2.084-8.174 2.084-4.12 0-6.274-1.107-8.176-2.084-1.644-.847-2.943-1.516-5.823-1.516-2.88 0-4.18.669-5.826 1.516-1.9.977-4.054 2.084-8.175 2.084-4.12 0-6.274-1.107-8.174-2.084-1.646-.847-2.946-1.516-5.825-1.516s-4.179.669-5.824 1.516c-1.9.977-4.053 2.084-8.173 2.084s-6.273-1.107-8.173-2.084c-1.645-.847-2.945-1.516-5.824-1.516-2.88 0-4.179.669-5.824 1.516C90.265 7.893 88.11 9 83.99 9c-4.12 0-6.273-1.107-8.173-2.084-1.645-.847-2.944-1.516-5.824-1.516s-4.18.669-5.825 1.516C62.268 7.893 60.113 9 55.993 9c-4.12 0-6.274-1.107-8.174-2.084-1.645-.847-2.945-1.516-5.824-1.516-2.88 0-4.18.669-5.825 1.516C34.27 7.893 32.116 9 27.996 9c-4.12 0-6.273-1.107-8.174-2.084-1.645-.847-2.945-1.516-5.824-1.516s-4.179.669-5.824 1.516C7.311 7.359 1.127 8.618 0 9\"\/>\n<\/svg>\n\n<h2 class=\"block-title section-title\">\n  <\/h2>\n\n\n\n<article id=\"post-139\" class=\"case-study-item post-139 case_study type-case_study status-publish has-post-thumbnail hentry case_service-fintech-development solution-angular-2 solution-typescript location-united-kingdom\">\n  <div class=\"row\">\n    <div class=\"column tablet-6\">\n      <h3 class=\"case-study-title section-title\">\n        <a href=\"https:\/\/codeandpepper.com\/case-studies\/nearshore-it-outsourcing-lusid\/\">\n          LUSID        <\/a>\n      <\/h3>\n              <div class=\"case-study-location\">\n                      <span class=\"flag\" style=\"background-image: url(https:\/\/codeandpepper.com\/wp-content\/uploads\/2019\/04\/gb@3x.png);\"><\/span>\n                    <span class=\"name\">London, United Kingdom<\/span>\n        <\/div>\n            <a class=\"case-study-image-mobile\" href=\"https:\/\/codeandpepper.com\/case-studies\/nearshore-it-outsourcing-lusid\/\" aria-label=\"LUSID\">\n        <img loading=\"lazy\" decoding=\"async\" width=\"361\" height=\"203\" src=\"https:\/\/codeandpepper.com\/wp-content\/uploads\/2021\/10\/LUSID_screens_01-1-361x203.jpg\" class=\"attachment-case-study-thumbnail size-case-study-thumbnail wp-post-image\" alt=\"\" srcset=\"https:\/\/codeandpepper.com\/wp-content\/uploads\/2021\/10\/LUSID_screens_01-1-361x203.jpg 361w, https:\/\/codeandpepper.com\/wp-content\/uploads\/2021\/10\/LUSID_screens_01-1-300x169.jpg 300w, https:\/\/codeandpepper.com\/wp-content\/uploads\/2021\/10\/LUSID_screens_01-1-1024x576.jpg 1024w, https:\/\/codeandpepper.com\/wp-content\/uploads\/2021\/10\/LUSID_screens_01-1-768x432.jpg 768w, https:\/\/codeandpepper.com\/wp-content\/uploads\/2021\/10\/LUSID_screens_01-1-1536x864.jpg 1536w, https:\/\/codeandpepper.com\/wp-content\/uploads\/2021\/10\/LUSID_screens_01-1-80x45.jpg 80w, https:\/\/codeandpepper.com\/wp-content\/uploads\/2021\/10\/LUSID_screens_01-1-110x62.jpg 110w, https:\/\/codeandpepper.com\/wp-content\/uploads\/2021\/10\/LUSID_screens_01-1-433x244.jpg 433w, https:\/\/codeandpepper.com\/wp-content\/uploads\/2021\/10\/LUSID_screens_01-1-178x100.jpg 178w, https:\/\/codeandpepper.com\/wp-content\/uploads\/2021\/10\/LUSID_screens_01-1-720x405.jpg 720w, https:\/\/codeandpepper.com\/wp-content\/uploads\/2021\/10\/LUSID_screens_01-1-864x486.jpg 864w, https:\/\/codeandpepper.com\/wp-content\/uploads\/2021\/10\/LUSID_screens_01-1-432x243.jpg 432w, https:\/\/codeandpepper.com\/wp-content\/uploads\/2021\/10\/LUSID_screens_01-1.jpg 1920w\" sizes=\"auto, (max-width: 361px) 100vw, 361px\" \/>      <\/a>\n      <p class=\"case-study-lead typography-body\">\n         Why nearshore IT outsourcing can work out with an independent team \u2013 and how to get it right      <\/p>\n              <div class=\"services case-study-terms has-title\">\n                          <span class=\"title\">Industry:<\/span>\n                        <span class=\"terms\">\n            <nobr>FinTech Development<\/nobr>            <\/span>\n        <\/div>\n            <div class=\"solutions case-study-terms has-title\">\n                          <span class=\"title\">Technology:<\/span>\n                        <span class=\"terms\">\n            <nobr>Angular<\/nobr>, <nobr>TypeScript<\/nobr>            <\/span>\n        <\/div>\n          <a class=\"case-study-plus-link plus-link\" rel=\"nofollow\" aria-label=\"LUSID\" href=\"https:\/\/codeandpepper.com\/case-studies\/nearshore-it-outsourcing-lusid\/\">\n        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n    <path d=\"M7 0h3v17H7z\"\/>\n    <path d=\"M17 7v3H0V7z\"\/>\n<\/svg>\n        <span>Read More<\/span>\n      <\/a>\n    <\/div>\n    <div class=\"column tablet-6 case-study-image-wrap\">\n      <a class=\"case-study-image-desktop\" href=\"https:\/\/codeandpepper.com\/case-studies\/nearshore-it-outsourcing-lusid\/\" aria-label=\"LUSID\">\n        <img loading=\"lazy\" decoding=\"async\" width=\"433\" height=\"244\" src=\"https:\/\/codeandpepper.com\/wp-content\/uploads\/2021\/10\/LUSID_screens_01-1-433x244.jpg\" class=\"attachment-case-study-thumbnail-desktop size-case-study-thumbnail-desktop wp-post-image\" alt=\"\" srcset=\"https:\/\/codeandpepper.com\/wp-content\/uploads\/2021\/10\/LUSID_screens_01-1-433x244.jpg 433w, https:\/\/codeandpepper.com\/wp-content\/uploads\/2021\/10\/LUSID_screens_01-1-300x169.jpg 300w, https:\/\/codeandpepper.com\/wp-content\/uploads\/2021\/10\/LUSID_screens_01-1-1024x576.jpg 1024w, https:\/\/codeandpepper.com\/wp-content\/uploads\/2021\/10\/LUSID_screens_01-1-768x432.jpg 768w, https:\/\/codeandpepper.com\/wp-content\/uploads\/2021\/10\/LUSID_screens_01-1-1536x864.jpg 1536w, https:\/\/codeandpepper.com\/wp-content\/uploads\/2021\/10\/LUSID_screens_01-1-80x45.jpg 80w, https:\/\/codeandpepper.com\/wp-content\/uploads\/2021\/10\/LUSID_screens_01-1-110x62.jpg 110w, https:\/\/codeandpepper.com\/wp-content\/uploads\/2021\/10\/LUSID_screens_01-1-361x203.jpg 361w, https:\/\/codeandpepper.com\/wp-content\/uploads\/2021\/10\/LUSID_screens_01-1-178x100.jpg 178w, https:\/\/codeandpepper.com\/wp-content\/uploads\/2021\/10\/LUSID_screens_01-1-720x405.jpg 720w, https:\/\/codeandpepper.com\/wp-content\/uploads\/2021\/10\/LUSID_screens_01-1-864x486.jpg 864w, https:\/\/codeandpepper.com\/wp-content\/uploads\/2021\/10\/LUSID_screens_01-1-432x243.jpg 432w, https:\/\/codeandpepper.com\/wp-content\/uploads\/2021\/10\/LUSID_screens_01-1.jpg 1920w\" sizes=\"auto, (max-width: 433px) 100vw, 433px\" \/>      <\/a>\n    <\/div>\n  <\/div>\n<\/article>\n<\/div>\n<\/section>\n","protected":false},"featured_media":2588,"template":"","case_service":[7901],"solution":[1305,170],"location":[69],"class_list":["post-1323","case_study","type-case_study","status-publish","has-post-thumbnail","hentry","case_service-fintech-development","solution-microsoft-azure","solution-react-native","location-edinburgh"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.4 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>NoMo Case Study \u2013 Mobile and .NET Development \u2013 Code &amp; Pepper<\/title>\n<meta name=\"description\" content=\"Read NoMo case study and learn how to democratise personal finance management with iOS and .NET development and smart product management from A to Z.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/codeandpepper.com\/case-studies\/dotnet-mobile-development-nomo\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"NoMo Case Study \u2013 Mobile and .NET Development \u2013 Code &amp; Pepper\" \/>\n<meta property=\"og:description\" content=\"Read NoMo case study and learn how to democratise personal finance management with iOS and .NET development and smart product management from A to Z.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/codeandpepper.com\/case-studies\/dotnet-mobile-development-nomo\/\" \/>\n<meta property=\"og:site_name\" content=\"Code &amp; Pepper\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/codeandpepper\/\" \/>\n<meta property=\"article:modified_time\" content=\"2025-05-08T11:53:32+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/codeandpepper.com\/wp-content\/uploads\/2019\/08\/NoMo-4.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1456\" \/>\n\t<meta property=\"og:image:height\" content=\"864\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@codeandpepper\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/codeandpepper.com\/case-studies\/dotnet-mobile-development-nomo\/#article\",\"url\":\"https:\/\/codeandpepper.com\/case-studies\/dotnet-mobile-development-nomo\/\",\"name\":\"NoMo Case Study \u2013 Mobile and .NET Development \u2013 Code & Pepper\",\"isPartOf\":{\"@id\":\"https:\/\/codeandpepper.com\/#website\"},\"image\":\"https:\/\/codeandpepper.com\/wp-content\/uploads\/2019\/08\/NoMo-4.png\",\"thumbnailUrl\":\"https:\/\/codeandpepper.com\/wp-content\/uploads\/2019\/08\/NoMo-4-352x209.png\",\"datePublished\":\"2019-08-16T10:12:24+00:00\",\"dateModified\":\"2025-05-08T11:53:32+00:00\",\"description\":\"Read NoMo case study and learn how to democratise personal finance management with iOS and .NET development and smart product management from A to Z.\",\"breadcrumb\":{\"@id\":\"https:\/\/codeandpepper.com\/case-studies\/dotnet-mobile-development-nomo\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/codeandpepper.com\/case-studies\/dotnet-mobile-development-nomo\/\"]}],\"author\":{\"@type\":\"Organization\",\"name\":\"Code & Pepper\",\"logo\":{\"@type\":\"ImageObject\",\"@id\":\"https:\/\/codeandpepper.com#logo\",\"url\":\"https:\/\/codeandpepper.com\/wp-content\/uploads\/2019\/06\/logo.png\"}},\"publisher\":{\"@type\":\"Organization\",\"name\":\"Code & Pepper\",\"logo\":{\"@type\":\"ImageObject\",\"@id\":\"https:\/\/codeandpepper.com#logo\",\"url\":\"https:\/\/codeandpepper.com\/wp-content\/uploads\/2019\/06\/logo.png\"}},\"headline\":\"How to democratise personal finance management with a mixture of iOS, .NET and smart product development from A to Z\",\"mainEntityOfPage\":{\"@type\":\"WebPage\",\"@id\":\"https:\/\/codeandpepper.com\/case-studies\/dotnet-mobile-development-nomo\/#webpage\",\"url\":\"https:\/\/codeandpepper.com\/case-studies\/dotnet-mobile-development-nomo\/\"}},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/codeandpepper.com\/case-studies\/dotnet-mobile-development-nomo\/#primaryimage\",\"url\":\"https:\/\/codeandpepper.com\/wp-content\/uploads\/2019\/08\/NoMo-4.png\",\"contentUrl\":\"https:\/\/codeandpepper.com\/wp-content\/uploads\/2019\/08\/NoMo-4.png\",\"width\":1456,\"height\":864,\"caption\":\"NoMo mobile application mockups set\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/codeandpepper.com\/case-studies\/dotnet-mobile-development-nomo\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/codeandpepper.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"NoMo\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/codeandpepper.com\/#website\",\"url\":\"https:\/\/codeandpepper.com\/\",\"name\":\"Code & Pepper\",\"description\":\"FinTech Developers\",\"publisher\":{\"@id\":\"https:\/\/codeandpepper.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/codeandpepper.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/codeandpepper.com\/#organization\",\"name\":\"Code & Pepper\",\"url\":\"https:\/\/codeandpepper.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/codeandpepper.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/codeandpepper.com\/wp-content\/uploads\/2019\/06\/logo.png\",\"contentUrl\":\"https:\/\/codeandpepper.com\/wp-content\/uploads\/2019\/06\/logo.png\",\"width\":319,\"height\":144,\"caption\":\"Code & Pepper\"},\"image\":{\"@id\":\"https:\/\/codeandpepper.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/codeandpepper\/\",\"https:\/\/x.com\/codeandpepper\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"NoMo Case Study \u2013 Mobile and .NET Development \u2013 Code & Pepper","description":"Read NoMo case study and learn how to democratise personal finance management with iOS and .NET development and smart product management from A to Z.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/codeandpepper.com\/case-studies\/dotnet-mobile-development-nomo\/","og_locale":"en_US","og_type":"article","og_title":"NoMo Case Study \u2013 Mobile and .NET Development \u2013 Code & Pepper","og_description":"Read NoMo case study and learn how to democratise personal finance management with iOS and .NET development and smart product management from A to Z.","og_url":"https:\/\/codeandpepper.com\/case-studies\/dotnet-mobile-development-nomo\/","og_site_name":"Code &amp; Pepper","article_publisher":"https:\/\/www.facebook.com\/codeandpepper\/","article_modified_time":"2025-05-08T11:53:32+00:00","og_image":[{"width":1456,"height":864,"url":"https:\/\/codeandpepper.com\/wp-content\/uploads\/2019\/08\/NoMo-4.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_site":"@codeandpepper","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/codeandpepper.com\/case-studies\/dotnet-mobile-development-nomo\/#article","url":"https:\/\/codeandpepper.com\/case-studies\/dotnet-mobile-development-nomo\/","name":"NoMo Case Study \u2013 Mobile and .NET Development \u2013 Code & Pepper","isPartOf":{"@id":"https:\/\/codeandpepper.com\/#website"},"image":"https:\/\/codeandpepper.com\/wp-content\/uploads\/2019\/08\/NoMo-4.png","thumbnailUrl":"https:\/\/codeandpepper.com\/wp-content\/uploads\/2019\/08\/NoMo-4-352x209.png","datePublished":"2019-08-16T10:12:24+00:00","dateModified":"2025-05-08T11:53:32+00:00","description":"Read NoMo case study and learn how to democratise personal finance management with iOS and .NET development and smart product management from A to Z.","breadcrumb":{"@id":"https:\/\/codeandpepper.com\/case-studies\/dotnet-mobile-development-nomo\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/codeandpepper.com\/case-studies\/dotnet-mobile-development-nomo\/"]}],"author":{"@type":"Organization","name":"Code & Pepper","logo":{"@type":"ImageObject","@id":"https:\/\/codeandpepper.com#logo","url":"https:\/\/codeandpepper.com\/wp-content\/uploads\/2019\/06\/logo.png"}},"publisher":{"@type":"Organization","name":"Code & Pepper","logo":{"@type":"ImageObject","@id":"https:\/\/codeandpepper.com#logo","url":"https:\/\/codeandpepper.com\/wp-content\/uploads\/2019\/06\/logo.png"}},"headline":"How to democratise personal finance management with a mixture of iOS, .NET and smart product development from A to Z","mainEntityOfPage":{"@type":"WebPage","@id":"https:\/\/codeandpepper.com\/case-studies\/dotnet-mobile-development-nomo\/#webpage","url":"https:\/\/codeandpepper.com\/case-studies\/dotnet-mobile-development-nomo\/"}},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/codeandpepper.com\/case-studies\/dotnet-mobile-development-nomo\/#primaryimage","url":"https:\/\/codeandpepper.com\/wp-content\/uploads\/2019\/08\/NoMo-4.png","contentUrl":"https:\/\/codeandpepper.com\/wp-content\/uploads\/2019\/08\/NoMo-4.png","width":1456,"height":864,"caption":"NoMo mobile application mockups set"},{"@type":"BreadcrumbList","@id":"https:\/\/codeandpepper.com\/case-studies\/dotnet-mobile-development-nomo\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/codeandpepper.com\/"},{"@type":"ListItem","position":2,"name":"NoMo"}]},{"@type":"WebSite","@id":"https:\/\/codeandpepper.com\/#website","url":"https:\/\/codeandpepper.com\/","name":"Code & Pepper","description":"FinTech Developers","publisher":{"@id":"https:\/\/codeandpepper.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/codeandpepper.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/codeandpepper.com\/#organization","name":"Code & Pepper","url":"https:\/\/codeandpepper.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/codeandpepper.com\/#\/schema\/logo\/image\/","url":"https:\/\/codeandpepper.com\/wp-content\/uploads\/2019\/06\/logo.png","contentUrl":"https:\/\/codeandpepper.com\/wp-content\/uploads\/2019\/06\/logo.png","width":319,"height":144,"caption":"Code & Pepper"},"image":{"@id":"https:\/\/codeandpepper.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/codeandpepper\/","https:\/\/x.com\/codeandpepper"]}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/codeandpepper.com\/wp-json\/wp\/v2\/case_study\/1323","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/codeandpepper.com\/wp-json\/wp\/v2\/case_study"}],"about":[{"href":"https:\/\/codeandpepper.com\/wp-json\/wp\/v2\/types\/case_study"}],"version-history":[{"count":94,"href":"https:\/\/codeandpepper.com\/wp-json\/wp\/v2\/case_study\/1323\/revisions"}],"predecessor-version":[{"id":55487,"href":"https:\/\/codeandpepper.com\/wp-json\/wp\/v2\/case_study\/1323\/revisions\/55487"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/codeandpepper.com\/wp-json\/wp\/v2\/media\/2588"}],"wp:attachment":[{"href":"https:\/\/codeandpepper.com\/wp-json\/wp\/v2\/media?parent=1323"}],"wp:term":[{"taxonomy":"case_service","embeddable":true,"href":"https:\/\/codeandpepper.com\/wp-json\/wp\/v2\/case_service?post=1323"},{"taxonomy":"solution","embeddable":true,"href":"https:\/\/codeandpepper.com\/wp-json\/wp\/v2\/solution?post=1323"},{"taxonomy":"location","embeddable":true,"href":"https:\/\/codeandpepper.com\/wp-json\/wp\/v2\/location?post=1323"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}