{"id":23055368,"url":"https://github.com/vmosiichuk-dev/udemy-js-course","last_synced_at":"2026-04-09T12:55:44.377Z","repository":{"id":84591576,"uuid":"516483051","full_name":"vmosiichuk-dev/udemy-js-course","owner":"vmosiichuk-dev","description":"Completed in March 2023","archived":false,"fork":false,"pushed_at":"2024-02-15T03:25:00.000Z","size":4205,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-28T21:37:58.659Z","etag":null,"topics":["ajax","algorithms","babel","data-structures","fetch-api","javascript","jquery","json","rest-api","webpack"],"latest_commit_sha":null,"homepage":"https://www.udemy.com/certificate/UC-fa391465-cf3b-4aec-b6d5-130e373c8939/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vmosiichuk-dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2022-07-21T18:34:19.000Z","updated_at":"2024-02-26T10:22:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"5b817e53-0ca8-4fbe-9b9d-639cf3a8bf59","html_url":"https://github.com/vmosiichuk-dev/udemy-js-course","commit_stats":null,"previous_names":["vmosiichuk-dev/udemy-js-course"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vmosiichuk-dev%2Fudemy-js-course","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vmosiichuk-dev%2Fudemy-js-course/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vmosiichuk-dev%2Fudemy-js-course/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vmosiichuk-dev%2Fudemy-js-course/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vmosiichuk-dev","download_url":"https://codeload.github.com/vmosiichuk-dev/udemy-js-course/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246939224,"owners_count":20857922,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ajax","algorithms","babel","data-structures","fetch-api","javascript","jquery","json","rest-api","webpack"],"created_at":"2024-12-16T01:11:49.130Z","updated_at":"2025-12-30T23:10:15.502Z","avatar_url":"https://github.com/vmosiichuk-dev.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [Full Course on JavaScript + React](https://www.udemy.com/course/javascript_full/)\r\n### :star::star::star::star::star: (17,054 Ratings)\r\n\r\n```javascript\r\nconst courseDetails = {\r\n    author: \"Ivan Petrichenko\",\r\n    rating: 4.7,    \r\n    ratingCount: 17054,\r\n    students: 47029,\r\n    tests: 2,\r\n    tasks: 55,\r\n    lectures: 224,\r\n    videoHoursTotal: 67,\r\n    lastUpdate: 10.2023\r\n}\r\n```\r\nThis course, authored by Ivan Petrichenko, offers an in-depth exploration of JavaScript and React, coupled with practical applications. Throughout the course, each theoretical concept is followed by a hands-on test or practice task, fostering interactive web development skills. The curriculum is divided into two main sections:\r\n\r\n### [JavaScript](https://www.github.com/vladnomad/udemy-js-course/)\r\n\r\nProgress: ![100%](https://geps.dev/progress/100)\r\n\r\n### [React 18 + Redux](https://www.github.com/vladnomad/udemy-react-course/)\r\n\r\nProgress: ![100%](https://geps.dev/progress/100)\r\n\r\n### [Certificate](https://www.udemy.com/certificate/UC-fa391465-cf3b-4aec-b6d5-130e373c8939/)\r\n\r\nThis certificate above verifies that Vlad Mosiichuk successfully completed the course \"Full Course on JavaScript + React\" on 01.13.2024 as taught by Ivan Petrichenko on Udemy. \r\nThe certificate indicates the entire course was completed as validated by the student. \r\nThe course duration represents the total video hours of the course at time of most recent completion.\r\n\r\n## What the Course Covers\r\n\r\n```javascript\r\n// Learn the BASICS\r\nasync function exploreCourse() {\r\n    try {\r\n        const [programmingBasics, algorithmsBasics, oopBasics] = await Promise.all([\r\n            fetch('/programming'),\r\n            fetch('/algorithms'),\r\n            fetch('/oop')\r\n        ]);\r\n        \r\n        const programming = await programmingBasics.json();\r\n        const algorithms = await algorithmsBasics.json();\r\n        const oop = await oopBasics.json();\r\n\r\n        return [programming, algorithms, oop];\r\n    } catch (error) {\r\n        throw new Error(`Error: First grasp programming, algorithms and OOP basics to continue`);\r\n    }\r\n}\r\n\r\n// Dive into JavaScript concepts and various technologies.\r\nconst jsConcepts = complex ? \"Learn Hard\" : \"Learn Even Harder\";\r\n\r\nconst technologies = [\"AJAX\", \"JSON\", \"Git\", \"GitHub\", \"npm\", \"Babel\", \"Webpack\", \"Heroku\", \"Firebase\"];\r\nconst learnTech = technologies.join(', ');\r\n\r\n// Explore frameworks and libraries.\r\nconst frameworksAndLibraries = [\"React\", \"Redux\", \"jQuery\"];\r\n\r\n// Utilize architectural approaches in web application development.\r\ndo {\r\n    useArchitecturalApproach();\r\n} while (buildingWebApplications);","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvmosiichuk-dev%2Fudemy-js-course","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvmosiichuk-dev%2Fudemy-js-course","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvmosiichuk-dev%2Fudemy-js-course/lists"}