Learn more about
devops
Modernizing a monolithic architecture into micro-frontend and microservices
This blog post is the third in a series detailing the modernization of a legacy payment platform. In the first phase, we focused on re-platforming the frontend to deliver immediate business value. By modernizing the user interface with React while maintaining the existing backend, the client was able to quickly enhance merchant-facing features and generate revenue […]
Oleksii Svitlychnyi
Building CI/CD pipelines for micro-frontend and microservice modernization
This blog post is the second in a series about modernizing a legacy payment platform. In the first post, we detailed how re-platforming the frontend with React enabled our customer to quickly deliver value to merchants by improving the platform’s tools and enhancing the user experience, all while keeping the legacy backend intact. This practical approach allowed the […]
Oleksii Svitlychnyi
AWS cost optimization for a SaaS solution
AWS cost optimization is both an exciting opportunity and a challenging necessity for growing businesses. One of our clients, a provider of a niche SaaS solution for 35 partners, approached us with a critical problem: their AWS costs were rising steadily, but this increase was not directly proportional to the addition of new clients. Instead, […]
Oleksii Svitlychnyi
Faster, Cheaper Multi-Cloud CI/CD Pipeline
In this blog post, we will introduce our custom multi-cloud CI/CD (continuous integration and continuous delivery) pipeline, built to facilitate the deployment of applications across various cloud environments. Our solution allows seamless deployments with minimal customization, ensuring faster results and reduced costs for our clients. Whether working with AWS, Azure, or Google Cloud, we can […]
Oleksii Svitlychnyi
CI/CD, deployment, devops, ai, chatgpt, Amazon Bedrock, Amazon RDS, aws, LLM, RAG, Embeddings, Neo4j, PostgreSQL, Amazon ECR, backend, GenerativeAI, prompt-management
Deployment of AI-Powered Chatbot
This blog post focuses on the architecture and deployment of the AI-powered Chatbot solution that we described in our earlier blog post Custom AI Chatbot Development Using RAG. This solution is built for the AWS cloud but uses OpenAI as an LLM. We’ll dive deep into the CI/CD process and AWS deployment architecture of the […]
Kostiantyn Odynets, Oleksii Svitlychnyi
microservices, application-modernization, architecture, CI/CD, devops, healthcare, backend, Application Development, customer-story, mobile-apps, web-app, connected-devices
Migrating from Monolith to Microservices
Starting a new software project or startup? Your initial decision could significantly impact your future success: choosing between monolithic and microservices architecture. Initially, a monolithic approach may be advantageous, providing simplicity in development, deployment, and testing, and enabling faster product launches. However, as your business expands, your software demands will grow. Shifting to a microservices […]
Konstantin Maevskiy
architecture, SaaS, deployment, CI/CD, devops, backend, microservices, aws, Amazon S3, Amazon ECR, AWS Lambda, SQL Server, Redis, .NET, Active Directory, customer-story, healthcare
Deploying Multi-Tenant SaaS Application on AWS
Discover the scalable multi-tenant backend architecture and robust CI/CD process at the heart of the client-server solution we developed for our major pharmaceutical customer. Initially crafted to assist asthma patients with medication adherence, this app also enables doctors to monitor treatment progress remotely. The market success of this solution led our customer to strategically scale […]
Konstantin Maevskiy
Speeding up Software Development and Transforming the Digital Environment with DevSecOps
Our customer, a leading provider of end-to-end digital solutions for enhanced patient experiences, approached us with several challenges resulting from their rapidly growing customer base. These challenges included: Difficulties in expanding their software development team and managing multiple infrastructure environments to keep up with growth; Inefficient legacy CI/CD pipelines and lengthy deployment times; Challenges in […]
Viacheslav Kim
DevOps and test automation: Docker saves the day!
Recently, the ABCloudz team migrated a customer’s database from Apache Cassandra to Amazon DynamoDB. As part of this project, we needed to run multiple tests to ensure perfect quality for our delivery. However, we faced a problem in setting up the test environment. Even though we were using AWS CloudFormation templates for the EC2 instances, it was taking over 30 mins to get the dev/test environment setup. In addition, our developers couldn’t run parallel regression testing. So, we decided to…
Viacheslav Kim