Add CodeIgniter and PostgreSQL resources (#5208)

This commit is contained in:
kadhirash
2020-12-07 06:37:24 -08:00
committed by GitHub
parent b986407755
commit bfe50f5b9e
2 changed files with 10 additions and 3 deletions

View File

@ -33,6 +33,7 @@
* [Objective-C](#objective-c)
* [Ocaml](#ocaml)
* [PHP](#php)
* [PostgreSQL](#postgresql)
* [Python](#python)
* [Ruby](#ruby)
* [Rust](#rust)
@ -264,6 +265,11 @@
* [PHP tutorial](https://www.w3schools.com/php) - W3Schools
### PostgreSQL
* [PostgreSQL Tutorial](https://www.postgresqltutorial.com)
### Python
* [Codecademy Python course](https://www.codecademy.com/learn/python)