Skip to content
View SarasaGunawardhana's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report SarasaGunawardhana

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
SarasaGunawardhana/README.md

🌐 Socials:

Facebook Instagram LinkedIn Medium Stack Overflow Twitter

πŸ’» Tech Stack:

Apache Groovy C# CSS3 GraphQL Java JavaScript Markdown PHP Python Shell Script TypeScript AWS Azure Cloudflare Datadog DigitalOcean Firebase Google Cloud Heroku .Net Angular Bootstrap Django Electron.js Express.js Flask Flutter JWT jQuery NPM NodeJS React React Native React Router Redux Socket.io Webpack Apache Apache Ant Apache Maven Jenkins Nginx AmazonDynamoDB MySQL Neo4J Postgres Redis SQLite MicrosoftSQLServer MongoDB MariaDB Ansible CMake Docker ESLint ElasticSearch Gradle Jira Kubernetes Notion Postman Rancher Swagger Terraform Trello Vagrant

πŸ“Š GitHub Stats:



πŸ† GitHub Trophies

🐦 Latest Tweet

✍️ Random Dev Quote

πŸ˜‚ Random Dev Meme

image


πŸ’° You can help me by Donating

BuyMeACoffee

Pinned

  1. github-actions-ci-cd-nodejs github-actions-ci-cd-nodejs Public

    GitHub Actions - Complete CI/CD pipelines for Nodejs, Here you can learn how to configure : AWS ECR usage, GitHub secret manager usage, NPM tests , Jest Code Coverage and publish, Docker

    JavaScript 2 3

  2. Prerequisites for Setup Kubenetes Cl... Prerequisites for Setup Kubenetes Cluster. You should install these things on each server.
    1
    #!/bin/bash
    2
    ## Generic installation on all nodes
    3
    
                  
    4
    sysctl -w net.ipv4.ip_forward=1
    5
    sed -i 's/#net.ipv4.ip_forward=1/net.ipv4.ip_forward=1/g' /etc/sysctl.conf 
  3. github-actions-ci-cd-sprint-boot github-actions-ci-cd-sprint-boot Public

    GitHub Actions - Complete CI/CD pipelines for Java Spring Boot app, Here you can learn how to configure : SonarCube, GitHub secret manager usage, Maven tests and maven build

    Java

  4. E-Learning-System-Java E-Learning-System-Java Public

    This System has developed by using Java Netbeans. It has two end user panels user and admin

    Java 5 3

  5. nginx-deployment.yaml nginx-deployment.yaml
    1
    apiVersion: apps/v1
    2
    kind: Deployment
    3
    metadata:
    4
      creationTimestamp: null
    5
      labels:
  6. pre-commit-hooks-nodejs-reactjs pre-commit-hooks-nodejs-reactjs Public

    Git hook scripts are useful for identifying simple issues before submission to code review. We run our hooks on every commit to automatically point out issues like npm high & critical vulnerabiliti…

    Shell