Algonquin College Professor

Hi, I'm Abul Qasim.
I build the web. & I teach it.

Welcome to my interactive portfolio and course portal. Explore a collection of live coding repositories, resources, and lessons spanning Computer Science and Web Development.

index.js
const professor = {
    name: 'Abul Qasim',
    passion: 'Empowering Students',
    skills: ['React', 'Node.js', 'Java', 'Python'],
    teach: function() {
        return "Turning caffeine into code.";
    }
};

professor.teach();

Teaching Philosophy

My goal is to give knowledge to students in a fun, interactive, and comprehensive manner. I believe learning by doing and live coding is the key to mastering technology.

Live Coding

Real-time problem solving and architectural thinking in front of the classroom.

Modern Stack

Teaching everything from core OOP in Java to modern Web Development with React and Python.

Student Centric

Fostering an inclusive environment where questions are encouraged and curiosity is rewarded.

Course Repository

Browse through the semesters and access live code, masterclasses, and project materials.