_

Full-Stack Developer | Tech Polyglot | Continuous Learner

$ cat ./about-me.txt
I build solutions across the tech spectrum. From web and mobile to embedded systems, I thrive on mastering diverse technologies. My philosophy: I can learn anything and build everything.

$ ./about --verbose

I'm a multidisciplinary developer with expertise spanning web, mobile, and embedded systems development. My journey began with a fascination for electronics and robotics, but quickly expanded to encompass the entire technology stack.

My approach to technology is driven by curiosity and adaptability. I believe in picking the right tool for each job, whether it's Laravel for web backends, React for interactive UIs, or C for embedded systems.

I believe that continuous learning is the foundation of success in tech. Every new language or framework I master expands my ability to solve complex problems efficiently.

struct Developer {
  char name[50] = "Your Name";
  char education[100] = "B.S. Electronics & Comp Sci";
  char specialty[100] = "Full-Stack & Embedded";
  char philosophy[100] = "Can learn anything...";
  char currentFocus[100] = "C# with Unity & .NET";
  bool seekingNewChallenges = true;
};

$ ls -la ./projects

Lab Invetory Management System

Tech: Codeigniter, MySQL, Fast API, CSS

Full-featured Lab Inventory management site with auth, product management, cart, payments...

GitHubDemoClick to view details

Book Hive

Tech: React Native, Firebase Auth, Firestore, Java/Kotlin (Native Modules)

Cross-platform mobile app specially for Srilankan reading community...

GitHubStoreClick to view details

Autonomous Inspection Robot

Tech: ESP-32/C++, Python, OpenCV, Flask

A robot that can autonomously navigate and inspect a given area...

GitHubDemoClick to view details

Smart Home Power Monitoring System

Tech: Atmega 328, C, Python, Flask

A smart home power monitoring system that tracks energy consumption...

GitHubDemoClick to view details

Library Management System

Tech: React.js, ASP.NET, JWT Auth, SQLite

A digitalized library management system for efficient book tracking...

GitHubDemoClick to view details

$ stat --format="%A %n" ./skills/*

Web Development

React/Next.js█████████
Laravel█████████
HTML/CSS/JS██████████
Tailwind CSS█████████

Backend & Databases

Node.js█████████
SQL (MySQL, PgSQL)█████████
MongoDB████████░░
API Design (REST/GraphQL)█████████

Mobile Development

React Native█████████
Java/Kotlin (Android)████████░░
Mobile UI/UX████████░░

DevOps & Tools

Git/GitHub█████████
Docker████████░░
Linux/Unix█████████
AWS Basics████████░░

Programming Languages

JavaScript/TypeScript██████████
PHP█████████
Python█████████
C/C++████████░░
C# (.NET/Unity)██████░░░░

Hardware & Electronics

Arduino/PlatformIO█████████
Raspberry Pi████████░░
Embedded C████████░░
Circuit Design Basics███████░░░

Current Learning Focus:

function learningProcess() {
const currentFocus = "C# with Unity and .NET";
const interests = ["ML", "AR/VR", "Adv DevOps"];

while(true) {
  learnNewTechnology();
  buildProjects();
  shareKnowledge();
  // Continuous loop
}
}

$ ./contact --send-message

Interested in collaborating or discussing opportunities? Reach out:

#!/bin/bash
echo "Open to discussing:"
echo "✓ Freelance projects"
echo "✓ Full-time roles"
echo "✓ Tech collaborations"
echo "✓ Open source work"
echo "✓ Mentorship"