From f958701e41562cd2f0c159b615988db0c7dd3d62 Mon Sep 17 00:00:00 2001 From: cchaduka Date: Mon, 26 Jan 2026 19:18:25 +0200 Subject: [PATCH] Restoring a SQL resource (#13067) * Add Architecture of Advanced Numerical Analysis Systems book from Springer, by Wang & Zhao * Add a PDF URL to a recently removed HTML version of a book * Mark book as a draft version as it is labeled as such * Add ColdFusion Fiddle CFML playground * Fix URL trailing slash * This resource still exists * Remove resource that no longer exists * Add Licence to resource * Amend author separation format * Explicitly specify base URL, otherwise link doesn't work --- books/free-programming-books-langs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/books/free-programming-books-langs.md b/books/free-programming-books-langs.md index f160020c2..42f83ef7b 100644 --- a/books/free-programming-books-langs.md +++ b/books/free-programming-books-langs.md @@ -820,7 +820,6 @@ Books on general-purpose programming that don't focus on a specific language are ### Go -* [An Introduction to Programming in Go](https://www.golang-book.com/books/intro) - Caleb Doxsey * [Build Web Application with Golang](https://astaxie.gitbooks.io/build-web-application-with-golang/content/en/) - astaxie (CC BY-SA) * [Building Web Apps with Go](https://codegangsta.gitbooks.io/building-web-apps-with-go/content/) * [Darker Corners of Go](https://rytisbiel.com/2021/03/06/darker-corners-of-go/) - Rytis Bieliunas @@ -2528,6 +2527,7 @@ Books on general-purpose programming that don't focus on a specific language are ### SQL (implementation agnostic) * [Developing Time-Oriented Database Applications in SQL](https://www2.cs.arizona.edu/~rts/tdbbook.pdf) - Richard T. Snodgrass (PDF) +* [Essential SQL](https://www.programming-books.io/essential/sql/index.html) - Krzysztof Kowalczyk, Stack Overflow Documentation project (HTML) (CC BY-SA) * [How to Design Structured Database Systems Using SQL](https://www.freecodecamp.org/news/how-to-design-structured-database-systems-using-sql-full-book/) - Daniel GarcĂ­a Solla, freeCodeCamp (HTML) * [Introduction to SQL](https://github.com/bobbyiliev/introduction-to-sql) - Bobby Iliev (Markdown, PDF) * [Learning SQL](https://riptutorial.com/Download/sql.pdf) - Compiled from StackOverflow Documentation (PDF)