Master Web Apps
+ Database Management
Full-stack development, modern frameworks, SQL/NoSQL, real-world projects. From beginner to job-ready. Interactive online sessions with recorded backup.
B.Sc, M.I.T. (Master in Information Technology)
Full Stack
+ DB Design
๐ฌ Featured YouTube Lessons
Watch hands-on tutorials covering PHP, Python, JavaScript, MySQL, MongoDB & modern web stacks.
๐ฐ Modern Web App Development with DB Integration
Learn how to connect front-end to back-end database (MySQL + Node.js)
๐๏ธ Database Management Essentials
Normalization, indexing, relationships, and cloud DB (MongoDB Atlas).
โก Full Stack CRUD Application
Step-by-step: React frontend, Node API, and MySQL database.
๐ Short Lessons โ Learn Bite-Sized
Quick concepts you can apply immediately. Each lesson includes a code snippet or practical tip.
๐น Lesson 1: Connecting PHP to MySQL (PDO) 5 min read
$dsn = "mysql:host=localhost;dbname=webapp_db;charset=utf8mb4";
$pdo = new PDO($dsn, "username", "password");
$pdo->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION);
๐น Lesson 2: JavaScript Fetch API + JSON 4 min read
.then(res => res.json())
.then(data => console.table(data))
.catch(err => console.error(err));
๐น Lesson 3: Indexing for Faster Queries 3 min lesson
EXPLAIN SELECT * FROM users WHERE email = 'student@lankapage.lk';
๐น Lesson 4: MongoDB CRUD with Node.js 7 min demo
await client.db('lms').collection('courses').insertOne({ title: 'Web Dev', level: 'Advanced' });
๐ Course Modules: Web App Dev + DB Management
๐ Frontend Development
HTML5, CSS3, Tailwind, JavaScript (ES6), React.js basics. Responsive design, interactive UI.
โ๏ธ Backend & APIs
Node.js / Express, PHP, Python Flask, RESTful API design, authentication, JWT.
๐๏ธ Database Management
MySQL, PostgreSQL, MongoDB, Firebase. Query optimization, indexing, transactions, backups.
๐ Deployment & DevOps
Git, GitHub, Vercel, AWS basics, Docker intro, CI/CD fundamentals.
๐ฏ What makes our course unique:
Live coding sessions, real group projects, and lifetime access to recorded classes. Instructor: A.G. Ananda Aberathne (B.Sc, M.I.T) with industry experience.
Join the Next Batch ๐งโ๐ป
Classes start every month | Limited seats | Live online via Zoom + recordings + hands-on projects
๐ฒ Send inquiry via WhatsApp
๐ Online classes for Sri Lanka & International Students โ flexible schedules