Filters
Technologies
Level
Browse our catalog
Explore tracks, courses, and projects — all in one place. Learn at your pace and build real-world skills.
Git for Open Source ContributorsNew
Master the essential Git workflows and best practices needed to contribute confidently to open source projects. This course guides you through forking, branching, syncing, making clean commits, handling pull requests, resolving conflicts, and understanding contribution guidelines. Learn how to collaborate effectively and make your mark in the open source community.
Jupyter-demoNew
description
Introduction to PandasNew
Pandas is an extremely user-friendly library for data analysis. It's also designed to handle large datasets, using data structures like DataFrame and Series. This makes it an invaluable tool for Data Science. In this guide, you'll get acquainted with a range of statistical functions, including how to find correlations, modes, medians, and maximum and minimum values within a dataset. You'll also learn how to handle missing values and manipulate specific values, as well as how to remove them.
Python Basics: Foundations for BeginnersNew
A comprehensive introduction to Python programming, covering essential concepts and practical skills for absolute beginners. This course guides learners through variables, data types, control flow, functions, and basic data structures, using clear explanations, code examples, and supportive video content.
CORS Internals and SecurityNew
A comprehensive course on the internal workings of Cross-Origin Resource Sharing (CORS), focusing on browser and backend interactions, security policies, credential handling, common misconfigurations, and real-world security risks. Designed for backend developers and security professionals, this course provides clear explanations, practical HTTP examples, and backend-focused security scenarios.
TEST E2E ADVANCEDNew
___
Digital Marketing Analytics and ExperimentationNew
Gain a structured understanding of how marketing performance is measured, analyzed, and improved across channels. The material covers essential metrics, tracking frameworks, and analytics tools used to evaluate web, SEO, social, paid media, email, and e-commerce performance. It also explores data preparation, dashboarding, attribution models, experimentation, and forecasting. By connecting insights to budget decisions and ROI optimization, the focus shifts from reporting numbers to driving smarter, evidence-based marketing decisions.
JavaScript Canvas Drawing and AnimationNew
Create visual and interactive projects with the HTML Canvas API using plain JavaScript. Draw shapes, render text, work with images, and control colors, gradients, and pixels. Animate objects, handle user input, and build simple games and visual effects step by step.
Introduction to Python (copy) 1768476251686New
Python is a high-level, interpreted, general-purpose programming language. Distinguished from languages such as HTML, CSS, and JavaScript, which are mainly utilized in web development, Python boasts versatility across multiple domains, including software development, data science, and back-end development. This course will guide you through Python's fundamental concepts, equipping you with the skills to create your own functions by the conclusion of the program.
TEST JS GAME OF LIFENew
game of life
Mastering SQL EXPLAIN and Query PlanningNew
Dive deep into the world of SQL query optimization by mastering the EXPLAIN statement and understanding how query planners work. This course blends engaging theory with hands-on, real-world tasks to help you analyze, interpret, and optimize SQL queries using EXPLAIN and related tools.
JavaScript Audio Creation with Tone.jsNew
Learn how to create music, sound effects, and interactive audio experiences directly in the browser using Tone JS. Explore digital audio fundamentals, musical structure, sound synthesis, and audio effects through practical examples.