Skip to content
View MalithaLiyanage's full-sized avatar
😇
!(Eat Code Sleep Repeat)
😇
!(Eat Code Sleep Repeat)
  • University of Peradeniya
  • Peradeniya
Block or Report

Block or report MalithaLiyanage

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
MalithaLiyanage/README.md
  • 👋 Hi, I’m @MalithaLiyanage
  • 👀 I’m interested in problem solving (Mostly using Computer Engineering)...

Pinned Loading

  1. CLI command for creating s3 bucket o... CLI command for creating s3 bucket on AWS
    1
    aws s3api create-bucket --bucket <BUCKET_NAME> --region <REGION> --create-bucket-configuration LocationConstraint=us-west-2
  2. angular-practice angular-practice Public

    This is the course project from the udemy course for Angular by Maximilian Schwarzmüller

    TypeScript

  3. lisp-practice lisp-practice Public

    Contains the codes and exercises in the book Practical Common Lisp by Peter Seibel

    Common Lisp

  4. spring-web-app spring-web-app Public

    Java

  5. svg-animations svg-animations Public

    Adding animations for SVGs with CSS

    HTML

  6. pr-dod pr-dod Public

    A tool to evaluate the validity of the code before the PR. This will format the code and check for any hard coded values to be removed and replaced with correct values

    Python 1