{"id":42817751,"url":"https://github.com/noyonalways/learn-typescript","last_synced_at":"2026-01-30T06:44:01.869Z","repository":{"id":219573272,"uuid":"749336607","full_name":"noyonalways/learn-typescript","owner":"noyonalways","description":"Learning basics of TypeScript","archived":false,"fork":false,"pushed_at":"2024-01-30T12:30:29.000Z","size":78,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-01-30T14:14:14.484Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://noyonalways.github.io/learn-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/noyonalways.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}},"created_at":"2024-01-28T09:29:15.000Z","updated_at":"2024-01-29T19:01:40.000Z","dependencies_parsed_at":"2024-01-28T13:50:49.244Z","dependency_job_id":null,"html_url":"https://github.com/noyonalways/learn-typescript","commit_stats":null,"previous_names":["noyonalways/learn-typescript"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/noyonalways/learn-typescript","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noyonalways%2Flearn-typescript","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noyonalways%2Flearn-typescript/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noyonalways%2Flearn-typescript/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noyonalways%2Flearn-typescript/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/noyonalways","download_url":"https://codeload.github.com/noyonalways/learn-typescript/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noyonalways%2Flearn-typescript/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28906835,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-30T06:42:00.998Z","status":"ssl_error","status_checked_at":"2026-01-30T06:41:58.659Z","response_time":66,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2026-01-30T06:44:01.219Z","updated_at":"2026-01-30T06:44:01.850Z","avatar_url":"https://github.com/noyonalways.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg src='https://i.ibb.co/MC8g3q4/typescript-banner.png' width='100%' alt='banner-image'\u003e\n\n\u003cdiv align=\"center\" style='margin: 5px 0px'\u003e\n  \u003ca href='https://github.com/noyonalways/learn-typescript/fork'\u003e\n    \u003cimg src='https://img.shields.io/badge/-Fork%20Repo-black.svg?style=flat-square\u0026logo=github\u0026color=555\u0026logoColor=white' alt='fork-repo'\u003e\n  \u003c/a\u003e\n  \u003ca href='https://github.com/noyonalways/learn-typescript'\u003e\n    \u003cimg src='https://img.shields.io/badge/⭐%20Star%20Repo-gray' alt='star-repo'\u003e\n  \u003c/a\u003e\n  \u003cimg src=\"https://img.shields.io/github/contributors/noyonalways/learn-typescript\" alt=\"github-contributors\" \u003e\n  \u003cimg src=\"https://img.shields.io/github/stars/noyonalways/learn-typescript?style=flat\" alt=\"github-repo-stars\"\u003e\n  \u003cimg src='https://img.shields.io/github/forks/noyonalways/learn-typescript?style=flat' alt='forks-repo'\u003e\n  \u003cimg src='https://img.shields.io/github/followers/noyonalways?style=flat' alt='github-followers'\u003e\n  \u003cimg src='https://img.shields.io/github/directory-file-count/noyonalways/learn-typescript' alt='repo-files-count'\u003e\n  \u003cimg src=\"https://img.shields.io/github/repo-size/noyonalways/learn-typescript\" alt='repo-size'\u003e\n\u003c/div\u003e\n\n## What is TypeScript\n\n- TypeScript is the superset of JavaScript created by Microsoft\n- Allows static strict typing\n- Extra features - interfaces, enums, tuples, generics\n- Supports modern features (arrow functions, let, const)\n- Based on the .NET harmony specification\n\n### Table of Contents:\n\n| Contents                                                                          |\n| :-------------------------------------------------------------------------------- |\n| [Welcome TypeScript](./markdowns/docs/ts-welcome.md)                              |\n| [TypeScript Introduction](./markdowns/docs/ts-introduction.md)                    |\n| [TypeScript Get Started \u0026 Installation](./markdowns/docs/ts-get-started.md)       |\n| [TypeScript Simple Types](./markdowns/docs/ts-simple-types.md)                    |\n| [TypeScript Special Types](./markdowns/docs/ts-special-types.md)                  |\n| [TypeScript Arrays](./markdowns/docs/ts-arrays.md)                                |\n| [TypeScript Tuples](./markdowns/docs/ts-tuples.md)                                |\n| [TypeScript Object Types](./markdowns/docs/ts-object-types.md)                    |\n| [TypeScript Enums](./markdowns/docs/ts-enums.md)                                  |\n| [TypeScript Aliases \u0026 Interfaces](./markdowns/docs/ts-type-aliases-interfaces.md) |\n| [TypeScript Union Types](./markdowns/docs/ts-union-types.md)                      |\n| [TypeScript Functions](./markdowns/docs/ts-functions.md)                          |\n| [TypeScript Casting](./markdowns/docs/ts-casting.md)                              |\n| [TypeScript Classes](./markdowns/docs/ts-classes.md)                              |\n| [TypeScript Basic Generics](./markdowns/docs/ts-basic-generics.md)                |\n| [TypeScript Utility Types](./markdowns/docs/ts-utility-types.md)                  |\n| [TypeScript Keyof](./markdowns/docs/ts-keyof.md)                                  |\n| [TypeScript Null \u0026 Undefined](./markdowns/docs/ts-null-undefined.md)              |\n| [TypeScript Definitely Typed](./markdowns/docs/ts-definitely-typed.md)            |\n| [TypeScript 5.x Updates](./markdowns/docs/ts-5-updates.md)                        |\n\n\u003cbr\u003e\n\n| App Structure                                                                                          |\n| :----------------------------------------------------------------------------------------------------- |\n| [TypeScript Project Folder Structure](./markdowns/folder-structure/ts-project-folder-structure.md)     |\n| [TypeScript Node Express App Structure](./markdowns/folder-structure/ts-node-express-app-structure.md) |\n\n### Connect with me\n\n\u003cdiv align=\"center\"\u003e\n  \u003ca target=\"_blank\" href=\"https://facebook.com/noyonalways\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/-noyonalways-1877F2?style=flat-square\u0026labelColor=1877F2\u0026logo=facebook\u0026logoColor=white\" alt=\"Facebook Badge\"\u003e\n  \u003c/a\u003e\n  \u003ca target=\"_blank\" href=\"https://instagram.com/noyonalways\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/-noyonalways-E4405F?style=flat-square\u0026labelColor=E4405F\u0026logo=instagram\u0026logoColor=white\" alt=\"Instagram Badge\"\u003e\n  \u003c/a\u003e\n  \u003ca target=\"_blank\" href=\"https://linkedin.com/company/noyonalways/\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/-noyonalways-blue?style=flat-square\u0026logo=Linkedin\u0026logoColor=white\" alt=\"LinkedIn Badge\"\u003e\n  \u003c/a\u003e\n  \u003ca target=\"_blank\" href=\"mailto:noyonalways+github@gmail.com\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/-Email-c14438?style=flat-square\u0026logo=Gmail\u0026logoColor=white\" alt=\"Email Badge\"\u003e\n  \u003c/a\u003e\n  \u003ca target=\"_blank\" href=\"https://behance.net/noyonalways\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/-noyonalways-gray?style=flat-square\u0026logo=Behance\u0026logoColor=white\" alt=\"YouTube Badge\"\u003e\n  \u003c/a\u003e\n  \u003ca target=\"_blank\" href=\"https://dev.to/noyonalways\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/-noyonalways-black?style=flat-square\u0026logo=dev.to\u0026logoColor=white\" alt=\"YouTube Badge\"\u003e\n  \u003c/a\u003e\n  \u003ca target=\"_blank\" href=\"https://youtube.com/@deskofnoyon\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/-deskofnoyon-CD201F?style=flat-square\u0026logo=YouTube\u0026logoColor=white\" alt=\"YouTube Badge\"\u003e\n  \u003c/a\u003e\n\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnoyonalways%2Flearn-typescript","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnoyonalways%2Flearn-typescript","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnoyonalways%2Flearn-typescript/lists"}