Skip to content
View dilrukshax's full-sized avatar

Highlights

  • Pro

Block or report dilrukshax

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 is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
dilrukshax/README.md

Dilan Dilruksha

SOFTWARE ENGINEER · BACKEND · FULL-STACK · AI · CLOUD


Typing SVG


Portfolio LinkedIn Email



01 / engineer

dilan@github:~$ whoami

Software Engineer building backend, full-stack,
AI-assisted and cloud-native software systems.

focus      -> backend / saas / ai / distributed systems
approach   -> ship / measure / improve / maintain
interface  -> APIs / web apps / real-time workflows
platform   -> Azure / AWS / Docker / Kubernetes

02 / stack

C#    Python    Java    TypeScript    JavaScript    React    Database    Docker    Kubernetes    AWS    GitHub    REST API

stack:
  backend:
    - ASP.NET Core
    - FastAPI
    - Node.js
    - Spring Boot

  frontend:
    - Next.js
    - React
    - Angular
    - Blazor

  data:
    - SQL Server
    - PostgreSQL
    - MySQL
    - MongoDB
    - Redis

  engineering:
    - REST APIs
    - Multi-Tenant SaaS
    - Microservices
    - Event-Driven Architecture
    - WebSockets
    - RBAC
    - JWT Authentication

  cloud:
    - Azure
    - AWS
    - Docker
    - Kubernetes
    - GitHub Actions
    - Azure DevOps
    - CI/CD

03 / system.map

flowchart LR

    UI["WEB CLIENT"]
    API["API LAYER"]
    CORE["APPLICATION CORE"]
    DATA["DATA"]
    ASYNC["ASYNC / REAL-TIME"]
    AI["AI / AUTOMATION"]
    CLOUD["CLOUD"]

    UI --> API
    API --> CORE

    CORE --> DATA
    CORE --> ASYNC
    CORE --> AI

    DATA --> CLOUD
    ASYNC --> CLOUD
    AI --> CLOUD
Loading

Next.js / Angular / React   →   ASP.NET Core / FastAPI   →   PostgreSQL / Redis   →   Docker / Cloud


04 / runtime

class Engineer:
    name = "Dilan Dilruksha"
    role = "Software Engineer"

    def __init__(self):
        self.building = [
            "backend systems",
            "multi-tenant platforms",
            "full-stack applications",
            "AI-assisted workflows",
            "cloud-native software",
        ]

        self.principles = [
            "reliable",
            "scalable",
            "maintainable",
            "observable",
        ]

    def ship(self):
        return "design -> build -> test -> deploy -> improve"

05 / engineering.loop

flowchart LR

    A["01<br/>DESIGN"]
    B["02<br/>BUILD"]
    C["03<br/>TEST"]
    D["04<br/>SHIP"]
    E["05<br/>OBSERVE"]
    F["06<br/>IMPROVE"]

    A --> B --> C --> D --> E --> F
    F -.-> A
Loading

06 / current.state

STATUS     online
MODE       building
LOCATION   Colombo, Sri Lanka

INTERESTS
├── backend architecture
├── distributed systems
├── multi-tenant SaaS
├── AI-native applications
├── cloud infrastructure
└── developer tooling

07 / connect

Have an interesting engineering problem?
Let's build something useful.

Portfolio LinkedIn



software that ships · systems that scale · code that stays maintainable

Pinned Loading

  1. smart-irrigation-system smart-irrigation-system Public

    Integrated smart irrigation and crop-optimization research platform combining IoT field sensing, satellite crop-health monitoring, ML time-series forecasting, and adaptive crop/area optimization fo…

    Python

  2. epecps epecps Public

    Employee performance evaluation and career progression system with goal tracking, multi-level reviews, Azure AD authentication, and reporting, built with .NET 8 and Angular 20.

    C#

  3. BloodDonationApp BloodDonationApp Public

    Blood donation event-management web app: ASP.NET Core 9 Web API with EF Core + SQL Server and a Blazor WebAssembly client, featuring JWT auth, event registration, and an admin reporting dashboard.

    HTML 1

  4. food-delivery-system food-delivery-system Public

    Multi-role food-ordering and delivery microservices platform (customers, restaurants, drivers, admins) built with Spring Boot, Angular, Kafka, and PostgreSQL.

    Java 1

  5. urbangreen urbangreen Public

    Flutter + Firebase smart-city app with user, admin, and driver roles for real-time public-transport tracking, notifications, and community reporting.

    Dart 1 2

  6. deep-learning-brain-tumor-detection deep-learning-brain-tumor-detection Public

    Deep learning models (CNN, RNN, LSTM, GNN) for brain tumor classification from MRI images across 4 tumor types

    Jupyter Notebook