Skip to content
View Denuwan-Kalubowila's full-sized avatar

Highlights

  • Pro

Block or report Denuwan-Kalubowila

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

πŸ‘‹ Hi there, I'm Denuwan

// About Me
const aboutMe = {
  name: "Denuwan",
  role: "Software Developer",
  favoriteTech: ["JavaScript", "Golang", "Python", "C"],
  tagline: "Turning ideas into reality through code 🌟",
};

console.log(`Hi there! I'm ${aboutMe.name}, a ${aboutMe.role}.`);

πŸ› οΈ Skills and Expertise

package main

import "fmt"

func main() {
    skills := []string{
        "Frontend Development: React, Tailwind CSS",
        "Backend Development: FastAPI, Node.js, Echo",
        "Database Management: MySQL, PostgreSQL, MongoDB",
        "Cloud Platforms: GCP, AWS",
        "DevOps: Docker, Kubernetes, CI/CD",
    }
    
    fmt.Println("πŸ”§ My Skills:")
    for _, skill := range skills {
        fmt.Println("- ", skill)
    }
}

πŸš€ Projects

# Projects
projects = [
    {
        "name": "Tea Supply Management App",
        "description": "A platform for tracking daily expenses and transactions.",
        "technologies": [
            "Next.js",
            "PostgreSQL",
            "React Charts"
        ],
    },
    {
        "name": "MedAssist ChatBot",
        "description": "Conversational agent for medical queries.",
        "technologies": [
            "FastAPI",
            "LangChain",
            "Vertex AI",
            "Google Cloud Platform",
        ],
    },
]

print("πŸš€ Notable Projects:")
for project in projects:
    print(f"πŸ“Œ {project['name']}: {project['description']}")
    print(f" πŸ”Ή Technologies: {', '.join(project['technologies'])}")

🌟 Fun Fact

#include <stdio.h>

// Fun Fact
int main() {
    printf("🌟 Fun Fact: ");
    printf("I wrote my first program in C and it was a simple 'Hello, World!'.\n");
    return 0;
}

πŸ“« Connect with Me

// Connect with Me
const socialLinks = {
    LinkedIn: "https://linkedin.com/in/denuwan-kalubowila",
    GitHub: "https://github.com/Denuwan-Kalubowila",
};

console.log("πŸ“« Connect with Me:");
console.log(socialLinks);

Popular repositories Loading

  1. gem-app-payment gem-app-payment Public

    Create go-app with stripe payment api

    Go 1

  2. github-actions-demo github-actions-demo Public

    Forked from HexCoderTech/github-actions-demo

    This repo shows the features of GitHub Actions

    HCL 1

  3. MedAssist-be MedAssist-be Public

    MedAssist is a project for helping the patients to analyze their medical reports.

    Python 1

  4. Design-Patterns-Work-Palce Design-Patterns-Work-Palce Public

    Design Patterns with Typescrpit

    JavaScript 1

  5. test-aws test-aws Public

    Deploy nodejs application in AWS EC2 instance

    HTML 1

  6. server server Public

    travis-ci

    JavaScript 1