Skip to content
View Kavindulakmal's full-sized avatar

Block or report Kavindulakmal

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

Profile Views

  

Typing SVG


🚀 About Me

package main

import "fmt"

type Developer struct {
    Name        string
    Location    string
    Currently   string
    Interests   []string
    OpenTo      string
}

func main() {
    me := Developer{
        Name:      "Kavindu Lakmal Wickramasinghe",
        Location:  "Sri Lanka 🇱🇰",
        Currently: "Learning Go 🌱",
        Interests: []string{"Cloud Architecture", "Backend Systems", "DevOps", "Open Source"},
        OpenTo:    "Collaborations & Opportunities",
    }
    fmt.Printf("Hey! I'm %s from %s\n", me.Name, me.Location)
    fmt.Printf("Currently: %s\n", me.Currently)
}

🌐 Connect With Me

     


🛠️ Languages & Tools


💻 IDEs & Editors


📊 GitHub Stats

Kavindu's GitHub Stats Kavindu's Streak
Top Languages

🏆 GitHub Trophies


📈 Contribution Activity


Thanks for stopping by! Drop a ⭐ if you like what you see.

Popular repositories Loading

  1. MicroServices-SpringBoot MicroServices-SpringBoot Public

    Micro-Services for Online electricity bill payment System

    Java 19 3

  2. Bookstore-on-AWS Bookstore-on-AWS Public

    Spring Boot React Full-stack Application Deploy on AWS

    JavaScript 9 6

  3. Hotel-Reservation-System-For-Special-Events-HTML-CSS-and-JS Hotel-Reservation-System-For-Special-Events-HTML-CSS-and-JS Public

    This project for my 1st year 2nd semester IWT project. that project consist with HTML,CSS ,JS.

    CSS 2 1

  4. Product-Recommendation-User-Navigation-System- Product-Recommendation-User-Navigation-System- Public

    Product Recommendation & User Navigation System Using Machine Learning, Django & React-Native

    Jupyter Notebook 2

  5. Weather-app-with-Python-and-Tkinter Weather-app-with-Python-and-Tkinter Public

    Using Weather API in Python | OpenWeatherMap API

    Python 2

  6. Lambda-Expressions Lambda-Expressions Public

    Java 1