Skip to content
View bhanukaManesha's full-sized avatar
🚀
Screw it, let’s do it!
🚀
Screw it, let’s do it!

Block or report bhanukaManesha

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
bhanukaManesha/README.md



Hi, I'm Bhanuka Gamage 👋

Senior Data Engineer · HCI Researcher · PhD

Digital Health · AI · Augmented Reality · Assistive Technology


A little more about me...

import MonashUniversity

class BhanukaManesha : MonashPhD {

  let pronouns = ["he" , "him"]
  var code = ["python", "typescript", "swift", "c & c++", "r", "shell"]
  var askMeAbout = ["digital health", "machine learning", "hci research", "augmented reality", "assistive technology", "accessibility"]

  var technologies = [
        machineLearning : [
          frameworks: ["tensorFlow", "keras", "pytorch", "coreml"],
          libraries: ["opencv", "pandas", "numpy"]
        ],
        mobileApp: ["ios app dev📱"],
        frontEnd: [
            js: ["angular", "react", "vanilla"],
            css: ["tailwind", "bootstrap"]
        ],
        backEnd: [
            js: ["node", "express"],
            python: ["django", "flask", "fastapi"]
        ],
        data: [
            processing: ["spark", "airflow", "dbt"],
            streaming: ["kafka"]
        ],
        devOps: [
            collaborate: ["jira", "linear"],
            build: ["git", "docker🐳", "terraform"],
            test: ["pytest", "selenium"],
            deploy: ["github actions", "npm", "pip"],
            run: ["aws", "gcp", "kubernetes"]
           ],
        databases: ["postgresql", "bigquery", "redis"],
        misc: ["firebase", "cloudflare"]
    ]

  var architectures = [
        "event-driven architecture",
        "microservices",
        "rest architecture",
        "progressive web applications",
        "single page applications"
       ]

  var currentRole = "Senior Data Engineer @ Human Health"
  var research = "AR tools for people with Cerebral Visual Impairment (CVI)"
  var funFact = "Rome wasn't built in a day! they didn't have Claude Code"

}

I love connecting with different people so if you want to say hi, I'll be happy to chat with you! 😊

Let's connect and chat! 📨

Website

LinkedIn

Google Scholar

Made with 💙  using GitHub Markdown  :octocat:

    Followers     Visitors

Pinned Loading

  1. distributed-ping-pong distributed-ping-pong Public archive

    Contains an implementation of an online multiplayer pong game. This is a browser based game with an active lobby and low latency. SocketIO is used to maintaining the live data between players.

    JavaScript 1 1

  2. a-star-algorithm a-star-algorithm Public archive

    Contains the implementation of the A* algorithm using Python. The algorithm is used for path finding while avoiding obstacles.

    Python

  3. shakespeare-monkey-problem shakespeare-monkey-problem Public archive

    Contain an implementation of a genetic algorithm that evolves with each generation to guess the correct word. This algorithm solves the Shakespeare Monkey Problem

    TypeScript

  4. brain-inspired-user-behavioural-traffic-monitoring-system brain-inspired-user-behavioural-traffic-monitoring-system Public archive

    Contains an implementation using NuPIC HTM model for Network Anomaly Detection. This uses the Hierarchical Temporal Memory Architecture to detect anomalies in networks.

    Python 1

  5. hammerspoon-automation hammerspoon-automation Public

    My hammerspoon automation scripts 😎🔥

    Lua 2 1

  6. event-detection-in-fully-distributed-wsn event-detection-in-fully-distributed-wsn Public

    Contains the implementation of a wireless sensor network using open mpi.

    C 1 1