Want to Learn About Technology?

Our technology blog provides valuable insights and information on the latest technological advancements, whether you are an industry expert or simply curious, our blog is the perfect place to stay informed and engaged.

Deleting Movie Lists with AppSync GraphQL and VTL(Part -3)

Deleting Movie Lists with AppSync GraphQL and VTL(Part -3)

Explore previous articles in this series by clicking here. Creating Movie Lists with AppSync GraphQL and VTL(Part -1) Updating Movie Lists with AppSync GraphQL and VTL(Part -2) Introduction: AppSync, an AWS service, enables you to build real-time and scalable...

Updating Movie Lists with AppSync GraphQL and VTL(Part -2)

Updating Movie Lists with AppSync GraphQL and VTL(Part -2)

AppSync is a powerful service provided by AWS that allows you to build scalable and real-time applications with GraphQL. In this article, we’ll explore how to use AppSync and VTL (Velocity Template Language) to update movie lists in a serverless environment.

Creating Movie Lists with AppSync GraphQL and VTL(Part -1)

Creating Movie Lists with AppSync GraphQL and VTL(Part -1)

AppSync is a powerful service provided by AWS that allows you to build scalable and real-time applications with GraphQL. In this article, we’ll explore how to use AppSync and VTL (Velocity Template Language) to create movie lists in a serverless environment.

Moodle HA setup using docker over AWS

Moodle HA setup using docker over AWS

Introduction:  In traditional way most of the organizations host their moodle app in the single server, which includes Application/DB even though maintaining the server to be a backup (application/db) still it can not be false into failover/high availability...

Learn how you can use React Hooks

Learn how you can use React Hooks

Hooks are a new addition in React 16.8. They let you use state and other React features without writing a class. Before hooks to use any state or lifecycle events you have to create a class component. But noe we can use these features within functional components. The...