Skip to content
View gopalanand333's full-sized avatar
🚩
Coding
🚩
Coding

Organizations

@SAP-samples

Block or report gopalanand333

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
gopalanand333/README.md

Hi there 👋

I have over 6 years of experience working in building Cloud-native enterprise-grade applications. Currently, I work as a full-stack engineer at SAP Business Technology Platform, building enterprise-grade applications consuming services from SAP and various hyper scalers deploying them on cloud foundry/Kyma(k8s). I also work on building end to end scenarios and extensions on Business Technology Platform, Partner and customer engagement and support them in building applications, extensions on BTP for a smooth transformation to the cloud and reference applications.

Previously, I was the development architect for SAP Digital aged care, where I worked on architecting and building cloud-native microservice-based, IoT solutions, applications, Software as a Service solutions Chatbots to help Senior Poplialtion get a better life. Competencies: Cloud-Native Development, NodeJs/Javascript, Kubernetes/CloudFoundry, HANA/SQL, IoT, Software as a Service, Low-Code - No-code.

Pinned Loading

  1. This script reads all the clicks don... This script reads all the clicks done on a webpage's body, and pushing it into an array, a service is called where this array holding click related information can be pushed. There's a check for the length of array and if there is no event the service call is canceled. This gives the user of this script a privilege to understand the usage pattern of their web application or page and improve it based on the stats.
    1
    var myEventList = [];
    2
    function writeData() {
    3
    	document.body.onclick = function(event) {
    4
    		myEventList.push(formatData(event));
    5
    	};
  2. getChatSentiment getChatSentiment Public

    Node app to get chat sentiment analysis

    HTML

  3. ui5onCloudFoundry ui5onCloudFoundry Public

    SAP UI5 application of cloud foundry.

    JavaScript 2 3

  4. nodejs-unique-numeric-ID-generator nodejs-unique-numeric-ID-generator Public

    this repository will generate unique numeric ID of size 6 numbers.

    JavaScript 4 2

  5. nodejs-machine-learning nodejs-machine-learning Public

    Nodejs application using prediction algorithms

    JavaScript

  6. pushnotifications pushnotifications Public

    nodejs push notifications using google firebase

    JavaScript