Skip to content

Commit 494de39

Browse files
kadhirashtt512
authored andcommitted
Add CodeIgniter and PostgreSQL resources (EbookFoundation#5208)
1 parent 56ac321 commit 494de39

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

Diff for: books/free-programming-books.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -2248,8 +2248,8 @@ Kerridge (PDF) (email address *requested*, not required)
22482248

22492249
#### CodeIgniter
22502250

2251-
* [CodeIgniter 3 User Guide](https://codeigniter.com/user_guide/index.html)
2252-
* [CodeIgniter 4 User Guide](https://codeigniter4.github.io/userguide/)
2251+
* [CodeIgniter 3 User Guide](https://codeigniter.com/userguide3/index.html)
2252+
* [CodeIgniter 4 User Guide](https://codeigniter.com/user_guide/index.html)
22532253

22542254

22552255
#### Drupal
@@ -2292,6 +2292,7 @@ Kerridge (PDF) (email address *requested*, not required)
22922292

22932293
* [Postgres Official Documentation](http://www.postgresql.org/docs/)
22942294
* [Postgres Succinctly](https://www.syncfusion.com/resources/techportal/ebooks/postgres) (PDF, Kindle) (email address *requested*, not required)
2295+
* [PostgreSQL Tutorial](https://www.tutorialspoint.com/postgresql) - Tutorials Point
22952296
* [Practical PostgreSQL](http://www.faqs.org/docs/ppbook/book1.htm)
22962297
* [The Internals of PostgreSQL for database administrators and system developers](http://www.interdb.jp/pg)
22972298

@@ -2475,7 +2476,7 @@ Kerridge (PDF) (email address *requested*, not required)
24752476
#### Flask
24762477

24772478
* [Explore Flask](https://exploreflask.com) - Robert Picard
2478-
* [Flask Documentation](https://flask.palletsprojects.com) - Pallets (:construction: *in process*)
2479+
* [Flask Documentation](https://flask.palletsprojects.com) - Pallets
24792480
* [The Flask Mega-Tutorial](http://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-i-hello-world) - Miguel Grinberg (0.9)
24802481

24812482

Diff for: more/free-programming-interactive-tutorials-en.md

+6
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
* [Objective-C](#objective-c)
3434
* [Ocaml](#ocaml)
3535
* [PHP](#php)
36+
* [PostgreSQL](#postgresql)
3637
* [Python](#python)
3738
* [Ruby](#ruby)
3839
* [Rust](#rust)
@@ -264,6 +265,11 @@
264265
* [PHP tutorial](https://www.w3schools.com/php) - W3Schools
265266

266267

268+
### PostgreSQL
269+
270+
* [PostgreSQL Tutorial](https://www.postgresqltutorial.com)
271+
272+
267273
### Python
268274

269275
* [Codecademy Python course](https://www.codecademy.com/learn/python)

0 commit comments

Comments
 (0)