Skip to content
View kdjayakody's full-sized avatar
πŸ’­
Developing KDJ Singlish Pro
πŸ’­
Developing KDJ Singlish Pro

Block or report kdjayakody

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

KD Jayakody

Typing SVG

GitHub followers Twitter Follow LinkedIn Email

Profile Views

πŸ‘¨β€πŸ’» About Me

const KDJayakody = {
    location: "Sri Lanka πŸ‡±πŸ‡°",
    education: "MBA & IT Specialist",
    roles: ["Full Stack Developer", "Cloud Architect", "AI Enthusiast"],
    currentFocus: ["Operating Systems", "Cloud Architecture", "Advanced System Design"],
    communities: {
        founder: ["KDJ Community"],
        member: ["AI Sri Lanka", "OpenAI Developers"]
    },
    lifePhilosophy: "Learning something new every day πŸš€"
};

πŸ› οΈ Tech Arsenal

Core Technologies

Python TypeScript JavaScript C++

Web Technologies

HTML5 CSS3 FastAPI Node.js

DevOps & Cloud

Docker Kubernetes AWS Azure

Tools & Systems

Linux Git VSCode Vim

πŸ“Š GitHub Analytics

🀝 Connect & Collaborate

Portfolio LinkedIn Twitter Instagram Email


πŸ’‘ Open to collaborating on Educational Tech, AI Projects, and Linux Tools!

Wave

Pinned Loading

  1. quasar-barcode-generator quasar-barcode-generator Public

    Advanced Barcode Generator using Vue-Barcode and Quasar Framework.

    JavaScript 3 1

  2. kdj-singlish kdj-singlish Public

    Sinhala Typing Desktop Application 100% Free

    1

  3. Restart all Docker Containers Restart all Docker Containers
    1
    Just use the following command. Everyhting will be started.
    2
    docker restart $(docker ps -q)
  4. Mobile or desktop browser detection ... Mobile or desktop browser detection and redirect to respective web page
    1
    function getOS() {
    2
      var userAgent = window.navigator.userAgent,
    3
          platform = window.navigator.platform,
    4
          macosPlatforms = ['Macintosh', 'MacIntel', 'MacPPC', 'Mac68K'],
    5
          windowsPlatforms = ['Win32', 'Win64', 'Windows', 'WinCE'],