Posts

Showing posts with the label Digital Transformation Services and Solutions

Container Security - GAVS Technologies

Image
Containers are different from Virtual Machines, where VMs need a guest operating system, running on a host operating system, where CPU, Memory, and disk are virtualized. Here, software and its dependencies are packaged.  Containers Image Vulnerabilities Here, an image may be patched without known vulnerabilities initially. But later, a vulnerability might have been discovered while the container image is no longer patched. In traditional systems, updates should be upstreamed in the images, and then deployed again, therefore, containers have vulnerabilities because of the older image version which is deployed. Countermeasures - To get actionable and reliable results we need to use tools that have been designed to assess containers and to avoid container image misconfiguration, you need to validate the image configuration before deploying. Embedded Malware and Clear Text Secrets Container images are collections of files packaged together, having chances of malicious files getting add...

The Need for Servant Leadership in an Organization

Image
  Servant Leadership is a trait in Leaders by their Organizations in the new age of Digital Transformation and Agile. In Servant Leadership the leader serves the team instead of being served by people. The leader in Servant Leadership is Servant first and then a Leader. Serving is Servant Leadership goal The leader supports and empowers the team to succeed A Servant Leader is one who: Resolves conflicts Is self-aware Acts as a coach Is humble Can be trusted Has integrity Is collaborative Is completely result-oriented Has intellectual authority Has a foresight Does not abuse authority Is a good listener Servant Leadership is all about achieving the desired results by empowering people. A deep sense of community and belonging is developed in the workplace when the team members see that the leader is helping them. Team members tend to become more responsible and accountable once they see this. Helping others thrive is the ultimate goal of Servant Leaders. Servant Leaders happily keep ...

RASA – an Open Source Chatbot Solution

Image
Conversational agents or chatbots are the current trends which is followed by the organizations as their first line of support for reducing the response time. The initial generation of bots was not very smart as they understood only a limited set of queries. Different Chatbot platforms are: -         DialogFlow vs.  RASA DialogFlow: -         Formerly known as API -         It does almost everything what chatbots generally do -         Entities and intents classification is handled by DialogFlow -         Lacks end-user management -         It allows webhooks for fulfillment -         Its robust API allows defining intents and entities -         Hosts data in clouds -  ...