Odoo
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...

read more
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...

read more
Process Nested Jsons Using AWS Athena

Process Nested Jsons Using AWS Athena

Overview This Article shows how to import a nested json like order and order details in to a flat table using AWS Athena . Athena is the most powerful tool that can scan millions of nested documents on S3 and transform it to flat structure if needed. Athena will...

read more