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>pull/10941/head
parent
407eb162e6
commit
fbd78ffa5c
|
@ -186,6 +186,7 @@ This project lists books and other resources grouped by genres:
|
|||
Free Podcasts and Screencasts:
|
||||
|
||||
+ [Arabic / al Arabiya / العربية](casts/free-podcasts-screencasts-ar.md)
|
||||
+ [Burmese / မြန်မာဘာသာ](casts/free-podcasts-screencasts-my.md)
|
||||
+ [Chinese / 中文](casts/free-podcasts-screencasts-zh.md)
|
||||
+ [Czech / čeština / český jazyk](casts/free-podcasts-screencasts-cs.md)
|
||||
+ [Dutch / Nederlands](casts/free-podcasts-screencasts-nl.md)
|
||||
|
|
|
@ -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)
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue