Skip to content
View WasathTheekshana's full-sized avatar
🇱🇰
IYKYK
🇱🇰
IYKYK

Organizations

@Dune-Global
Block or Report

Block or report WasathTheekshana

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

HELLO / ආයුබෝවන් / こんにちは 👋🏻

Developing software as the sun rises ☼, supporting open-source as the moon climbs ☾

Software Engineer @ElysianCrest
Volunter @FOSS NSBM

views

⚙️ I use daily .ts .js .go .tf .sh .yaml
🦀 Learning rust to build super sonic softwares
💅 Uhhh, I watch anime btw

Pinned

  1. nvim nvim Public

    My neovim config 🐧

    Lua 3 2

  2. Commitlint config file for conventio... Commitlint config file for conventional commit messages
    1
    module.exports = {
    2
        extends: ["@commitlint/config-conventional"],
    3
        rules: {
    4
          "type-enum": [
    5
            2,
  3. Deploy a Docker Container to Azure C... Deploy a Docker Container to Azure Container Registry with a GitHub action
    1
    on: [push]
    2
    name: Linux_Container_Workflow
    3
    
                  
    4
    jobs:
    5
        build-and-deploy:
  4. go-bubble-tea go-bubble-tea Public

    Example project of Golang with Bubble Tea 🧋

    Go