Filters
Technologies
Level
Browse our catalog
Explore tracks, courses, and projects — all in one place. Learn at your pace and build real-world skills.
C Defensive Programming and Error HandlingNew
A concise, concept-driven course to help you master safe coding, error handling, and defensive programming techniques in C. Learn to write robust, predictable, and maintainable C programs by understanding common pitfalls and best practices.
Styling React Apps with Chakra UINew
Learn how to efficiently style modern React applications using Chakra UI, a popular component library that enables accessible, themeable, and responsive design with ease.
TEST PROGRESS COURSE FOR TRACKNew
A concise course introducing foundational Python programming concepts, focusing on core syntax, data structures, and basic operations. Ideal for beginners seeking a solid starting point in Python.
Learn Faster with AINew
Master the skills needed to turn any lecture, PDF, or course into knowledge that survives the week. You will build prompts that explain at your level, retrieval loops that quiz you instead of lecturing you, flashcards that test recall, and a verification habit that catches confident mistakes. Every technique runs on material you already have to study, so by the end you have a weekly system instead of a pile of chat history.
TEST COURSE WITH QUESTIONSsNew
-----
Exploratory Data Analysis with PythonNew
Master the art of exploratory data analysis (EDA) using Python, pandas, matplotlib, and seaborn. Learn to extract insights, visualize patterns, and communicate findings effectively using a consistent retail dataset.
R IntroductionNew
React TutorialNew
React is a popular JavaScript library for building user interfaces. It is developed and maintained by Facebook and is used by many large companies to create complex and interactive web and mobile applications. quckReact uses a virtual DOM to update the user interface efficiently and uses a declarative approach to programming, making it easy to reason about and predict the behavior of an application. React is known for its efficiency and flexibility and allows developers to create reusable components that can be quickly composed to build complex user interfaces.
Java LoopsNew
A beginner-friendly course designed to introduce learners to the fundamentals of loops in Java. Through a blend of clear explanations, practical examples, and hands-on tasks, students will gain confidence in using for, while, and do-while loops, as well as applying them to solve real-world problems.
Test each task reduce into task idsNew
dont delete
Introduction to QANew
In this course, the user will get an introduction on how to perform manual testing on primarily web applications. The skills aquired in this course can be used in automation testing as well.
Internal Mechanics of Python Code ExecutionNew
Dive deep into the inner workings of Python by exploring how the interpreter parses, compiles, and executes your code. This course demystifies the Python execution model, revealing the mechanisms behind variables, functions, memory management, and more. Perfect for those who know Python basics and want to understand what happens behind the scenes.