{"id":23055371,"url":"https://github.com/vmosiichuk-dev/udemy-typescript","last_synced_at":"2025-04-03T05:17:13.146Z","repository":{"id":217697348,"uuid":"744380486","full_name":"vmosiichuk-dev/udemy-typescript","owner":"vmosiichuk-dev","description":"Completed in February 2024","archived":false,"fork":false,"pushed_at":"2024-02-28T22:24:44.000Z","size":265,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-28T21:37:58.651Z","etag":null,"topics":["typescript","typescript-classes","typescript-decorators","typescript-generics"],"latest_commit_sha":null,"homepage":"https://udemy.com/course/modern_typescript","language":"TypeScript","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,"publiccode":null,"codemeta":null}},"created_at":"2024-01-17T07:19:12.000Z","updated_at":"2024-02-28T22:58:03.000Z","dependencies_parsed_at":"2024-07-26T14:09:10.539Z","dependency_job_id":"217df113-78bd-4cc3-b734-efc122973c81","html_url":"https://github.com/vmosiichuk-dev/udemy-typescript","commit_stats":null,"previous_names":["vladnomad/udemy-typescript","vmosiichuk-dev/udemy-typescript"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vmosiichuk-dev%2Fudemy-typescript","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vmosiichuk-dev%2Fudemy-typescript/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vmosiichuk-dev%2Fudemy-typescript/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vmosiichuk-dev%2Fudemy-typescript/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vmosiichuk-dev","download_url":"https://codeload.github.com/vmosiichuk-dev/udemy-typescript/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":["typescript","typescript-classes","typescript-decorators","typescript-generics"],"created_at":"2024-12-16T01:11:49.445Z","updated_at":"2025-04-03T05:17:13.125Z","avatar_url":"https://github.com/vmosiichuk-dev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [Modern TypeScript](https://www.udemy.com/course/modern_typescript/) :star::star::star::star::star:\n\n```javascript\nconst courseDetails = {\n    author: \"Ivan Petrichenko\",\n    rating: 4.8,    \n    ratingCount: 686,\n    students: 2856,\n    tests: 1,\n    tasks: 14,\n    lectures: 100,\n    videoHoursTotal: 21,\n    lastUpdate: \"06.2023\"\n}\n```\nThis course, authored by Ivan Petrichenko, offers an in-depth exploration of TypeScript, 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 four main modules:\n\n### ![100%](https://geps.dev/progress/100) I. Foundations \n\n### ![100%](https://geps.dev/progress/100) II. Generics \u0026 type manipulations\n\n### ![100%](https://geps.dev/progress/100) III. Classes\n\n### ![100%](https://geps.dev/progress/100) IV. Decorators \u0026 configuration\n\n## What the Course Covers\n\n```typescript\n// Learn Foundations and create Real-World Projects with the use of Advanced Techniques\nasync function exploreCourse(): Promise\u003c[Foundations, AdvancedTechniques, RealWorldProjects]\u003e {\n    try {\n        const [foundations, advancedTechniques, realWorldProjects] = await Promise.all([\n            fetch(\"/foundations\") as Promise\u003cFoundations\u003e,\n            fetch(\"/advanced-techniques\") as Promise\u003cAdvancedTechniques\u003e,\n            fetch(\"/real-world-projects\") as Promise\u003cRealWorldProjects\u003e\n        ])\n\n        return [foundations, advancedTechniques, realWorldProjects]\n    } catch (error) {\n        throw new Error(\"Error: Grasp of TypeScript foundations before advancing further\")\n    }\n}\n\n// Apply TypeScript in Real-World Projects\ntype ProjectType = \"Large-Scale Apps\" | \"Team Collaborations\" | \"Complex Functionalities\"\n\nconst realWorldProjects: Array\u003cProjectType\u003e = [\n    \"Large-Scale Applications\", \n    \"Team Collaborations\", \n    \"Complex Functionalities\"\n]\n\nfunction implementProject(project: ProjectType): string {\n    switch (project) {\n        case \"Large-Scale Apps\":\n            return \"Implementing scalable TypeScript architecture for high-traffic apps.\"\n        case \"Team Collaborations\":\n            return \"Utilizing TypeScript interfaces for effective team collaboration.\"\n        case \"Complex Functionalities\":\n            return \"Managing complex business logic with TypeScript's advanced type system.\"\n        default:\n            return \"Exploring innovative TypeScript applications.\"\n    }\n}\n\nconst implementedProjects: string[] = realWorldProjects.map(implementProject)\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvmosiichuk-dev%2Fudemy-typescript","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvmosiichuk-dev%2Fudemy-typescript","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvmosiichuk-dev%2Fudemy-typescript/lists"}