-
-
Notifications
You must be signed in to change notification settings - Fork 61.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add database basic with mysql (#10902)
* added professinal web developer 2023 edition book * removed professional web developer 2022 edition * add programming basic course by Htain Lin Shwe * removed duplicate book and added read me * added database basic with mysql course * added flutter course * added database basic course * fixed the linter fail error * fixed Alphabetical ordering * Missing newline character at end of file * added flutter course * fixed category name to Database * fixed Alphabetical ordering * fixed the linter fail error * add react screencast * add react screencast --------- Co-authored-by: Min Han Kyaw <mhk@mit.com.mm>
- Loading branch information
1 parent
407eb16
commit fbd78ff
Showing
3 changed files
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
### Index | ||
|
||
* [React](#react) | ||
|
||
|
||
### React | ||
|
||
* [Learn React Docker And Containerized In Myanmar Language](https://www.youtube.com/watch?v=Qqr8oabREA8) - MyanmarFullStackDevelopers (screencast) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,20 @@ | ||
### Index | ||
|
||
* [Database](#database) | ||
* [Flutter](#flutter) | ||
* [Python](#python) | ||
|
||
|
||
### Database | ||
|
||
* [Database Basic with MySQL](https://www.youtube.com/playlist?list=PLUbA5XRGtepKSdvEZI4FCi9_-UTQgnFxS) - Htain Lin Shwe | ||
|
||
|
||
### Flutter | ||
|
||
* [Flutter](https://www.youtube.com/playlist?list=PLUbA5XRGtepJZdgd6XMHF9-nPGQs57eys) - Htain Lin Shwe | ||
|
||
|
||
### Python | ||
|
||
* [Programming Basic](https://www.youtube.com/playlist?list=PLUbA5XRGtepL4W4hXBBXfqC1i3PaBxMtN) - Htain Lin Shwe |