diff --git a/pages/Meet_our_team/Piyumi_Nadeera/PiyumiNadeera.png b/pages/Meet_our_team/Piyumi_Nadeera/PiyumiNadeera.png new file mode 100644 index 0000000..e1d61c3 Binary files /dev/null and b/pages/Meet_our_team/Piyumi_Nadeera/PiyumiNadeera.png differ diff --git a/pages/Meet_our_team/Piyumi_Nadeera/_meta.js b/pages/Meet_our_team/Piyumi_Nadeera/_meta.js new file mode 100644 index 0000000..f83612f --- /dev/null +++ b/pages/Meet_our_team/Piyumi_Nadeera/_meta.js @@ -0,0 +1,5 @@ +const meta = { + about: "About Me" +} + +export default meta; \ No newline at end of file diff --git a/pages/Meet_our_team/Piyumi_Nadeera/about.mdx b/pages/Meet_our_team/Piyumi_Nadeera/about.mdx new file mode 100644 index 0000000..c088e03 --- /dev/null +++ b/pages/Meet_our_team/Piyumi_Nadeera/about.mdx @@ -0,0 +1,76 @@ +--- +title: "Meet Piyumi" +description: "Get to know Piyumi, a Computer Science student at the University of Kelaniya." +--- + +# 👋 Hi, I'm Piyumi Nadeera! + + An energetic and responsible undergraduate with the desire to learn new technologies and to work in a competitive environment. I look forward to using my skills to undertake any challenge, with a positive attitude toward the career. + +--- + +## 🔧 Skills & Technologies + +### **Programming Languages:** +- Java +- Python +- C +- C# + +### **Web Development:** +- HTML | CSS +- JavaScript +- React.js +- Spring-boot + +### **Databases:** +- MySQL +- PostgreSQL + +### **Data Science:** +- Python Libraries(Pandas, Numpy, Scikit-learn) + +### **Data Visualization:** +- Power BI +- Excel + +--- + +## 🎓 Education + +- **BSc (Hons) in Computer Science (Specializing in Data Science)** + *University of Kelaniya* (2022 - Present) + +--- + +## 📜 Certifications + +- Software Engineering Lite Job Simulation : JPMorgan Chase & Co. +- Certificate Course in Java | 2021 : MIHA Institute +- React.js Essential Training : LinkedIn Learning +- Introduction to Career Skills in Data Analytics : LinkedIn Learning +- Introduction to Prompt Engineering for Generative AI : LinkedIn Learning +- Docker Training Course for the Absolute Beginner : KodeKloud +- Web Design for Beginners : Department of Information Technology, Faculty of Information Technology, University of Moratuwa + +--- + +## 🚀 Projects + +- *Book Shop Management System* (https://github.com/PiyumiNadeera/Book-Shop-Management-System.git) +- *Inventory Management System* (https://github.com/PiyumiNadeera/JWT_Inventory_System.git) +- *Power BI Dashboard for Sales Insights* (https://github.com/PiyumiNadeera/Power-BI-Dashboard-for-Sales-Insights.git) +- *Power BI Dashboard for Spotify Music Analysis* (https://github.com/PiyumiNadeera/Power-BI-Dashboard-for-Spotify-Music-Analysis.git) + +--- + +## 📢 Let's Connect + +Feel free to reach out if you'd like to collaborate or discuss tech topics! + +- [LinkedIn](https://www.linkedin.com/in/piyumi-nadeera-15b815233/) +- [GitHub](https://github.com/PiyumiNadeera) + + + + diff --git a/pages/Meet_our_team/_meta.js b/pages/Meet_our_team/_meta.js index f3ead19..6c358ab 100644 --- a/pages/Meet_our_team/_meta.js +++ b/pages/Meet_our_team/_meta.js @@ -16,7 +16,8 @@ const meta = { Piyumi_Weerarathna: "Piyumi Weerarathna", Dehemi_Weerakoon: "Dehemi Weerakoon", Chandima_Maduwantha: "Chandima Maduwantha", - Lakith_Randula: "Lakith Randula" + Lakith_Randula: "Lakith Randula", + Piyumi_Nadeera:"Piyumi Nadeera" } export default meta;