Skip to content

Commit b77a3fa

Browse files
Merge pull request #49 from GLRandula/main
Add my Profile
2 parents e0c34ed + 7de8c4c commit b77a3fa

3 files changed

Lines changed: 104 additions & 0 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
const meta = {
2+
about: "About Me",
3+
}
4+
5+
export default meta;
Lines changed: 99 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,99 @@
1+
---
2+
title: "Lakith Randula's Profile"
3+
description: "Learn more about Lakith Randula, a passionate Computer Science student specializing in Data Science at the University of Kelaniya."
4+
---
5+
6+
import Image from 'next/image';
7+
import avatar from './lakith.jpeg';
8+
9+
# 👨‍💻 Hi, I'm **Lakith Randula**!
10+
11+
<div style={{ display: "flex", justifyContent: "center", marginBottom: "2rem", marginTop: "1rem" }}>
12+
<Image
13+
src={avatar}
14+
alt="Lakith Randula"
15+
width={200}
16+
height={200}
17+
style={{
18+
borderRadius: "30%",
19+
border: "4px solid",
20+
boxShadow: "0 4px 8px rgba(0, 0, 0, 0.2)",
21+
}}
22+
/>
23+
</div>
24+
25+
I'm a **Computer Science** undergraduate at **University of Kelaniya**, specializing in **Data Science**. I have experience in **Full Stack Development & UI/UX Design** and a deep interest in **Artificial Intelligence and Machine Learning**. I enjoy developing scalable applications and AI-powered solutions while contributing to open-source projects.
26+
27+
---
28+
29+
## 🔧 Skills & Technologies
30+
31+
### **Programming Languages:**
32+
- Java, Python, JavaScript, TypeScript, C, C#, HTML, CSS
33+
34+
### **Frontend Development:**
35+
- React.js, Next.js, Vue.js, Tailwind CSS, Bootstrap, WordPress
36+
37+
### **Backend Development:**
38+
- Node.js, Express.js, Spring Boot, FastAPI, .NET, Laravel
39+
40+
### **Databases:**
41+
- MySQL, PostgreSQL, MongoDB, Redis, Firebase, Supabase
42+
43+
### **AI & Data Science:**
44+
- Machine Learning (TensorFlow, PyTorch, Scikit-learn)
45+
- Data Analysis & Visualization (Matplotlib, Seaborn)
46+
47+
### **Tools & Platforms:**
48+
- Git & GitHub, Docker, AWS, Vercel, Postman, Figma, VS Code, PyCharm
49+
50+
---
51+
52+
## 🎓 Education
53+
54+
- **BSc (Hons) in Computer Science (Specializing in Data Science)**
55+
*University of Kelaniya* (2022 - Present)
56+
**GPA: 3.67**
57+
58+
---
59+
60+
## 🏆 Achievements
61+
62+
- **🏆 Champions, IntelliHack NextGen 2024** (IEEE CS Chapter of UCSC)
63+
- **🥈 Runners-Up, GENESIZ '24** (ERIC of KDU)
64+
- **🥈 Runners-Up, Junior Hack 2023** (University of Kelaniya)
65+
- **🏆 IEEEXtreme 18.0** (University Rank: 1st, Sri Lanka: 13th, Global: 255)
66+
- **Finalist, TechX AI Ideathon 2023**
67+
- **Finalist, Innovation Nation Sri Lanka 2022**
68+
69+
---
70+
71+
## 🚀 Projects
72+
73+
- [**ViewMO (Research Platform)**](https://github.com/GLRandula/ViewMO)*AI-powered research platform integrating ChatBot, MCQ-Bot, Research Pal, AI Visualizer.*
74+
- [**Mental Health Chat Bot**](https://github.com/GLRandula/mental-health-chatbot-frontend)*AI-powered mental health consultant with real-time therapist mapping.*
75+
- [**Quiz Cast**](https://github.com/QuizCast)*Real-time quiz competition platform with live hosting and participation.*
76+
- [**E-Commerce Platform (Shoppers)**](https://github.com/GLRandula/ecommerce-app)*Scalable e-commerce platform with Stripe payment gateway.*
77+
- [**REST API Deployment - CI/CD Pipeline & AWS EC2**](https://github.com/GLRandula/nodejs-rest-api-EC2)*Scalable REST API with 99.9% uptime using GitHub Actions & AWS EC2.*
78+
79+
---
80+
81+
## 🌱 Current Interests
82+
83+
- **AI & Data Science**
84+
- **Building Scalable Web Applications**
85+
- **Contributing to Open-Source Projects**
86+
87+
---
88+
89+
## 📬 Let's Connect!
90+
91+
Feel free to reach out if you'd like to collaborate or discuss tech topics!
92+
93+
- [LinkedIn](https://linkedin.com/in/glrandula)
94+
- [GitHub](https://github.com/GLRandula)
95+
- Email: lakithrandula6@gmail.com
96+
97+
---
98+
99+
**🔥 Passionate about building the future with technology! Let's innovate together! 🔥**
60.2 KB
Loading

0 commit comments

Comments
 (0)