Over 10 years we help companies reach their financial and branding goals. Engitech is a values-driven technology agency dedicated.

Gallery

Contacts

Bhubaneswar, India

info@krescitus.com

+1 -800-456-478-23

Blogs

What is Agentic AI and How Model Context Protocol Enables Multi-Agent Collaboration with AWS in Focus

Artificial Intelligence is no longer just about generating responses or classifying images — it’s evolving into something more powerful, collaborative, and autonomous. Welcome to the world of Agentic AI, where intelligent agents don’t just answer questions — they work together to achieve goals. In this blog post, we’ll break down: What Agentic AI really means,  […]

Blogs Success Stories

Building the LanguageVeda Learning Platform – Krescitus Customer Reference

About Krescitus Technology Solution Krescitus Technology is a next-generation IT services company dedicated to helping businesses grow faster by switching complex challenges into innovative solutions. Our vision, “Bringing Customer Ideas to Life,” directs us to value client success as our top priority. Our approach includes deeply understanding client requirements, then crafting a suitable technical plan, […]

Technology

Building a web application that includes user sign-up, sign-in, using technologies like AWS Amplify, AWS AppSync, React.js hosted on Amazon S3, AWS DynamoDB

Prerequisites: Before you begin, make sure you have the following installed Node.js v14.x or later npm v6.14.4 or later Install the Amplify CLI: Ø Go to the command prompt first check whether the Amplify CLI is Installed or not using the following command amplify  –version Ø If the Amplify CLI not install then Install the […]

Technology

Deploying a PHP File with ECS use of Fargate

Summery: Upload a simple php application to Docker and then Upload that image ECR(Elastic Container Registry)Repository then we can deploy that image to ECS(Elastic Container Service) and run it on a Fargate Cluster. The three AWS Services we are going to use: Elastic Container Service (ECS), Elastic Container Registry (ECR), and Fargate. Elastic Container Registry […]

Blogs Technology

How to process a real-time clickstream events using AWS Kinesis Data Stream, Kinesis Data Firehose and Lambda

What is Kinesis Data Stream? Kinesis Data Stream is used to collect a large stream of data records in real time. You can create data-processing applications, known as Kinesis Data Streams applications. A typical Kinesis Data Streams application reads data from a data stream as data records.  Amazon Kinesis Data Stream provides two APIs for put data into […]