Property Search App- Custom Web App Development for Bayleys

Property Search App- Custom Web App Development for Bayleys

Explore Transforming Dated Desktop App to Cloud-Based Efficiency, Accessibility, and Collaboration with Custom Web App Development.

Implementation

About Client

Custom Web App Development

Bayleys is a New Zealand-based, family-owned, operated real estate agency in New Zealand and Fiji. As the largest full-service real estate agency in the country, they offer a comprehensive array of property-related services and sector-specific expertise. Furthermore, Their business model is founded on trust, reliability, discretion, and exceeding our clients’ expectations. The in-depth experience, knowledge, and successful track record, therefore, are proven across our full-service business lines. They are committed to delivering world-class service and results.

Project Background

Bayleys envisioned an upgrade, seeking to replace their dated desktop application with a cutting-edge cloud-based alternative. Moreover, Embracing modern technology, this transition aimed to enhance efficiency, accessibility, and collaboration within the organization, aligning seamlessly with contemporary industry standards. The move to a cloud-based app promises to revolutionize their operations, providing a flexible and scalable platform that empowers their team and, consequently, delivers an exceptional experience to their clientele.

Scope & Requirement For Custom Web App Development

During the 1st Phase of the web app development, we discussed the implementation as follows:

Implementation

Click Here

Technology And Architecture Of Custom Web App Development

Technology/ Services used

Integrations

Security:

Scalability

  • The application is designed to be running on serverless services so that it can easily scale up and down automatically based on usage.
 

Cost Optimization

  • Alerts and notifications are configured in the AWS to notify if the budget is being exceeded. 
  • Deployed on serverless infrastructure, the application does not incur any additional costs when it is not in heavy use.
  • Peritos, being a cloud partner, is managing the environment for the client, keeping a close watch on the cost, and finding ways to optimize the same

Code Management, Deployment

  • CI/CD is implemented to automatically build and deploy any code changes

Challenges In Implementing Custom Web App Development

Project Completion

Duration Of Web App Development Implementation

Deliverables for Custom Web App Development

Support for Web App Development

  • 1 month extended support
  • A template for Cloud formation stack to create more AWS resources using the available stacks
  • Screen sharing sessions with demo of how the services and new workloads can be deployed. 

Testimonial

Awaited

Next Phase

If You Are Looking For Similar Services? Please Get In Touch

Testimonial

Edward Yarashev
Product Manager | Tonkin + Taylor

Peritos is a team of highly skilled developers, technical experts, and delivery managers. We’ve been very impressed with their commitment. Their developers and delivery managers have conducted themselves with professionalism and diligence at all times, and the quality of the work they have performed has been excellent. Many times, they proposed better solutions, which resulted in better and faster products. Peritos is a reliable AWS Partner. You can trust and be satisfied.


(For services and support)
Richard Canny
Ultimation industries | President

“We are very happy with the results of this major IT project with Peritos Solutions. Their staff gained a good knowledge of our business and processes. They were able to work with many of our diverse team members and launch Business Central ERP on time and on budget according to our requirements. We will be using them again for future projects and additional development actions. Thank you!”


(For services and support)
Grant Peterson
Software Development Manager | Insight Software

The project was completed on time and as per the agreed budget. The communication was excellent, as was the dedication to quickly turning around the required report development. The overall experience was good, and I would definitely work with the Peritos Team again.


(For services and support)

Proud projects that
make us stand
out

Azure Cloud Consulting Services Recent Home

services

Azure Cloud Consulting Services

Automate mundane HR tasks from pre-boarding to post-retirement with our award-winning HRMS suite, driven by…

Cloud Consulting Services Recent Home

services

Cloud Consulting Services

Unlock agility, scalability, and innovation by modernizing your legacy systems through our tailored cloud solutions.…

Download our Checklist on Selecting Azure/ AWS vs Other Hosting providers Recent Home

Downloads

Download our Checklist on Selecting Azure/ AWS vs Other Hosting providers

Cloud Hosting The checklist contains the below details on how you could decide between whether…

