An open API service indexing awesome lists of open source software.

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

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)