https://github.com/tomo-local/study-deno
https://github.com/tomo-local/study-deno
deno javascript study types
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tomo-local/study-deno
- Owner: tomo-local
- Created: 2024-05-03T07:08:58.000Z (about 2 years ago)
- Default Branch: develop
- Last Pushed: 2024-06-08T05:42:31.000Z (about 2 years ago)
- Last Synced: 2025-02-16T18:03:52.995Z (over 1 year ago)
- Topics: deno, javascript, study, types
- Language: TypeScript
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Deno Learning Repository
This repository was created for the purpose of learning Deno. Ultimately, I
would like to develop a backend that accesses a database.
## TODO List for Learning
The following is a list of TODOs planned for learning in this repository:
- [x] ~~Understanding the basic features of Deno~~
- [x] ~~Understanding Deno's module system~~
- [x] ~~Utilizing Deno's security features~~
- [x] ~~Learning how to use Deno's testing framework~~
- [x] ~~Mastering debugging techniques in Deno~~
- [x] ~~Using the Pokémon API to display a list~~
- [x] ~~Implementing CI with GitHub Actions~~
- [x] ~~Developing a backend that accesses a database~~
Through this repository, I aim to deepen my knowledge of Deno and acquire
practical skills.
## Reference Article
I found a helpful article on Deno that you might find useful.
- [Effective Deno](https://zenn.dev/uki00a/books/effective-deno/viewer/follow-denos-style)
---
# Deno 学習リポジトリ
このリポジトリは、Denoの学習を目的として作成されました。最終的には、データベースにアクセスするバックエンドを開発したいと考えています。
## 学習のためのTODOリスト
以下は、このリポジトリで学習するために計画されたTODOリストです:
- [x] ~~Denoの基本機能の理解~~
- [x] ~~Denoのモジュールシステムの理解~~
- [x] ~~Denoのセキュリティ機能の活用~~
- [x] ~~Denoのテストフレームワークの使用方法の学習~~
- [x] ~~Denoでのデバッグ技術の習得~~
- [x] ~~ポケモンAPIを使用してリストを表示する~~
- [x] ~~GitHub Actionsを使用したCIの実装~~
- [x] ~~データベースにアクセスするバックエンドの開発~~
このリポジトリを通じて、Denoの知識を深め、実践的なスキルを身につけることを目指しています。
## 参考記事
参考にした記事は、Denoについての役立つ記事です。
- [Effective Deno](https://zenn.dev/uki00a/books/effective-deno/viewer/follow-denos-style)