Border detection and Image processing Recent Home

Open CV - Image processing

Border detection and Image processing

Home Category Open CV – Image processing ID card Border detection and image processing using…

Thinking about a project? Get in touch with us.

Connect with Us Today through the Details Below or Fill
Out the Form for a Prompt Response

Book Free Consultation

Guaranteed response within 8 business hours.





    Trusted by Startups and Fortune 500 companies

    07+ years of experience

    We can handle projects of all complexities.

    100+ satisfied customers

    Startups to Fortune 500, we have worked with all.

    20+ in-house team

    Top 1% industry talent to ensure your digital success.

    SAP Support Services-ID Card Detection for CumulusPro

    SAP Support Services-ID Card Detection for CumulusPro

    Find out the features & challenges of implementing Image Processing Border Detection- custom web app development for Cumuluspro.

    Implementation

    About Client

    CumulusPro is a Cloud-based digital Image Processing Border Detection and verification platform that delivers a quick and efficient onboarding experience for your customers. CumulusPro helps businesses rapidly transform into digital enterprises by linking people, processes, and applications. Their cloud-based Business Process Management (BPM) Platform is designed to revolutionize how organizations and public institutions digitally communicate and collaborate with their customers, citizens, and partners. Digital businesses improve customer experience and increase customer satisfaction, business efficiency, and productivity while reducing cost and time to market.

    Project Background- SAP Support Services-ID Card Detection

    This project explains how we implemented border detection and able to process the image. This involved taking pictures from the browser camera, Ability to capture images using different browsers and devices and store the images in blob storage and relevant information on the SQL server. Processing of images digitally is of much importance since processes are digitalised and people take picture of different ID cards(driving license, passport etc) and upload for various purpose today(for instance filling online applications and forms for numerous reasons).First level of image processing algorithm is implemented on these images for seamless application processing before they are uploaded in the system due to the presence of various issues in the images like existence of white spaces, skewed image to name a few.

    Scope & Requirement

    Scope of work for Image Processing Border Detection-custom app development-ID, card detection, and web app development was as below:

    Implementation

    Technology and Architecture

    Technology/ Services used

    Integrations

    Security:

    Backup and Recovery

    Cloud systems and components used in the attendance management system are secure and 99.99% SLA. We have added HA/DR mechanism to create a replica of the services

    Scalability

    Application is designed to scale up to 10X times the average load received in the 1st 6 months of its usage and all cloud resources are configured for auto-scaling based on the load

    Cost Optimization

    Alerts and notifications are configured in the Azure cloud to ensure that if the budget exceeds a notification is sent out

    Code Management, Deployment

    Code for the app is handed over to the client through Microsoft AppCenter.


    CI/CD is implemented to automatically add, build and deploy any code changes on the app side.

    Features of Image Processing Border Detection-custom app development

    Challenges

    We encountered some ssues as below:

    • Establishing a pre-defined system criterion which needs to be met before uploading the picture. This includes deciding threshold value for the image processing algorithms to be implemented for removal of white spaces present on the side of ID card and skewness present in the image captured
    • The Canny algorithm used for border detection had some limitations and didn’t work in all the scenarios where ID card had more prominent rectangle drawn on it or an image with white background of a white ID card. These cases didn’t gave a correct collection of lines and may have resulted in incorrect border detection. To overcome this problem we implemented FindContours on binary image which gave us a more reliable result
    • We had to cater for devices of varying power and capability since this solution implementation had to run on various platforms. As we got into the testing phase we had to avoid large variation in responsiveness depending on the device used

    Project Completion

    Deliverables

    We used OpenCV library for image processing along with EmguCV wrapper, which is compatible with .NET languages (C#,VB,VC++ etc). We implemented the solution through the following steps:

    Down sample -> Noise reduction -> Up-sample -> Image Enlargement

    • Edge detection using Canny algorithm(to convert image into collection of lines)
    • Detect outermost lines for Border detection through ‘Probabilistic Hough transform’ to filter out lines based on width & length
    • Using ‘FindContours’ to find objects at outer most location (to overcome the shortcomings of Hough transform)
    • Post processing which includes cropping the image along the border and getting a processed image containing ID card completely and removing any skewness present

    Support

    Testimonial

    We took Feedback from stakeholders as below:

    Feedback image
    Syed Mohd. Atif
    Co-Founder Enticed Retail LLP

    Next Phase

    We are now looking at the next phase of the project, which involves:

    1. Images may not be of the same template, so machine learning can be added to identify the image template and process the image accordingly.
    2. For a specific template, there should be a training model which helps the system to know how the new image template would look like and to be able to adapt to new template images faster.

    If You Are Looking For Similar Services? Please Get In Touch

    Testimonial

    Edward Yarashev
    Product Manager | Tonkin + Taylor

    Peritos is a team of highly skilled developers, technical experts, and delivery managers. We’ve been very impressed with their commitment. Their developers and delivery managers have conducted themselves with professionalism and diligence at all times, and the quality of the work they have performed has been excellent. Many times, they proposed better solutions, which resulted in better and faster products. Peritos is a reliable AWS Partner. You can trust and be satisfied.


    (For services and support)
    Richard Canny
    Ultimation industries | President

    “We are very happy with the results of this major IT project with Peritos Solutions. Their staff gained a good knowledge of our business and processes. They were able to work with many of our diverse team members and launch Business Central ERP on time and on budget according to our requirements. We will be using them again for future projects and additional development actions. Thank you!”


    (For services and support)
    Grant Peterson
    Software Development Manager | Insight Software

    The project was completed on time and as per the agreed budget. The communication was excellent, as was the dedication to quickly turning around the required report development. The overall experience was good, and I would definitely work with the Peritos Team again.


    (For services and support)

    Proud projects that
    make us stand
    out

    Azure Cloud Consulting Services Recent Home

    services

    Azure Cloud Consulting Services

    Automate mundane HR tasks from pre-boarding to post-retirement with our award-winning HRMS suite, driven by…

    Cloud Consulting Services Recent Home

    services

    Cloud Consulting Services

    Unlock agility, scalability, and innovation by modernizing your legacy systems through our tailored cloud solutions.…

    Download our Checklist on Selecting Azure/ AWS vs Other Hosting providers Recent Home

    Downloads

    Download our Checklist on Selecting Azure/ AWS vs Other Hosting providers

    Cloud Hosting The checklist contains the below details on how you could decide between whether…

    Border detection and Image processing Recent Home

    Open CV - Image processing

    Border detection and Image processing

    Home Category Open CV – Image processing ID card Border detection and image processing using…

    Thinking about a project? Get in touch with us.

    Connect with Us Today through the Details Below or Fill
    Out the Form for a Prompt Response

    Book Free Consultation

    Guaranteed response within 8 business hours.





      Trusted by Startups and Fortune 500 companies

      07+ years of experience

      We can handle projects of all complexities.

      100+ satisfied customers

      Startups to Fortune 500, we have worked with all.

      20+ in-house team

      Top 1% industry talent to ensure your digital success.

      AWS IoT Integration for a Pharmaceutical Company

      AWS IoT Integration for a Pharmaceutical Company

      The project explains how the AWS IoT integration provides ready access to the inventory levels and manages vital parameters in a better way.

      Implementation

      About Client

      The world today is witnessing a growing trend in the use of technology in the health sector. This allowed us to assist our client, a pharmaceutical company in tracking medical devices and the quality of medicines on the go along with the inventory and transit status, and we supported them in AWS to IoT integration.

      Project Background

      In this case study, we achieved the following:

      Scope & Requirement

      We used the below solution components to create a responsive web application that gives a holistic view of all the devices connected to the system and information on their vital parameters.

      Implementation

      Technology and Architecture

      Technology/ Services used

      Security & Compliance:

      Network Architecture

      Backup and Recovery

      Cloud systems and components used followed AWS’s well-Architected framework and the resources were all Multi-zone availability with uptime of 99.99% or more.

      Cost Optimization

      Alerts and notifications are configured in the AWS cost

      Code Management, Deployment

      Cloudformation scripts for creating stacksets and scripts for generating AWS services was handed over to the client

      Challenges

      Project Completion

      Duration

      Deliverables

      Support

      • 1 month of extended support
      • A template for Cloud formation stack to create more AWS resources using the available stacks
      • Screen-sharing sessions with a demo of how the services and new workloads can be deployed.

      Testimonial

      Feedback image
      Evania Fernandes
      building Manager ultimate property group

      Next Phase

      If You Are Looking For Similar Services? Please Get In Touch

      Testimonial

      Edward Yarashev
      Product Manager | Tonkin + Taylor

      Peritos is a team of highly skilled developers, technical experts, and delivery managers. We’ve been very impressed with their commitment. Their developers and delivery managers have conducted themselves with professionalism and diligence at all times, and the quality of the work they have performed has been excellent. Many times, they proposed better solutions, which resulted in better and faster products. Peritos is a reliable AWS Partner. You can trust and be satisfied.


      (For services and support)
      Richard Canny
      Ultimation industries | President

      “We are very happy with the results of this major IT project with Peritos Solutions. Their staff gained a good knowledge of our business and processes. They were able to work with many of our diverse team members and launch Business Central ERP on time and on budget according to our requirements. We will be using them again for future projects and additional development actions. Thank you!”


      (For services and support)
      Grant Peterson
      Software Development Manager | Insight Software

      The project was completed on time and as per the agreed budget. The communication was excellent, as was the dedication to quickly turning around the required report development. The overall experience was good, and I would definitely work with the Peritos Team again.


      (For services and support)

      Proud projects that
      make us stand
      out

      Azure Cloud Consulting Services Recent Home

      services

      Azure Cloud Consulting Services

      Automate mundane HR tasks from pre-boarding to post-retirement with our award-winning HRMS suite, driven by…

      Cloud Consulting Services Recent Home

      services

      Cloud Consulting Services

      Unlock agility, scalability, and innovation by modernizing your legacy systems through our tailored cloud solutions.…

      Download our Checklist on Selecting Azure/ AWS vs Other Hosting providers Recent Home

      Downloads

      Download our Checklist on Selecting Azure/ AWS vs Other Hosting providers

      Cloud Hosting The checklist contains the below details on how you could decide between whether…

      Border detection and Image processing Recent Home

      Open CV - Image processing

      Border detection and Image processing

      Home Category Open CV – Image processing ID card Border detection and image processing using…

      Thinking about a project? Get in touch with us.

      Connect with Us Today through the Details Below or Fill
      Out the Form for a Prompt Response

      Book Free Consultation

      Guaranteed response within 8 business hours.





        Trusted by Startups and Fortune 500 companies

        07+ years of experience

        We can handle projects of all complexities.

        100+ satisfied customers

        Startups to Fortune 500, we have worked with all.

        20+ in-house team

        Top 1% industry talent to ensure your digital success.

        Digital Receipt & Invoice Management Application for Cumulus Pro

        Digital Receipt & Invoice Management Application for Cumulus Pro

        The project explores the features, challenges, and implementation of the Cumulus Pro-Digital Receipt & Invoice Management Application

        Implementation

        About Client

        CumulusPro creates web and mobile expense claim apps. It is a cloud-based expense management software solution that helps businesses to ensure employees comply with HR policies. Employees can even submit their claim settlements.
        They conceptualize, develop and automate this software by encouraging their clients to go paperless and digital.

        Project Background-Software Development in Azure

        Peritos and CumulusPro got together to develop their digital receipt & invoice management application in Azure. They wanted to create a simple and automated expense management solution for businesses.

        Scope & Requirement

        In the 1st Phase of software development in Azure, implementation was discussed as follows:

        Implementation

        Technology and Architecture

        Technology

        Integrations

        Security:

        Backup and Recovery

        Cloud systems and components used in the attendance management system are secure and 99.99% SLA. We have added HA/DR mechanism to create a replica of the services

        Scalability

        Application is designed to scale up to 10X times the average load received in the 1st 6 months of its usage and all cloud resources are configured for auto-scaling based on the load

        Cost Optimization

        Alerts and notifications are configured in the attendance management system to notify if the budget is being exceeded. Peritos being a cloud partner is managing the environment for the client keeping a close watch on the cost and finding ways to optimize the same

        Code Management, Deployment

        Features of digital receipt & invoice management application in azure

        Challenges of digital receipt & invoice management application in azure

        Project Completion

        Duration

        Deliverables

        Support

        As part of the project implementation, we provided 1 month of extended support. This includes any Major / Minor bug fixes.

        Testimonial

        Feedback image
        GROUP CEO CumulusPro

        Next Phase

        We are now looking at the next phase of the project which involves:

        1. Ongoing Support and adding new features every Quarter with minor bug fixes
        2. Web based module to have admin be able to mass Upload teacher, students
        3. Mobile App for the students and teachers to mark attendance on the mobile phone

        If You Are Looking For Similar Services? Please Get In Touch

        Testimonial

        Edward Yarashev
        Product Manager | Tonkin + Taylor

        Peritos is a team of highly skilled developers, technical experts, and delivery managers. We’ve been very impressed with their commitment. Their developers and delivery managers have conducted themselves with professionalism and diligence at all times, and the quality of the work they have performed has been excellent. Many times, they proposed better solutions, which resulted in better and faster products. Peritos is a reliable AWS Partner. You can trust and be satisfied.


        (For services and support)
        Richard Canny
        Ultimation industries | President

        “We are very happy with the results of this major IT project with Peritos Solutions. Their staff gained a good knowledge of our business and processes. They were able to work with many of our diverse team members and launch Business Central ERP on time and on budget according to our requirements. We will be using them again for future projects and additional development actions. Thank you!”


        (For services and support)
        Grant Peterson
        Software Development Manager | Insight Software

        The project was completed on time and as per the agreed budget. The communication was excellent, as was the dedication to quickly turning around the required report development. The overall experience was good, and I would definitely work with the Peritos Team again.


        (For services and support)

        Proud projects that
        make us stand
        out

        Azure Cloud Consulting Services Recent Home

        services

        Azure Cloud Consulting Services

        Automate mundane HR tasks from pre-boarding to post-retirement with our award-winning HRMS suite, driven by…

        Cloud Consulting Services Recent Home

        services

        Cloud Consulting Services

        Unlock agility, scalability, and innovation by modernizing your legacy systems through our tailored cloud solutions.…

        Download our Checklist on Selecting Azure/ AWS vs Other Hosting providers Recent Home

        Downloads

        Download our Checklist on Selecting Azure/ AWS vs Other Hosting providers

        Cloud Hosting The checklist contains the below details on how you could decide between whether…

        Border detection and Image processing Recent Home

        Open CV - Image processing

        Border detection and Image processing

        Home Category Open CV – Image processing ID card Border detection and image processing using…

        Thinking about a project? Get in touch with us.

        Connect with Us Today through the Details Below or Fill
        Out the Form for a Prompt Response

        Book Free Consultation

        Guaranteed response within 8 business hours.





          Trusted by Startups and Fortune 500 companies

          07+ years of experience

          We can handle projects of all complexities.

          100+ satisfied customers

          Startups to Fortune 500, we have worked with all.

          20+ in-house team

          Top 1% industry talent to ensure your digital success.

          App to manage LinkedIn Leads For Attention Seeker

          App to manage LinkedIn Leads For Attention Seeker

          This project shows how we created a custom LinkedIn app for a digital influence agency. It is an app that helps to manage LinkedIn leads

          Executive Summary

          About Client

          Attention Seeker is a digital influence agency based in Auckland which specializes in Personal Branding and LinkedIn Marketing. They help B2B customers with lead and revenue generation through the art of storytelling. They use LinkedIn as the main platform for generating leads for thier clients. Some of their other services are Content Marketing and Events Marketing.

          Project Background

          Linkedin App to Manage leads contacted using Linkedin Network.

          Attention Seeker came to Peritos with a requirement of developing a customized third party custom LinkedIn app. Their main motto was to manage the leads coming in via LinkedIn and get a consolidated view of the leads in a single page. There was also a dashboard view to show the number of connections and invitations sent during the program.

          Scope & Requirement

          Implementation

          Technology and Architecture

          Technology

          Integrations

          Security:

          Backup and Recovery

          Cloud systems and components used in the attendance management system are secure and 99.99% SLA. We have added HA/DR mechanism to create a replica of the services

          Scalability

          Application is designed to scale up to 10X times the average load received in the 1st 6 months of its usage and all cloud resources are configured for auto-scaling based on the load

          Cost Optimization

          Alerts and notifications are configured in the attendance management system to notify if the budget is being exceeded. Peritos being a cloud partner is managing the environment for the client keeping a close watch on the cost and finding ways to optimize the same

          Code Management, Deployment

          Features of App to manage linkedIn leads

          Challenges

          Project Completion

          Duration

          Deliverables

          Support

          As part of the project implementation we provided 1 month of extended support. This includes any Major / Minor bug fixes. We also provided them a few months of extended support.

          Testimonial

          We did not get a documented feedback from the client for using the app

          Testimonial

          Project ended and we helped client to move to a support model

          1. Ongoing Support for the management of the app and answer any how to questions
          2. Make sure that the UI Path continues to run smoothly and uploads the end user data on the app
          3. Integrate new features and bug fixes to ensure that the product delivers results

          If You Are Looking For Similar Services? Please Get In Touch

          Testimonial

          Edward Yarashev
          Product Manager | Tonkin + Taylor

          Peritos is a team of highly skilled developers, technical experts, and delivery managers. We’ve been very impressed with their commitment. Their developers and delivery managers have conducted themselves with professionalism and diligence at all times, and the quality of the work they have performed has been excellent. Many times, they proposed better solutions, which resulted in better and faster products. Peritos is a reliable AWS Partner. You can trust and be satisfied.


          (For services and support)
          Richard Canny
          Ultimation industries | President

          “We are very happy with the results of this major IT project with Peritos Solutions. Their staff gained a good knowledge of our business and processes. They were able to work with many of our diverse team members and launch Business Central ERP on time and on budget according to our requirements. We will be using them again for future projects and additional development actions. Thank you!”


          (For services and support)
          Grant Peterson
          Software Development Manager | Insight Software

          The project was completed on time and as per the agreed budget. The communication was excellent, as was the dedication to quickly turning around the required report development. The overall experience was good, and I would definitely work with the Peritos Team again.


          (For services and support)

          Proud projects that
          make us stand
          out

          Azure Cloud Consulting Services Recent Home

          services

          Azure Cloud Consulting Services

          Automate mundane HR tasks from pre-boarding to post-retirement with our award-winning HRMS suite, driven by…

          Cloud Consulting Services Recent Home

          services

          Cloud Consulting Services

          Unlock agility, scalability, and innovation by modernizing your legacy systems through our tailored cloud solutions.…

          Download our Checklist on Selecting Azure/ AWS vs Other Hosting providers Recent Home

          Downloads

          Download our Checklist on Selecting Azure/ AWS vs Other Hosting providers

          Cloud Hosting The checklist contains the below details on how you could decide between whether…

          Border detection and Image processing Recent Home

          Open CV - Image processing

          Border detection and Image processing

          Home Category Open CV – Image processing ID card Border detection and image processing using…

          Thinking about a project? Get in touch with us.

          Connect with Us Today through the Details Below or Fill
          Out the Form for a Prompt Response

          Book Free Consultation

          Guaranteed response within 8 business hours.





            Trusted by Startups and Fortune 500 companies

            07+ years of experience

            We can handle projects of all complexities.

            100+ satisfied customers

            Startups to Fortune 500, we have worked with all.

            20+ in-house team

            Top 1% industry talent to ensure your digital success.