Skip to content
View gopalanand333's full-sized avatar
đźš©
Coding
đźš©
Coding

Organizations

@SAP-samples

Block or report gopalanand333

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
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 9 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. 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

  3. nodejs-machine-learning nodejs-machine-learning Public

    Nodejs application using prediction algorithms

    JavaScript

  4. pushnotifications pushnotifications Public

    nodejs push notifications using google firebase

    JavaScript

  5. btp-cf-multitenant-extension btp-cf-multitenant-extension Public

    Forked from SAP-samples/btp-cf-multitenant-extension

    The main intent of this application  is to show how to build and deploy an End-to-end Scenario for SAP Partners to develop a multi tenant SaaS solution on SAP Business Technology Platform Cloud Fou…

    JavaScript

  6. btp-developer-guide-cap btp-developer-guide-cap Public

    Forked from SAP-samples/btp-developer-guide-cap

    SAP BTP Developer’s Guide offers developer guidance to software developers on how to implement business applications using SAP Cloud Application Programming Model on SAP BTP Cloud Foundry and SAP B…