Add CodeIgniter and PostgreSQL resources (#5208)

pull/5210/head
kadhirash 4 years ago committed by GitHub
parent b986407755
commit bfe50f5b9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      books/free-programming-books.md
  2. 6
      more/free-programming-interactive-tutorials-en.md

@ -2248,8 +2248,8 @@ Kerridge (PDF) (email address *requested*, not required)
#### CodeIgniter #### CodeIgniter
* [CodeIgniter 3 User Guide](https://codeigniter.com/user_guide/index.html) * [CodeIgniter 3 User Guide](https://codeigniter.com/userguide3/index.html)
* [CodeIgniter 4 User Guide](https://codeigniter4.github.io/userguide/) * [CodeIgniter 4 User Guide](https://codeigniter.com/user_guide/index.html)
#### Drupal #### Drupal
@ -2292,6 +2292,7 @@ Kerridge (PDF) (email address *requested*, not required)
* [Postgres Official Documentation](http://www.postgresql.org/docs/) * [Postgres Official Documentation](http://www.postgresql.org/docs/)
* [Postgres Succinctly](https://www.syncfusion.com/resources/techportal/ebooks/postgres) (PDF, Kindle) (email address *requested*, not required) * [Postgres Succinctly](https://www.syncfusion.com/resources/techportal/ebooks/postgres) (PDF, Kindle) (email address *requested*, not required)
* [PostgreSQL Tutorial](https://www.tutorialspoint.com/postgresql) - Tutorials Point
* [Practical PostgreSQL](http://www.faqs.org/docs/ppbook/book1.htm) * [Practical PostgreSQL](http://www.faqs.org/docs/ppbook/book1.htm)
* [The Internals of PostgreSQL for database administrators and system developers](http://www.interdb.jp/pg) * [The Internals of PostgreSQL for database administrators and system developers](http://www.interdb.jp/pg)
@ -2475,7 +2476,7 @@ Kerridge (PDF) (email address *requested*, not required)
#### Flask #### Flask
* [Explore Flask](https://exploreflask.com) - Robert Picard * [Explore Flask](https://exploreflask.com) - Robert Picard
* [Flask Documentation](https://flask.palletsprojects.com) - Pallets (:construction: *in process*) * [Flask Documentation](https://flask.palletsprojects.com) - Pallets
* [The Flask Mega-Tutorial](http://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-i-hello-world) - Miguel Grinberg (0.9) * [The Flask Mega-Tutorial](http://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-i-hello-world) - Miguel Grinberg (0.9)

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

Loading…
Cancel
Save