Voice UX: The Driving Force of your Future Business

Our lifestyle is poised to change with the outbreak of the global pandemic COVID-19. Everyone around us is trying to find new ways to adjust to the new normal. Professional life has also started reshaping. Offices have moved to smaller rooms from the big buildings. Work from home is trending and people are collaborating virtually. Now amid the changing times, imagine yourself entering an

amazon sqs

Sending Messages to Amazon SQS from Spring Boot Application

In this blog post, we will understand how to send Amazon SQS (Simple Queue Service) messages from spring boot application. This helps you understand how to integrate Amazon SQS with Spring Boot application so that we can send messages to the queue. Before creating queues, let’s understand a few things about Amazon SQS: Amazon Simple Queue Service is a fully managed job queue with

How to Integrate Angular with Spring Boot RESTful API

Angular web application framework is used by developers to create reactive Single-Page-Applications (SPAs). To give you a background on Single-Page Applications, they’re web applications that load a single HTML page and dynamically update the page in response to user’s interaction. Developers build Angular applications using TypeScript and Angular Command Line Interface (CLI), TypeScript is a popular open source programming language that is developed and maintained