8000 0-kodiya-0 (Sanithu Jayakody) · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
View 0-kodiya-0's full-sized avatar

Highlights

  • Pro

Block or report 0-kodiya-0

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

console.log('Hi There! 👋')

Profile Views


> whoami

const developer = {
  name: "Sanithu",
  role: "Full Stack Developer",
  specialty: "Backend Whisperer & Code Enthusiast",
  location: "Sri Lanka 🇱🇰",
  status: "Still learning, still growing!"
};

Hi, I'm Sanithu, a Full Stack Developer passionate about optimizing and scaling backend systems. Still learning, still growing!

> ls -la ./skills

// Frontend

JavaScript TypeScript HTML5 CSS3 TailwindCSS React Angular

// Backend & Frameworks

Express.js Next.js Electron Android

// Learning in Progress

Python Java Kotlin

// Tools & Build Systems

Webpack Vite Babel Git npm

// Editors of Choice

VS Code IntelliJ IDEA

> git stats --pretty

GitHub Streak

GitHub Stats

Top Languages

LeetCode Stats

> cat contact.json

{
  "github": "https://github.com/0-kodiya-0",
  "linkedin": "https://www.linkedin.com/in/sanithu-jayakody-a541142ab",
  "stackoverflow": "https://stackoverflow.com/users/20159737"
}

GitHub LinkedIn Stack Overflow

> ./developer.js --run

// Life of a passionate developer
function lifeOfDeveloper() {
  const day = new Date().getDay();
  
  if(isBugFound()) {
    fixBug();
    coffee++;
  }
  
  if(coffee < 3) {
    refillCoffee();
  }
  
  const todaysProgress = code();
  
  // No matter what, keep coding!
  return tomorrow(lifeOfDeveloper);
}

// Running infinitely...
setInterval(lifeOfDeveloper, 24 * 60 * 60 * 1000);

Pinned Loading

  1. 0-kodiya-0 0-kodiya-0 Public

    A modern developer portfolio website built with Next.js, TypeScript, and Tailwind CSS. Features include responsive design with dark/light mode, dynamic GitHub repository integration, LeetCode stats…

    TypeScript 1

  2. Bookstore Bookstore Public

    A Java-based online bookstore with RESTful API backend and JSF frontend. Features include user authentication, book/author management, shopping cart functionality, and order processing, showcasing …

    Java

  3. DiceGame DiceGame Public

    Android application built with Kotlin and Jetpack Compose where players compete to reach a target score by rolling five dice. Features human vs. computer gameplay, strategic dice selection with rer…

    Kotlin

  4. FilmFinder FilmFinder Public

    FilmFinder is an Android app that lets users search and save movies from the OMDb API. Built with Jetpack Compose and Material Design, it features simple search by movie title or actor, with offlin…

    Kotlin

0