{"id":25268510,"url":"https://github.com/vmandic/learning-denojs","last_synced_at":"2026-04-27T11:31:00.822Z","repository":{"id":84268084,"uuid":"324656428","full_name":"vmandic/learning-denojs","owner":"vmandic","description":"I am using this repository to learn about Deno JS.","archived":false,"fork":false,"pushed_at":"2020-12-27T20:53:42.000Z","size":16265,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-31T16:26:19.079Z","etag":null,"topics":["denojs","javascript","learning","tutorial","typescript"],"latest_commit_sha":null,"homepage":"","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/vmandic.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":"2020-12-27T00:05:42.000Z","updated_at":"2023-09-08T18:16:26.000Z","dependencies_parsed_at":"2023-05-24T05:00:17.925Z","dependency_job_id":null,"html_url":"https://github.com/vmandic/learning-denojs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/vmandic/learning-denojs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vmandic%2Flearning-denojs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vmandic%2Flearning-denojs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vmandic%2Flearning-denojs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vmandic%2Flearning-denojs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vmandic","download_url":"https://codeload.github.com/vmandic/learning-denojs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vmandic%2Flearning-denojs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32335295,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T23:26:28.701Z","status":"online","status_checked_at":"2026-04-27T02:00:06.769Z","response_time":128,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["denojs","javascript","learning","tutorial","typescript"],"created_at":"2025-02-12T10:29:52.705Z","updated_at":"2026-04-27T11:31:00.816Z","avatar_url":"https://github.com/vmandic.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Learning Deno JS (a better and more fun Node JS)\n\n(I am using) this repository (which) contains sample code used for learning in a file by file approach to better understanding Deno JS concepts and usage.\n\n## Basic commands\n\nUse `deno run \"filename\"` to run deno programs.\n\nUse `deno compile \"filename\"` to compile into a single executable.\n\n## Editor support\n\nTo enable vscode autocomplete create a .vscode\\setting.json \u003e `{\"deno.enable\": true}` and also install the deno extension: \u003chttps://marketplace.visualstudio.com/items?itemName=denoland.vscode-deno\u003e.\n\n## (**Super awesome**) core concepts\n\n- single executable (`deno compile`)\n- typescript out of the box, no .tsconfig\n- no node_modules, only ES imports, import files directly, no package.json\n- isolated execution; you must specify what is allowed, eg. file (disk I/O) access or web (address) access\n\n## Top level await\n\nDeno supports top level await, meaning that you can write `await` statements in top level scope without needing an explicit `async function` scope.\n\n---\nMore intro details can be found on the official tutorial page: \u003chttps://deno.land/manual@v1.6.2/introduction\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvmandic%2Flearning-denojs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvmandic%2Flearning-denojs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvmandic%2Flearning-denojs/lists"}