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

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.

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



I'm Bhanuka Gamage 👋

I am currently a PhD Student at Monash University!

I believe that nothing is particularly hard if you divide it into small jobs 🚀


A little more about me...

import MonashUniversity

class BhanukaManesha : MonashHonoursStudent {

  let pronouns = ["he" , "him"]
  var code = ["python", "javascript", "typescript", "swift", "c & c++", "r", "shell"]
  var askMeAbout = ["apple", "machine learning research", "web dev", "ios dev", "tech"]
  
  var technologies = [
        machineLearning : [
          frameworks: ["tensorFlow", "keras", "pytorch", "coreml"],
          libraries: ["opencv", "pandas", "numpy"]
        ],
        mobileApp: ["ios app dev📱"],
        frontEnd: [
            js: ["angular", "jquery", "vanilla"],
            css: ["materialize", "bootstrap"]
        ],
        backEnd: [
            js: ["node", "express"],
            python: ["django", "flask"]
            webserver: ["nginx", "apache"]
        ],
        devOps: [
            collaborate: ["trello", "jira"],
            build: ["git", "bitbucket", "travisci","docker🐳", ],
            test: ["selenium", "pytest", "jasmine"],
            deploy: ["git actions", "npm", "pip"],
            run: ["aws", "digital ocean", "heroku", "gcp", "kubernetes"]
           ],
        databases: ["postgresql", "MySql", "sqlite"],
        misc: ["firebase", "cloud flare", "route53", "socket.io", "arkit"]
    ]
    
  var architectures = [
        "rest architecture", 
        "progressive web applications", 
        "single page applications", 
        "mvvm architecture", 
        "mvc architecture"
       ]
  var funFact = "30% of developers’ work time goes for surfing the source 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! 📨

Coverage

Made with 💙  using GitHub Markdown  :octocat:

    Coverage     Coverage     Ko-Fi

Pinned

  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 1 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