Deep Dive of AWS Elastic Beanstalk: Spring Boot To Do List Application

Team BANScloud is Amit Vikram, Nagalakshmi Lakshminarayana, Biswajeet Sahoo and Sushruth Danivasa Sridhar. Abstract In this project, we have developed an advanced to-do list application utilizing the Spring Boot framework, integrated with a robust cloud infrastructure. The application features user authentication, task management, and innovative use of ChatGPT for task…

Agile Cart with CI/CD Pipeline

Team Atom is Aditi Rajesh Limkar, Tejas Guduru, Sri Moulika Yetukuri and Prabodh Wesley Rondla. Abstract The blog post focuses on the transformative journey of implementing a Continuous Integration and Continuous Deployment (CI/CD) pipeline, a pivotal element in modern software development. This initiative was fueled by the knowledge and resources…

ML Model Development using Azure Machine Learning Services

Team AI Machine is Anirudh Gokamalla, Himasahana Remella, and Srivardhan Chavatapalli. Abstract: This project aims to develop a robust image classification system utilizing Azure Machine Learning services to automatically categorize images into predefined classes. By leveraging Azure ML’s advanced computational capabilities and scalable infrastructure, we propose a system that can…

Amazon CloudSearch

Search is an essential part of any significant data-driven website or app. Without search or even a suitable searching mechanism your data is virtually inaccessible from the reach of your users. To put it another way, the implementation of your search engine is one of the most important aspects of…

Speech-to-text (Azure)

Let us start with What is speech-to-text? Speech-to-text, also known as speech recognition, enables real-time or offline transcription of audio streams into text. Speech-to-text is one feature within the Speech service. This is a part of Azure Cognitive Services. Speech-to-text REST API is used for Batch transcription and Custom Speech. Use Speech-to-text REST API…

AWS – SQS vs. SNS

Amazon Simple Queue Service (SQS) and Amazon Simple Notification Service (SNS) are two of the most popular cloud-based services available on Amazon Web Services (AWS). SQS is a message queue service that allows applications to exchange messages and SNS is a notification service used to send alert messages. Both offer…

Mobile Push Notifications with Amazon SNS through Firebase to your Mobile app.

Mobile push notifications are a useful tool for businesses to stay in touch with their customers and keep them informed about important updates, special offers, and other relevant information. Amazon Simple Notification Service (SNS) is a popular choice for sending push notifications to mobile devices, and Firebase can be used…

Trigger Lambda Function Using Amazon EventBridge and Configure Alert through AWS SNS email notifications for a simple Bitcoin Price tracker

Have you ever wondered ðŸ¤” how you can schedule Lambda functions in an easy way? well in many situations you need lambda functions running some background jobs in scheduled intervals or in specific days In this blog, will see how to tackle this task using Amazon EventBridge, from which we can easily…