mirror of
https://github.com/namibia/free-programming-books.git
synced 2024-11-22 03:25:09 +00:00
Add CodeIgniter and PostgreSQL resources (#5208)
This commit is contained in:
parent
b986407755
commit
bfe50f5b9e
@ -2248,8 +2248,8 @@ Kerridge (PDF) (email address *requested*, not required)
|
||||
|
||||
#### CodeIgniter
|
||||
|
||||
* [CodeIgniter 3 User Guide](https://codeigniter.com/user_guide/index.html)
|
||||
* [CodeIgniter 4 User Guide](https://codeigniter4.github.io/userguide/)
|
||||
* [CodeIgniter 3 User Guide](https://codeigniter.com/userguide3/index.html)
|
||||
* [CodeIgniter 4 User Guide](https://codeigniter.com/user_guide/index.html)
|
||||
|
||||
|
||||
#### Drupal
|
||||
@ -2292,6 +2292,7 @@ Kerridge (PDF) (email address *requested*, not required)
|
||||
|
||||
* [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)
|
||||
* [PostgreSQL Tutorial](https://www.tutorialspoint.com/postgresql) - Tutorials Point
|
||||
* [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)
|
||||
|
||||
@ -2475,7 +2476,7 @@ Kerridge (PDF) (email address *requested*, not required)
|
||||
#### Flask
|
||||
|
||||
* [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)
|
||||
|
||||
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user