Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Hong committed Jul 17, 2024
1 parent be4afb8 commit 6e7917d
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/computer languages/Computer_languages.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## Guides/Misc...etc

* [Call_graph](https://en.wikipedia.org/wiki/Call_graph)
* [The Raft Consensus Algorithm](https://raft.github.io/)
* [SonarLint](https://marketplace.visualstudio.com/items?itemName=SonarSource.sonarlint-vscode)
* [vscode](https://code.visualstudio.com/)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

## docs/news/guides/tips/misc...

* [pylint](https://pypi.org/project/pylint/)
* [installing-python](https://realpython.com/installing-python/)
* [pypy](https://github.com/pypy/pypy)
* [Django 2.0*/實戰:留言板](https://hackmd.io/@dreamer/B1lAjxHRH/https%3A%2F%2Fhackmd.io%2FNlW4ubx7QKu4IeFkygSpQA)
Expand Down
1 change: 1 addition & 0 deletions docs/computer languages/programming_languages/rust/rust.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ rustup completions bash cargo > ~/.local/share/bash-completion/completions/cargo

## Any projects with Rust

* [ReVanced APKs download application](https://github.com/revanced-apks/revanced-apks.github.io/tree/main)
* [Tokio](https://docs.rs/crate/tokio/latest)
* [tokio-rs/tokio](https://github.com/tokio-rs/tokio)
* Tokio is an event-driven, non-blocking I/O platform for writing asynchronous applications with the Rust programming language.
Expand Down
10 changes: 9 additions & 1 deletion docs/tools/pulumi.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,12 @@
* [import](https://www.pulumi.com/docs/using-pulumi/adopting-pulumi/import/)
* [AWS Classic](https://www.pulumi.com/registry/packages/aws/#aws-classic)
* [AWS Native](https://www.pulumi.com/registry/packages/aws-native/)
* [pulumi Docker Build](https://www.pulumi.com/registry/packages/docker-build/)
* [pulumi Docker Build](https://www.pulumi.com/registry/packages/docker-build/)

## tips

```
iam --> vpc --> ec2
--> eks
--> rds
```

0 comments on commit 6e7917d

Please sign in to comment.