2021-09-29 13:17:13 +00:00
## BY SUBJECT
2023-10-01 14:17:45 +00:00
This list, organized by subject, is for books that cover a programming-related subject in a programming-language agnostic way.
Books that cover a specific programming language can be found in the [BY PROGRAMMING LANGUAGE ](free-programming-books-langs.md ) list.
2021-09-29 13:17:13 +00:00
### Index
* [0 - Meta-Lists ](#0---meta-lists )
* [Algorithms & Data Structures ](#algorithms--data-structures )
* [Artificial Intelligence ](#artificial-intelligence )
feat(books): Add blockchain subject (#6210)
* feat(books): Add Blockchain subject
Add new section about the `Blockchain` topic.
Suggested at EbookFoundation/free-programming-books#5696, commit https://github.com/EbookFoundation/free-programming-books/pull/5696/commits/69b21f283a0c098a3d871113216eee5ec1d40f8c
* feat(books): Add `Blockchain for Dummies`
Title: Blockchain for Dummies, 2nd IBM Limited Edition
Author: Manav Gupta
Year: 2018
Editorial: IBM
Publisher: John Wiley & Sons, Inc
* feat(books): Starting with Enterprise Blockchain
Title: Getting Started with Enterprise Blockchain. A Guide to Design and Development
Url: https://www.ibm.com/downloads/cas/RYWXAR0M
Authors: Michael Bradley, David Gorman, Matt Lucas, Matthew Golby-Kirk
Editor: IBM Corporation
Publisher: O'Really Media Inc
* feat(books): Add `IBM Blockchain: The Founder’s Handbook`
TITLE: IBM Blockchain: The Founder’s Handbook (An introduction to building a blockchain solution), Third Edition
AUTHORS: Antonio Banda, Matthew Hamilton, Eileen Lowry, John Widdifield, Andy Carelli, Jerry Cuomo, Kalie Dove-Maguire, Elaine Lai, Brigid McDermott, Carolyn Rogers, Don Thibeau
DATE: June 2020
EDITOR: IBM Corporation
PUBLISHER: IBM Corporation
* chore(books): Classify other Blockchain resources
Move some resources from `Misc` ... to `Blockchain` section
Some other related topics that can fit:
- Cryptocurrencies
- Hyperledge
- Bitcoin
- Ethereum
- Solidity
* chore(books): CDN 2 website link + all authors
BOOK: Bitcoin and Cryptocurrency Technologies
AUTHORS: Arvind Narayanan, Joseph Bonneau, Edward Felten, Andrew Miller, Steven Goldfeder, Jeremy Clark
CDN (draft): https://d28rh4a8wq0iu5.cloudfront.net/bitcointech/readings/princeton_bitcoin_book.pdf
FRONTEND: http://bitcoinbook.cs.princeton.edu
2021-10-13 13:38:57 +00:00
* [Blockchain ](#blockchain )
2021-09-29 13:17:13 +00:00
* [Cellular Automata ](#cellular-automata )
* [Cloud Computing ](#cloud-computing )
* [Competitive Programming ](#competitive-programming )
* [Compiler Design ](#compiler-design )
2021-10-29 17:04:35 +00:00
* [Computer Organization and Architecture ](#computer-organization-and-architecture )
2021-09-29 13:17:13 +00:00
* [Computer Science ](#computer-science )
* [Computer Vision ](#computer-vision )
* [Containers ](#containers )
2022-10-18 02:28:48 +00:00
* [Data Science ](#data-science )
2021-09-29 13:17:13 +00:00
* [Database ](#database )
2023-12-14 16:15:27 +00:00
* [Embedded Systems ](#embedded-systems )
2021-09-29 13:17:13 +00:00
* [Game Development ](#game-development )
* [Graphical user interfaces ](#graphical-user-interfaces )
* [Graphics Programming ](#graphics-programming )
2022-09-13 16:06:55 +00:00
* [IDE and editors ](#ide-and-editors )
2021-09-29 13:17:13 +00:00
* [Information Retrieval ](#information-retrieval )
* [Licensing ](#licensing )
* [Machine Learning ](#machine-learning )
* [Mathematics ](#mathematics )
* [Mathematics For Computer Science ](#mathematics-for-computer-science )
* [Misc ](#misc )
* [Networking ](#networking )
2022-11-01 15:33:29 +00:00
* [Object Oriented Programming ](#object-oriented-programming )
2021-09-29 13:17:13 +00:00
* [Open Source Ecosystem ](#open-source-ecosystem )
* [Operating Systems ](#operating-systems )
* [Parallel Programming ](#parallel-programming )
* [Partial Evaluation ](#partial-evaluation )
* [Professional Development ](#professional-development )
Update free-programming-books-subjects.md (#9275)
* Update free-programming-books-subjects.md
I am the author of a new language-agnostic introduction-to-programming textbook, discovered this site, and would like to add my book. The use case I am thinking of is this:
A kid wants to learn to program, doesn't know which in language, and comes to this:
BY PROGRAMMING LANGUAGE
Originally, this list included a section called "Language Agnostic" for books about
programming subjects not restricted to a specific programming language. That
section got so big, we decided to split it into its own file, the BY SUBJECT file.
The kid in intrigued by the idea of learning programming in a language-agnostic manner, goes to BY SUBJECT, and but finds there a list of specialized and advanced-sounding topics. The kid just wants to learn to program, and not finding a suitable category in which to look, is encouraged thereby to return to BY PROGRAMMING LANGUAGE, pick a specific language, and go down that path.
Little did the kid suspect that there are language-agnostic introductory-programming texts in Theoretical Computer Science. It took Eric Hellman to point out to me that this is where such great language-agnostic introductory-programming texts as SICP/Ableson&Sussman are catalogued (Yes, SICP uses Scheme, but it isn't really about "How to Program in Scheme"). But the kid will never find SICP, because "Theoretic Computer Science" is an intimidating misnomer. (And furthermore, the category does include highly-theoretical books.) The kid has lost an opportunity, and has been led to believe that programming is all about learning one of the standard programming languages.
I am proposing to:
1. Rename the category "Language-Agnostic Introductory Programming / Theoretical Computer Science".
2. Move into alphabetical order in the list of subjects.
3. Insert my own book there.
My preference (frankly) would be to separate introductory programming textbooks from highly theoretical books, but (certainly, as a newcomer to the site) I don't propose such a step.
* New subject: "Programming"
Split "Theoretical Computer Science" into "Programming" and (the residual list) "Theoretical Computer Science".
Add my book to "Programming".
* Clarify where Language-Agnostic books went.
Add one sentence to the preamble clarifying where Language-Agnostic books went.
* Add an extra line
Added an extra line to fix a lint error
2023-02-01 15:16:39 +00:00
* [Programming ](#programming )
2021-09-29 13:17:13 +00:00
* [Programming Paradigms ](#programming-paradigms )
2023-10-02 23:39:24 +00:00
* [Prompt Engineering ](#prompt-engineering )
2022-03-16 17:12:57 +00:00
* [Quantum Computing ](#quantum-computing )
2021-09-29 13:17:13 +00:00
* [Regular Expressions ](#regular-expressions )
* [Reverse Engineering ](#reverse-engineering )
* [Search Engines ](#search-engines )
2022-11-08 14:32:08 +00:00
* [Security & Privacy ](#security--privacy )
2021-09-29 13:17:13 +00:00
* [Software Architecture ](#software-architecture )
* [Standards ](#standards )
* [Theoretical Computer Science ](#theoretical-computer-science )
2022-07-18 19:46:39 +00:00
* [Version Control Systems ](#version-control-systems )
2021-09-29 13:17:13 +00:00
* [Web Performance ](#web-performance )
* [Web Services ](#web-services )
* [Workflow ](#workflow )
### 0 - Meta-Lists
2023-07-16 12:46:33 +00:00
* [Atariarchives.org ](https://www.atariarchives.org ) - Atariarchives.org makes books, information, and software for Atari and other classic computers available on the Web.
2021-09-29 13:17:13 +00:00
* [Bento ](https://www.bento.io )
* [Bitsavers.org ](http://bitsavers.trailing-edge.com )
2023-07-16 12:46:33 +00:00
* [Code Catalog: A Collection of Code Examples from Prominent Open Source Projects ](https://codecatalog.org )
* [conceptf1.blogspot.com ](https://conceptf1.blogspot.com/2013/11/list-of-freely-available-programming.html )
* [Free Tech Books ](https://www.freetechbooks.com )
2021-09-29 13:17:13 +00:00
* [Goalkicker ](https://goalkicker.com ) - Programming Notes for Professionals books
2023-07-16 12:46:33 +00:00
* [IBM Redbooks ](https://www.redbooks.ibm.com )
* [InfoQ Minibooks ](https://www.infoq.com/minibooks/ )
* [InTech: Computer and Information Science ](https://www.intechopen.com/subjects/9 )
2021-09-29 13:17:13 +00:00
* [JSBooks - directory of free javascript ebooks ](https://github.com/revolunet/JSbooks )
* [Learn X in Y minutes ](https://learnxinyminutes.com )
* [Learneroo Resources to Learn Programming ](https://www.learneroo.com/modules/12/nodes/96 )
* [Microsoft Guides to Software ](https://blogs.msdn.microsoft.com/mssmallbiz/2014/07/07/largest-collection-of-free-microsoft-ebooks-ever-including-windows-8-1-windows-8-windows-7-office-2013-office-365-office-2010-sharepoint-2013-dynamics-crm-powershell-exchange-server-lync-2/ )
* [Microsoft Press: Free E-Books ](https://mva.microsoft.com/ebooks )
* [Microsoft Technologies 1, including books on Windows Azure, SharePoint, Visual Studio Guide, Windows phone development, ASP.net, Office365, etc. collection by Eric Ligman ](https://blogs.msdn.microsoft.com/mssmallbiz/2012/07/27/large-collection-of-free-microsoft-ebooks-for-you-including-sharepoint-visual-studio-windows-phone-windows-8-office-365-office-2010-sql-server-2012-azure-and-more/ )
* [Microsoft Technologies 2, including books on Windows Azure, SharePoint, Visual Studio Guide, Windows phone development, ASP.net, etc. collection by Eric Ligman ](https://blogs.msdn.microsoft.com/mssmallbiz/2012/07/30/another-large-collection-of-free-microsoft-ebooks-and-resource-kits-for-you-including-sharepoint-2013-office-2013-office-365-duet-2-0-azure-cloud-windows-phone-lync-dynamics-crm-and-more/ )
2022-10-04 01:38:47 +00:00
* [Microsoft Technologies 3, DevOps for ASP.NET Core Developers ](https://raw.githubusercontent.com/dotnet-architecture/eBooks/main/current/devops-aspnet-core/DevOps-for-ASP.NET-Core-Developers.pdf ) - Cam Soper, Scott Addie, Colin Dembovsky (PDF)
2023-07-16 12:46:33 +00:00
* [O'Reilly's Open Books Project ](https://www.oreilly.com/openbook/ )
2021-09-29 13:17:13 +00:00
* [Papers we love ](https://github.com/papers-we-love/papers-we-love )
2023-07-16 12:46:33 +00:00
* [Red Gate Books ](https://www.red-gate.com/hub/books/ )
2021-10-07 14:13:07 +00:00
* [Rip Tutorials ](https://riptutorial.com/ebook )
2021-09-29 13:17:13 +00:00
* [Stef's Free Online Smalltalk Books ](http://stephane.ducasse.free.fr/FreeBooks/ )
2023-07-16 12:46:33 +00:00
* [TechBeamers.com ](https://www.techbeamers.com )
2023-06-22 14:46:47 +00:00
* [TechBooksForFree.com ](https://www.techbooksforfree.com )
2023-07-16 12:46:33 +00:00
* [The Definitive C++ Book Guide and List ](https://stackoverflow.com/questions/388242/the-definitive-c-book-guide-and-list )
2021-09-29 13:17:13 +00:00
* [Theassayer.org ](http://theassayer.org )
2023-07-16 12:46:33 +00:00
* [Tutorials Point ](https://www.tutorialspoint.com )
2023-10-04 00:56:12 +00:00
* [Visualgo: Algorithm and Data Structure Visualization ](https://visualgo.net ) - Visualise data structures and algorithms through animation
2021-09-29 13:17:13 +00:00
### Algorithms & Data Structures
2024-10-09 17:45:02 +00:00
* [A Field Guide To Genetic Programming ](https://web.archive.org/web/20191020195105/http://www0.cs.ucl.ac.uk/staff/W.Langdon/ftp/papers/poli08_fieldguide.pdf ) - Riccardo Poli, William B. Langdon, Nicholas F. McPhee (PDF) *(:card_file_box: archived)* (CC BY-NC-ND)
2023-07-16 12:46:33 +00:00
* [Algorithm Design ](https://archive.org/details/AlgorithmDesign1stEditionByJonKleinbergAndEvaTardos2005PDF ) - Jon Kleinberg, Éva Tardos
2024-10-09 17:45:02 +00:00
* [Algorithmic Graph Theory ](https://code.google.com/p/graphbook/ ) - David Joyner, Minh Van Nguyen, David Phillips (PDF) (GFDL)
2023-10-06 14:55:13 +00:00
* [Algorithmic Thinking ](https://labuladong.gitbook.io/algo-en ) - Donglai Fu
2021-09-29 13:17:13 +00:00
* [Algorithms ](https://en.wikibooks.org/wiki/Algorithms ) - Wikibooks
2023-10-18 16:37:35 +00:00
* [Algorithms ](https://jeffe.cs.illinois.edu/teaching/algorithms/book/Algorithms-JeffE.pdf ) - Jeff Erickson (PDF)
2023-10-16 18:00:07 +00:00
* [Algorithms, 4th Edition ](https://algs4.cs.princeton.edu/home/ ) - Robert Sedgewick, Kevin Wayne
2021-09-29 13:17:13 +00:00
* [Algorithms and Automatic Computing Machines (1963) ](https://archive.org/details/Algorithms_And_Automatic_Computing_Machines ) - B. A. Trakhtenbrot
* [Algorithms and Complexity ](https://www.math.upenn.edu/~wilf/AlgoComp.pdf ) - Herbert S. Wilf (PDF)
2023-11-01 16:36:50 +00:00
* [Algorithms and Data Structures - With Applications to Graphics and Geometry ](https://textbookequity.org/Textbooks/Nievergelt_Algorithms%20and%20Data%20Structures08.pdf ) - Jurg Nievergelt, Klaus Hinrichs (PDF)
2023-07-16 12:46:33 +00:00
* [Algorithms Course Materials ](https://jeffe.cs.illinois.edu/teaching/algorithms/ ) - Jeff Erickson
2021-09-29 13:17:13 +00:00
* [Algorithms Notes for Professionals ](https://goalkicker.com/AlgorithmsBook ) - Compiled from StackOverflow Documentation (PDF)
2023-07-16 12:46:33 +00:00
* [Annotated Algorithms in Python: Applications in Physics, Biology, and Finance ](https://github.com/mdipierro/nlib ) - Massimo Di Pierro
* [Binary Trees ](http://cslibrary.stanford.edu/110/BinaryTrees.pdf ) - Nick Parlante (PDF)
2021-11-01 01:46:27 +00:00
* [Data Structures ](https://adityacse.weebly.com/uploads/2/4/0/7/24078687/data-structures.pdf ) - Aditya CSE (PDF)
2021-10-04 22:51:54 +00:00
* [Data Structures ](https://en.wikibooks.org/wiki/Data_Structures ) - Wikibooks
2022-10-01 05:18:45 +00:00
* [Data Structures (Into Java) ](https://inst.eecs.berkeley.edu/~cs61b/fa14/book2/data-structures.pdf ) - Paul N. Hilfinger (PDF)
2023-10-07 19:24:09 +00:00
* [Data Structures and Algorithm Analysis in C++ ](https://people.cs.vt.edu/~shaffer/Book/C++3elatest.pdf ) - Clifford A. Shaffer (PDF)
2023-07-16 12:46:33 +00:00
* [Data Structures and Algorithms: Annotated Reference with Examples ](https://web.archive.org/web/20170715160229/http://dotnetslackers.com/Community/files/folders/data-structures-and-algorithms/entry30283.aspx ) - G. Barnett, L. Del Tongo *(:card_file_box: archived)*
* [Data Structures Succinctly Part 1, Syncfusion ](https://www.syncfusion.com/resources/techportal/ebooks/datastructurespart1 ) - Robert Horvick
* [Data Structures Succinctly Part 2, Syncfusion ](https://www.syncfusion.com/resources/techportal/ebooks/datastructurespart2 ) - Robert Horvick
* [Elementary Algorithms ](https://github.com/liuxinyu95/AlgoXY ) - Larry Liu Xinyu (PDF)
2023-06-22 14:46:47 +00:00
* [Essential Algorithms ](https://www.programming-books.io/essential/algorithms/ ) - Krzysztof Kowalczyk and Stack Overflow Documentation project (HTML)
2022-09-02 13:36:04 +00:00
* [Foundations of Computer Science ](http://infolab.stanford.edu/~ullman/focs.html ) - Al Aho, Jeff Ullman
2023-10-21 04:19:16 +00:00
* [Learning Algorithm ](https://riptutorial.com/Download/algorithm.pdf ) - Compiled from StackOverflow documentation (PDF)
2023-07-16 12:46:33 +00:00
* [Lectures Notes on Algorithm Analysis and Computational Complexity (Fourth Edition) ](https://ianparberry.com/books/free/license.html ) - Ian Parberry (use form at bottom of license)
2023-10-04 00:56:12 +00:00
* [LEDA: A Platform for Combinatorial and Geometric Computing ](https://people.mpi-inf.mpg.de/~mehlhorn/LEDAbook.html ) - K. Mehlhorn, St. Näher
2022-10-01 05:18:45 +00:00
* [Linked List Basics ](http://cslibrary.stanford.edu/103/LinkedListBasics.pdf ) - Nick Parlante (PDF)
* [Linked List Problems ](http://cslibrary.stanford.edu/105/LinkedListProblems.pdf ) - Nick Parlante (PDF)
2023-07-16 12:46:33 +00:00
* [Matters Computational: Ideas, Algorithms, Source Code ](https://www.jjj.de/fxt/fxtbook.pdf ) - Jörg Arndt (PDF)
* [Open Data Structures: An Introduction ](https://opendatastructures.org ) - Pat Morin
* [Planning Algorithms ](http://lavalle.pl/planning/ ) - Steven M. LaValle
2023-10-04 00:56:12 +00:00
* [Problems on Algorithms (Second Edition) ](https://ianparberry.com/books/free/license.html ) - Ian Parberry (use form at bottom of license)
2021-11-11 14:23:56 +00:00
* [Purely Functional Data Structures (1996) ](https://web.archive.org/web/20210917054102/http://www.cs.cmu.edu/~rwh/theses/okasaki.pdf ) - Chris Okasaki (PDF) *(:card_file_box: archived)*
2023-07-16 12:46:33 +00:00
* [Sequential and parallel sorting algorithms ](https://www.inf.hs-flensburg.de/lang/algorithmen/sortieren/algoen.htm ) - Hans Werner Lang (HTML)
* [Text Algorithms ](https://igm.univ-mlv.fr/~mac/REC/text-algorithms.pdf ) - Maxime Crochemore, Wojciech Rytter (PDF)
* [The Algorithm Design Manual ](https://www8.cs.umu.se/kurser/TDBAfl/VT06/algorithms/BOOK/BOOK/BOOK.HTM ) - Steven S. Skiena (HTML)
2023-11-21 13:58:15 +00:00
* [The Algorithms ](https://the-algorithms.com )
2023-07-16 12:46:33 +00:00
* [The Design of Approximation Algorithms ](https://www.designofapproxalgs.com/book.pdf ) - David P. Williamson, David B. Shmoys (PDF)
2022-10-01 05:18:45 +00:00
* [The Great Tree List Recursion Problem ](http://cslibrary.stanford.edu/109/TreeListRecursion.pdf ) - Nick Parlante (PDF)
2021-09-29 13:17:13 +00:00
* [The Kademlia Protocol Succinctly ](https://www.syncfusion.com/ebooks/kademlia_protocol_succinctly ) - Marc Clifton
2023-07-16 12:46:33 +00:00
* [Think Complexity (2nd Edition) ](https://greenteapress.com/wp/think-complexity-2e/ ) - Allen B. Downey
2021-09-29 13:17:13 +00:00
### Artificial Intelligence
2024-10-11 17:47:00 +00:00
* [Artificial Intelligence, 3rd Edition (1993) ](https://courses.csail.mit.edu/6.034f/ai3/rest.pdf ) - Patrick Henry Winston (PDF)
2023-10-18 16:37:35 +00:00
* [Artificial Intelligence and the Future for Teaching and Learning ](https://www2.ed.gov/documents/ai-report/ai-report.pdf ) - Office of Educational Technology (PDF)
2023-07-16 12:46:33 +00:00
* [Artificial Intelligence for a Better Future: An Ecosystem Perspective on the Ethics of AI and Emerging Digital Technologies ](https://link.springer.com/book/10.1007/978-3-030-69978-9 ) - Bernd Carsten Stahl (PDF, EPUB)
2021-10-11 14:05:39 +00:00
* [Artificial Intelligence: Foundations of Computational Agents (2010), 1st Edition ](https://artint.info/aifca1e.html ) - David L. Poole, Alan K. Mackworth @ Cambridge University Press (HTML)
* [Artificial Intelligence: Foundations of Computational Agents (2017), 2nd Edition ](https://artint.info ) - David L. Poole, Alan K. Mackworth @ Cambridge University Press (HTML, Slides)
2024-10-08 01:46:41 +00:00
* [Clever Algorithms Nature-Inspired Programming Recipes ](https://bjpcjp.github.io/pdfs/ruby/Clever-Algorithms.pdf ) - Jason Brownlee (PDF) (CC BY-NC-SA)
2022-10-13 01:55:44 +00:00
* [Getting Started with Artificial Intelligence , 2nd Edition ](https://www.ibm.com/downloads/cas/OJ6WX73V ) - Tom Markiewicz, Josh Zheng (PDF)
2023-07-16 12:46:33 +00:00
* [Graph Representational Learning Book ](https://www.cs.mcgill.ca/~wlh/grl_book/ ) - William L. Hamilton
2024-10-24 12:54:32 +00:00
* [Introduction to Autonomous Robots ](https://github.com/correll/Introduction-to-Autonomous-Robots/releases ) - Nikolaus Correll (PDF) (CC BY-NC-ND)
2022-10-31 02:08:41 +00:00
* [Machine Learning For Dummies®, IBM Limited Edition ](https://www.ibm.com/downloads/cas/GB8ZMQZ3 ) - Daniel Kirsch, Judith Hurwitz (PDF)
2023-07-16 12:46:33 +00:00
* [On the Path to AI: Law’ s prophecies and the conceptual foundations of the machine learning age ](https://link.springer.com/book/10.1007/978-3-030-43582-0 ) - Thomas D. Grant, Damon J. Wischik (PDF, EPUB)
2023-11-17 13:54:22 +00:00
* [Paradigms of Artificial Intelligence Programming: Case Studies in Common Lisp ](https://github.com/norvig/paip-lisp ) - Peter Norvig
2023-10-16 18:00:07 +00:00
* [Probabilistic Programming & Bayesian Methods for Hackers ](https://camdavidsonpilon.github.io/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers/ ) - Cam Davidson-Pilon (HTML, Jupyter Notebook)
2022-11-01 17:06:05 +00:00
* [The History of Artificial Intelligence ](https://courses.cs.washington.edu/courses/csep590/06au/projects/history-ai.pdf ) - Chris Smith, Brian McGuire, Ting Huang, Gary Yang (PDF)
2023-10-04 00:56:12 +00:00
* [The Quest for Artificial Intelligence: A History of Ideas and Achievements ](https://ai.stanford.edu/~nilsson/QAI/qai.pdf ) - Nils J. Nilsson (PDF)
2021-09-29 13:17:13 +00:00
feat(books): Add blockchain subject (#6210)
* feat(books): Add Blockchain subject
Add new section about the `Blockchain` topic.
Suggested at EbookFoundation/free-programming-books#5696, commit https://github.com/EbookFoundation/free-programming-books/pull/5696/commits/69b21f283a0c098a3d871113216eee5ec1d40f8c
* feat(books): Add `Blockchain for Dummies`
Title: Blockchain for Dummies, 2nd IBM Limited Edition
Author: Manav Gupta
Year: 2018
Editorial: IBM
Publisher: John Wiley & Sons, Inc
* feat(books): Starting with Enterprise Blockchain
Title: Getting Started with Enterprise Blockchain. A Guide to Design and Development
Url: https://www.ibm.com/downloads/cas/RYWXAR0M
Authors: Michael Bradley, David Gorman, Matt Lucas, Matthew Golby-Kirk
Editor: IBM Corporation
Publisher: O'Really Media Inc
* feat(books): Add `IBM Blockchain: The Founder’s Handbook`
TITLE: IBM Blockchain: The Founder’s Handbook (An introduction to building a blockchain solution), Third Edition
AUTHORS: Antonio Banda, Matthew Hamilton, Eileen Lowry, John Widdifield, Andy Carelli, Jerry Cuomo, Kalie Dove-Maguire, Elaine Lai, Brigid McDermott, Carolyn Rogers, Don Thibeau
DATE: June 2020
EDITOR: IBM Corporation
PUBLISHER: IBM Corporation
* chore(books): Classify other Blockchain resources
Move some resources from `Misc` ... to `Blockchain` section
Some other related topics that can fit:
- Cryptocurrencies
- Hyperledge
- Bitcoin
- Ethereum
- Solidity
* chore(books): CDN 2 website link + all authors
BOOK: Bitcoin and Cryptocurrency Technologies
AUTHORS: Arvind Narayanan, Joseph Bonneau, Edward Felten, Andrew Miller, Steven Goldfeder, Jeremy Clark
CDN (draft): https://d28rh4a8wq0iu5.cloudfront.net/bitcointech/readings/princeton_bitcoin_book.pdf
FRONTEND: http://bitcoinbook.cs.princeton.edu
2021-10-13 13:38:57 +00:00
### Blockchain
2023-10-04 00:56:12 +00:00
* [Bitcoin and Cryptocurrency Technologies ](https://bitcoinbook.cs.princeton.edu ) - Arvind Narayanan, Joseph Bonneau, Edward Felten, Andrew Miller, Steven Goldfeder, Jeremy Clark (PDF)
feat(books): Add blockchain subject (#6210)
* feat(books): Add Blockchain subject
Add new section about the `Blockchain` topic.
Suggested at EbookFoundation/free-programming-books#5696, commit https://github.com/EbookFoundation/free-programming-books/pull/5696/commits/69b21f283a0c098a3d871113216eee5ec1d40f8c
* feat(books): Add `Blockchain for Dummies`
Title: Blockchain for Dummies, 2nd IBM Limited Edition
Author: Manav Gupta
Year: 2018
Editorial: IBM
Publisher: John Wiley & Sons, Inc
* feat(books): Starting with Enterprise Blockchain
Title: Getting Started with Enterprise Blockchain. A Guide to Design and Development
Url: https://www.ibm.com/downloads/cas/RYWXAR0M
Authors: Michael Bradley, David Gorman, Matt Lucas, Matthew Golby-Kirk
Editor: IBM Corporation
Publisher: O'Really Media Inc
* feat(books): Add `IBM Blockchain: The Founder’s Handbook`
TITLE: IBM Blockchain: The Founder’s Handbook (An introduction to building a blockchain solution), Third Edition
AUTHORS: Antonio Banda, Matthew Hamilton, Eileen Lowry, John Widdifield, Andy Carelli, Jerry Cuomo, Kalie Dove-Maguire, Elaine Lai, Brigid McDermott, Carolyn Rogers, Don Thibeau
DATE: June 2020
EDITOR: IBM Corporation
PUBLISHER: IBM Corporation
* chore(books): Classify other Blockchain resources
Move some resources from `Misc` ... to `Blockchain` section
Some other related topics that can fit:
- Cryptocurrencies
- Hyperledge
- Bitcoin
- Ethereum
- Solidity
* chore(books): CDN 2 website link + all authors
BOOK: Bitcoin and Cryptocurrency Technologies
AUTHORS: Arvind Narayanan, Joseph Bonneau, Edward Felten, Andrew Miller, Steven Goldfeder, Jeremy Clark
CDN (draft): https://d28rh4a8wq0iu5.cloudfront.net/bitcointech/readings/princeton_bitcoin_book.pdf
FRONTEND: http://bitcoinbook.cs.princeton.edu
2021-10-13 13:38:57 +00:00
* [Blockchain for Dummies, 2nd IBM Limited Edition ](https://www.ibm.com/downloads/cas/36KBMBOG ) - Manav Gupta (PDF)
2024-10-23 15:38:17 +00:00
* [Build a Blockchain from Scratch in Go with gRPC ](https://github.com/volodymyrprokopyuk/go-blockchain ) - Volodymyr Prokopyuk
2023-07-12 18:49:07 +00:00
* [chain.courses ](https://web.archive.org/web/20220127020549/https://chain.courses/ ) - James Gan, Rishub Kumar *(:card_file_box: archived)*
feat(books): Add blockchain subject (#6210)
* feat(books): Add Blockchain subject
Add new section about the `Blockchain` topic.
Suggested at EbookFoundation/free-programming-books#5696, commit https://github.com/EbookFoundation/free-programming-books/pull/5696/commits/69b21f283a0c098a3d871113216eee5ec1d40f8c
* feat(books): Add `Blockchain for Dummies`
Title: Blockchain for Dummies, 2nd IBM Limited Edition
Author: Manav Gupta
Year: 2018
Editorial: IBM
Publisher: John Wiley & Sons, Inc
* feat(books): Starting with Enterprise Blockchain
Title: Getting Started with Enterprise Blockchain. A Guide to Design and Development
Url: https://www.ibm.com/downloads/cas/RYWXAR0M
Authors: Michael Bradley, David Gorman, Matt Lucas, Matthew Golby-Kirk
Editor: IBM Corporation
Publisher: O'Really Media Inc
* feat(books): Add `IBM Blockchain: The Founder’s Handbook`
TITLE: IBM Blockchain: The Founder’s Handbook (An introduction to building a blockchain solution), Third Edition
AUTHORS: Antonio Banda, Matthew Hamilton, Eileen Lowry, John Widdifield, Andy Carelli, Jerry Cuomo, Kalie Dove-Maguire, Elaine Lai, Brigid McDermott, Carolyn Rogers, Don Thibeau
DATE: June 2020
EDITOR: IBM Corporation
PUBLISHER: IBM Corporation
* chore(books): Classify other Blockchain resources
Move some resources from `Misc` ... to `Blockchain` section
Some other related topics that can fit:
- Cryptocurrencies
- Hyperledge
- Bitcoin
- Ethereum
- Solidity
* chore(books): CDN 2 website link + all authors
BOOK: Bitcoin and Cryptocurrency Technologies
AUTHORS: Arvind Narayanan, Joseph Bonneau, Edward Felten, Andrew Miller, Steven Goldfeder, Jeremy Clark
CDN (draft): https://d28rh4a8wq0iu5.cloudfront.net/bitcointech/readings/princeton_bitcoin_book.pdf
FRONTEND: http://bitcoinbook.cs.princeton.edu
2021-10-13 13:38:57 +00:00
* [Getting Started with Enterprise Blockchain: A Guide to Design and Development ](https://www.ibm.com/downloads/cas/RYWXAR0M ) - Michael Bradley, David Gorman, Matt Lucas, Matthew Golby-Kirk (PDF)
2021-10-28 17:34:48 +00:00
* [Grokking Bitcoin ](https://rosenbaum.se/book/ ) - Kalle Rosenbaum (HTML)
2022-09-02 13:36:04 +00:00
* [IBM Blockchain: The Founder’ s Handbook, Third Edition ](https://www.ibm.com/downloads/cas/GZPPMWM5 ) - Antonio Banda, Matthew Hamilton, Eileen Lowry, John Widdifield, et al. (PDF)
* [Learning Bitcoin from the Command Line ](https://github.com/BlockchainCommons/Learning-Bitcoin-from-the-Command-Line ) - Christopher Allen, Shannon Appelcline, et al. (HTML)
2022-02-26 20:25:49 +00:00
* [Mastering Bitcoin - Unlocking digital currencies (2017), 2nd Edition ](https://github.com/bitcoinbook/bitcoinbook ) - Andreas M. Antonopoulos (AsciiDoc)
* [Mastering Ethereum (2018), 1st Edition ](https://github.com/ethereumbook/ethereumbook ) - Andreas M. Antonopoulos, Gavin Wood (AsciiDoc)
2022-05-31 12:55:42 +00:00
* [Mastering the Lightning Network ](https://github.com/lnbook/lnbook ) - Andreas M. Antonopoulos, Olaoluwa Osuntokun, Rene Pickhardt (AsciiDoc)
feat(books): Add blockchain subject (#6210)
* feat(books): Add Blockchain subject
Add new section about the `Blockchain` topic.
Suggested at EbookFoundation/free-programming-books#5696, commit https://github.com/EbookFoundation/free-programming-books/pull/5696/commits/69b21f283a0c098a3d871113216eee5ec1d40f8c
* feat(books): Add `Blockchain for Dummies`
Title: Blockchain for Dummies, 2nd IBM Limited Edition
Author: Manav Gupta
Year: 2018
Editorial: IBM
Publisher: John Wiley & Sons, Inc
* feat(books): Starting with Enterprise Blockchain
Title: Getting Started with Enterprise Blockchain. A Guide to Design and Development
Url: https://www.ibm.com/downloads/cas/RYWXAR0M
Authors: Michael Bradley, David Gorman, Matt Lucas, Matthew Golby-Kirk
Editor: IBM Corporation
Publisher: O'Really Media Inc
* feat(books): Add `IBM Blockchain: The Founder’s Handbook`
TITLE: IBM Blockchain: The Founder’s Handbook (An introduction to building a blockchain solution), Third Edition
AUTHORS: Antonio Banda, Matthew Hamilton, Eileen Lowry, John Widdifield, Andy Carelli, Jerry Cuomo, Kalie Dove-Maguire, Elaine Lai, Brigid McDermott, Carolyn Rogers, Don Thibeau
DATE: June 2020
EDITOR: IBM Corporation
PUBLISHER: IBM Corporation
* chore(books): Classify other Blockchain resources
Move some resources from `Misc` ... to `Blockchain` section
Some other related topics that can fit:
- Cryptocurrencies
- Hyperledge
- Bitcoin
- Ethereum
- Solidity
* chore(books): CDN 2 website link + all authors
BOOK: Bitcoin and Cryptocurrency Technologies
AUTHORS: Arvind Narayanan, Joseph Bonneau, Edward Felten, Andrew Miller, Steven Goldfeder, Jeremy Clark
CDN (draft): https://d28rh4a8wq0iu5.cloudfront.net/bitcointech/readings/princeton_bitcoin_book.pdf
FRONTEND: http://bitcoinbook.cs.princeton.edu
2021-10-13 13:38:57 +00:00
* [Playtime with Hyperledger Composer ](https://schadokar.dev/ebooks/playtime-with-hyperledger-composer/ ) - Shubham Chadokar (PDF)
2021-09-29 13:17:13 +00:00
### Cellular Automata
* [A New Kind of Science ](https://www.wolframscience.com/nksonline/toc.html ) - Stephen Wolfram
2024-10-12 15:39:19 +00:00
* [An Introduction to Cellular Automata ](https://ia801004.us.archive.org/26/items/viviencellularautomata/vivien%20cellular%20automata.pdf ) - Hélène Vivien (PDF)
2024-10-13 23:38:07 +00:00
* [Introduction to the Modeling and Analysis of Complex Systems ](https://milneopentextbooks.org/introduction-to-the-modeling-and-analysis-of-complex-systems/ ) - Hiroki Sayama
2021-09-29 13:17:13 +00:00
### Cloud Computing
* [AWS Well-Architected Framework ](https://docs.aws.amazon.com/wellarchitected/latest/framework ) (PDF, HTML)
* [Azure for Architects, Third Edition ](https://azure.microsoft.com/en-us/resources/azure-for-architects/ ) (PDF) *(email address or account required)*
* [Azure Functions Succinctly, Syncfusion ](https://www.syncfusion.com/ebooks/azure-functions-succinctly ) (PDF, Kindle) (email address requested, not required)
2021-10-23 02:33:27 +00:00
* [Building Serverless Applications with Google Cloud Run ](https://www.cockroachlabs.com/guides/oreilly-building-serverless-applications-with-google-cloud-run/ ) - Wietse Venema (PDF) (email address requested, not required)
2023-11-29 22:15:41 +00:00
* [Cloud Computing for Science and Engineering ](https://cloud4scieng.org/chapters/ ) - Ian Foster, Dennis B. Gannon *(:construction: in process)*
2021-09-29 13:17:13 +00:00
* [Cloud Design Patterns ](https://docs.microsoft.com/en-us/azure/architecture/patterns/ )
* [Designing Distributed Systems ](https://azure.microsoft.com/en-us/resources/designing-distributed-systems/ ) *(account required)*
2022-08-22 07:40:31 +00:00
* [Distributed Systems 3rd edition ](https://www.distributed-systems.net/index.php/books/ds3/ ) - Maarten van Steen, Andrew S. Tanenbaum *(email address required)*
2021-10-02 20:18:19 +00:00
* [How to optimize storage costs using Amazon S3 ](https://aws.amazon.com/s3/cloud-storage-cost-optimization-ebook/ ) - AWS (PDF)
2023-07-16 12:46:33 +00:00
* [Kubernetes Hardening Guidance ](https://media.defense.gov/2022/Aug/29/2003066362/-1/-1/0/CTR_KUBERNETES_HARDENING_GUIDANCE_1.2_20220829.PDF ) - NSA, CISA (PDF)
2022-11-05 21:43:09 +00:00
* [Learn Azure in a Month of Lunches ](https://clouddamcdnprodep.azureedge.net/gdc/2014519/original ) - Iain Foulds (PDF)
2021-09-29 13:17:13 +00:00
* [Monitoring Modern Infrastructure ](https://www.datadoghq.com/ebook/monitoring-modern-infrastructure/ ) *(account required)*
2023-10-04 00:56:12 +00:00
* [Multi-tenant Applications for the Cloud, 3rd Edition ](https://www.microsoft.com/en-us/download/details.aspx?id=29263 )
2023-10-12 00:11:17 +00:00
* [Openstack CERN Admin guide ](https://clouddocs.web.cern.ch/index.html )
2021-09-29 13:17:13 +00:00
* [OpenStack Operations Guide ](https://docs.openstack.org/ops-guide/index.html )
* [Streamline microservice management with Istio Service Mesh ](https://developers.redhat.com/books/introducing-istio-service-mesh-microservices/ ) *(account required)*
* [The Developer’ s Guide to Azure ](https://azure.microsoft.com/en-us/campaigns/developer-guide/ )
### Competitive Programming
* [Competitive Programmer's Handbook ](https://cses.fi/book/book.pdf ) - Antti Laaksonen (PDF)
* [Competitive Programming, 1st Edition ](https://cpbook.net/#CP1details ) - Steven Halim [(PDF) ](https://www.comp.nus.edu.sg/~stevenha/myteaching/competitive_programming/cp1.pdf )
* [Competitive Programming, 2nd Edition ](https://cpbook.net/#CP2details ) - Steven Halim [(PDF) ](https://www.comp.nus.edu.sg/~stevenha/myteaching/competitive_programming/cp2.pdf )
2023-10-04 00:56:12 +00:00
* [Principles of Algorithmic Problem Solving ](https://www.csc.kth.se/~jsannemo/slask/main.pdf ) - Johan Sannemo (PDF)
2021-09-29 13:17:13 +00:00
### Compiler Design
2023-07-12 18:49:07 +00:00
* [An Introduction to GCC ](https://web.archive.org/web/20170326232435/http://www.network-theory.co.uk/docs/gccintro/index.html ) - Brian Gough *(:card_file_box: archived)*
2021-09-29 13:17:13 +00:00
* [Basics of Compiler Design (Anniversary Edition) ](http://www.diku.dk/~torbenm/Basics/ ) - Torben Mogensen
2022-10-12 02:15:46 +00:00
* [Compiler Design in C (1990) ](https://holub.com/goodies/compiler/compilerDesignInC.pdf ) - Allen Holub, Prentice Hall (PDF)
2024-11-04 18:50:52 +00:00
* [Compiler Design: Theory, Tools, and Examples, C/C++ Edition ](https://web.archive.org/web/20230816024714/http://elvis.rowan.edu/~bergmann/books/Compiler_Design/c_cpp/Text/C_CppEd.pdf ) - Seth D. Bergmann (PDF) *(:card_file_box: archived)*
* [Compiler Design: Theory, Tools, and Examples, Java Edition ](https://web.archive.org/web/20230816024714/http://elvis.rowan.edu/~bergmann/books/Compiler_Design/java/CompilerDesignBook.pdf ) - Seth D. Bergmann (PDF) *(:card_file_box: archived)*
2023-10-04 00:56:12 +00:00
* [Compiling Scala for the Java Virtual Machine ](https://lampwww.epfl.ch/~schinz/thesis-final-A4.pdf ) - Michel Schinz (PDF)
* [Compiling Techniques (1969) ](https://www.chilton-computing.org.uk/acl/literature/books/compilingtechniques/overview.htm ) - F.R.A. Hopgood, Macdonald
* [Crafting Interpreters ](https://www.craftinginterpreters.com/contents.html ) - Bob Nystrom (HTML)
2022-10-03 15:02:56 +00:00
* [EXPL NITC: Build your own Compiler ](https://silcnitc.github.io ) - Murali Krishnan K., students in the Department of Computer Science and Engineering of the Calicut National Institute of Technology (HTML)
2023-10-04 00:56:12 +00:00
* [Implementing Functional Languages: A Tutorial ](https://research.microsoft.com/en-us/um/people/simonpj/Papers/pj-lester-book/ ) - Simon Peyton Jones, David Lester
2021-10-05 02:09:13 +00:00
* [Introduction to Compilers and Language Design ](https://www3.nd.edu/~dthain/compilerbook/compilerbook.pdf ) - Douglas Thain (PDF)
2023-10-15 22:57:27 +00:00
* [Let's Build a Compiler ](https://www.stack.nl/~marcov/compiler.pdf ) - Jack W. Crenshaw (PDF)
2023-10-04 00:56:12 +00:00
* [Practical and Theoretical Aspects of Compiler Construction ](https://web.stanford.edu/class/archive/cs/cs143/cs143.1128/ ) (class lectures and slides)
2021-09-29 13:17:13 +00:00
* [The ANTLR Mega Tutorial ](https://tomassetti.me/antlr-mega-tutorial/ )
2021-10-29 17:04:35 +00:00
### Computer Organization and Architecture
* [Basic Computer Architecture ](https://www.cse.iitd.ac.in/~srsarangi/archbooksoft.html ) - Smruti R. Sarangi (HTML, PDF, Slides, Videos)
* [Computer Organization and Design Fundamentals ](https://faculty.etsu.edu/tarnoff/138292 ) - David Tarnoff (PDF)
2024-10-08 01:46:41 +00:00
* [Digital Circuit Projects: An Overview of Digital Circuits Through Implementing Integrated Circuits - Second Edition ](https://cupola.gettysburg.edu/cgi/viewcontent.cgi?article=1000&context=oer ) - Charles W. Kann (PDF) (CC BY)
2024-10-01 14:33:16 +00:00
* [Dive Into Systems: A Gentle Introduction to Computer Systems ](https://diveintosystems.org ) - Suzanne J. Matthews, Tia Newhall, Kevin C. Webb (HTML)
2021-10-29 17:04:35 +00:00
2021-09-29 13:17:13 +00:00
### Computer Science
2022-06-27 23:03:11 +00:00
* [A Data-Centric Introduction to Computing ](https://dcic-world.org ) - Kathi Fisler, Shriram Krishnamurthi, Benjamin S. Lerner, Joe Gibbs Politz (HTML)
2021-09-29 13:17:13 +00:00
* [Computational Thinking ](https://www.cs.cmu.edu/~15110-s13/Wing06-ct.pdf ) - Jeannette Wing, Carnegie-Mellon University (PDF)
2023-10-18 15:50:11 +00:00
* [Computer Science Class XI ](https://cbseacademic.nic.in/web_material/doc/cs/1_Computer-Science-Python-Book-Class-XI.pdf ) - CBSE (PDF)
2023-10-19 16:18:42 +00:00
* [Computer Science Class XII ](https://cbseacademic.nic.in/web_material/doc/cs/2_Computer_Science_Python_ClassXII.pdf ) - CBSE (PDF)
2024-10-09 18:18:40 +00:00
* [Computer Science I ](https://cse.unl.edu/~cbourke/ComputerScienceOne.pdf ) - Chris Bourke (PDF) (CC BY-SA)
* [Computer Science II ](https://cse.unl.edu/~cbourke/ComputerScienceTwo.pdf ) - Chris Bourke (PDF) (CC BY-SA)
2022-09-02 13:36:04 +00:00
* [CS Principles: Big Ideas in Programming ](https://www.openbookproject.net/books/StudentCSP/ ) - Mark Guzdial, Barbara Ericson (HTML)
2023-10-19 16:36:22 +00:00
* [Pull Requests and Code Review ](https://scs.tl/book-pr ) – Sebastien Castiel
2021-10-29 16:55:38 +00:00
* [What to Look for in a Code Review ](https://leanpub.com/whattolookforinacodereview ) - Trisha Gee (HTML, PDF, EPUB, Kindle) *(Leanpub account or valid email requested)*
2021-09-29 13:17:13 +00:00
### Computer Vision
2023-10-04 00:56:12 +00:00
* [Computer Vision ](https://homepages.inf.ed.ac.uk/rbf/BOOKS/BANDB/bandb.htm ) - Dana Ballard, Chris Brown
* [Computer Vision: Algorithms and Applications ](https://szeliski.org/Book/ ) - Richard Szeliski
2022-11-01 13:22:05 +00:00
* [Computer Vision: Foundations and Applications ](http://vision.stanford.edu/teaching/cs131_fall1718/files/cs131-class-notes.pdf ) - Ranjay Krishna (PDF)
2021-09-29 13:17:13 +00:00
* [Computer Vision: Models, Learning, and Inference ](http://www.computervisionmodels.com ) - Simon J.D. Prince
* [Programming Computer Vision with Python ](http://programmingcomputervision.com ) - Jan Erik Solem
### Containers
2021-11-02 01:44:48 +00:00
* [CI/CD for Monorepos: Effectively building, testing, and deploying code with monorepos ](https://github.com/semaphoreci/book-monorepo-cicd ) - Pablo Tomas Fernandez Zavalia, Marko Anastasov, SemaphoreCI (PDF, EPUB, Kindle)
2021-11-01 12:58:59 +00:00
* [CI/CD with Docker and Kubernetes Book ](https://github.com/semaphoreci/book-cicd-docker-kubernetes ) - Marko Anastasov, Jérôme Petazzoni, Pablo Tom F. Zavalia, SemaphoreCI (PDF, EPUB, Kindle)
2023-10-04 00:56:12 +00:00
* [Docker Jumpstart ](https://odewahn.github.io/docker-jumpstart/ ) - Andrew Odewahn
2024-10-09 17:45:02 +00:00
* [Docker Tutorial ](https://people.irisa.fr/Anthony.Baire/docker-tutorial.pdf ) - Anthony Baire (PDF) (CC BY-NC-ND)
2022-04-02 18:26:49 +00:00
* [Docker Tutorial ](https://www.tutorialspoint.com/docker/ ) - Tutorials Point (HTML, PDF)
2023-10-07 19:03:36 +00:00
* [Dotnet Microservices Architecture for Containerized NET Applications ](https://aka.ms/microservicesebook ) - Cesar de la Torre, Bill Wagner, Mike Rousos (PDF)
2021-10-03 20:36:10 +00:00
* [Kubernetes Deployment & Security Patterns ](https://resources.linuxfoundation.org/LF+Projects/CNCF/TheNewStack_Book2_KubernetesDeploymentAndSecurityPatterns.pdf ) - Alex Williams (PDF)
2022-04-28 19:20:49 +00:00
* [Kubernetes for Full-Stack Developers ](https://www.digitalocean.com/community/books/digitalocean-ebook-kubernetes-for-full-stack-developers ) - Jamon Camisso, Hanif Jetha, Katherine Juell (PDF, EPUB)
2021-10-08 01:49:26 +00:00
* [Uncomplicating Kubernetes ](https://livro.descomplicandokubernetes.com.br/en/ ) - Jeferson Fernando
2021-09-29 13:17:13 +00:00
2022-10-18 02:28:48 +00:00
### Data Science
2021-09-29 13:17:13 +00:00
* [A Programmer's Guide to Data Mining ](http://guidetodatamining.com ) - Ron Zacharski (Draft)
* [Data Jujitsu: The Art of Turning Data into Product ](http://www.oreilly.com/data/free/data-jujitsu.csp ) (email address *requested* , not required)
* [Data Mining Algorithms In R ](https://en.wikibooks.org/wiki/Data_Mining_Algorithms_In_R ) - Wikibooks
2023-10-11 17:45:03 +00:00
* [Data Mining Concepts and Techniques ](https://ia800702.us.archive.org/7/items/datamining_201811/DS-book%20u5.pdf ) - Jiawei Han, Micheline Kamber, Jian Pei (PDF) (:card_file_box: archived)
2022-12-18 20:52:43 +00:00
* [Data Science at the Command Line ](https://datascienceatthecommandline.com/2e/ ) - Jeroen Janssens
2021-10-13 01:45:01 +00:00
* [Elements of Data Science ](https://allendowney.github.io/ElementsOfDataScience/README.html ) - Allen B. Downey
2023-11-01 00:30:28 +00:00
* [Feature Engineering and Selection: A Practical Approach for Predictive Models ](https://bookdown.org/max/FES/ ) - Max Kuhn, Kjell Johnson
2022-10-26 21:48:12 +00:00
* [Foundations of Data Science ](https://www.cs.cornell.edu/jeh/book.pdf ) - Avrim Blum, John Hopcroft, Ravindran Kannan (PDF)
2022-10-18 02:28:48 +00:00
* [Fundamentals of Data Visualization ](https://clauswilke.com/dataviz/ ) - Claus O. Wilke (HTML)
2022-10-19 00:37:54 +00:00
* [Hands-On Data Visualization ](https://handsondataviz.org ) - Jack Dougherty, Ilya Ilyankou (HTML)
2022-10-30 02:57:58 +00:00
* [High-Dimensional Data Analysis with Low-Dimensional Models: Principles, Computation, and Applications ](https://book-wright-ma.github.io/Book-WM-20210422.pdf ) - John Wright, Yi Ma (PDF)
2023-10-04 00:56:12 +00:00
* [Internet Advertising: An Interplay among Advertisers, Online Publishers, Ad Exchanges and Web Users ](https://arxiv.org/pdf/1206.1754v2.pdf ) (PDF)
2023-07-18 15:12:11 +00:00
* [Introduction to Cultural Analytics & Python ](https://melaniewalsh.github.io/Intro-Cultural-Analytics/welcome.html ) - Melanie Walsh
2021-09-29 13:17:13 +00:00
* [Introduction to Data Science ](https://docs.google.com/file/d/0B6iefdnF22XQeVZDSkxjZ0Z5VUE/edit?pli=1 ) - Jeffrey Stanton
2021-10-03 20:39:19 +00:00
* [Mining of Massive Datasets ](http://infolab.stanford.edu/~ullman/mmds/book.pdf ) - Jure Leskovec, Anand Rajaraman, Jeffrey D. Ullman (PDF)
2022-10-21 02:28:08 +00:00
* [Probability and Statistics with Examples using R ](https://www.isibang.ac.in/~athreya/psweur/index.html#usage ) - Siva Athreya, Deepayan Sarkar, Steve Tanner (HTML) (:construction: *in process* )
2023-10-04 00:56:12 +00:00
* [School of Data Handbook ](https://schoolofdata.org/handbook/ )
2021-09-29 13:17:13 +00:00
* [Statistical inference for data science ](https://leanpub.com/LittleInferenceBook/read ) - Brian Caffo
* [The Ultimate Guide to 12 Dimensionality Reduction Techniques (with Python codes) ](https://www.analyticsvidhya.com/blog/2018/08/dimensionality-reduction-techniques-python/ ) - Pulkit Sharma
2023-10-04 00:56:12 +00:00
* [Theory and Applications for Advanced Text Mining ](https://www.intechopen.com/books/theory-and-applications-for-advanced-text-mining )
2021-09-29 13:17:13 +00:00
2022-10-18 02:28:48 +00:00
### Database
* [Database Design – 2nd Edition ](https://opentextbc.ca/dbdesign01/ ) - Adrienne Watt, Nelson Eng @ BCcampus Open Pressbooks (HTML, PDF, EPUB, Kindle)
* [Database Design Succinctly ](https://www.syncfusion.com/succinctly-free-ebooks/database-design-succinctly ) - Joseph D. Booth (HTML, PDF, EPUB, MOBI)
2023-10-04 00:56:12 +00:00
* [Database Explorations ](https://www.dcs.warwick.ac.uk/~hugh/TTM/Database-Explorations-revision-2.pdf ) - C.J. Date, Hugh Darwen (PDF)
* [Database Fundamentals ](https://public.dhe.ibm.com/software/dw/db2/express-c/wiki/Database_fundamentals.pdf ) - Neeraj Sharma et al. (PDF)
2022-11-01 17:07:18 +00:00
* [Database Management Systems Solutions Manual Third Edition ](https://pages.cs.wisc.edu/~dbbook/openAccess/thirdEdition/solutions/ans3ed-oddonly.pdf ) - Raghu Ramakrishnan, Johannes Gehrke, Jeff Derstadt, Scott Selikof, and Lin Zhu (PDF)
2023-10-04 00:56:12 +00:00
* [Databases, Types, and The Relational Model: The Third Manifesto ](https://www.dcs.warwick.ac.uk/~hugh/TTM/DTATRM.pdf ) - C.J. Date, Hugh Darwen (PDF)
2022-10-18 02:28:48 +00:00
* [Foundations of Databases ](http://webdam.inria.fr/Alice/ )
* [Readings in Database Systems, 5th Ed. ](http://www.redbook.io )
2023-10-04 00:56:12 +00:00
* [Temporal Database Management ](https://people.cs.aau.dk/~csj/Thesis/ ) - Christian S. Jensen
* [The Theory of Relational Databases ](https://web.cecs.pdx.edu/~maier/TheoryBook/TRD.html )
2022-10-18 02:28:48 +00:00
2023-12-14 16:15:27 +00:00
### Embedded Systems
* [Control and Embedded Systems ](http://www.learn-c.com ) (HTML)
2024-10-08 21:40:08 +00:00
* [Discovering the STM32 Microcontroller ](http://www.cs.indiana.edu/~geobrown/book.pdf ) (PDF) (CC BY-NC-SA)
2023-12-14 16:15:27 +00:00
* [First Steps with Embedded Systems ](https://www.phaedsys.com/principals/bytecraft/bytecraftdata/bcfirststeps.pdf ) - Byte Craft Limited (PDF)
2024-10-16 02:24:18 +00:00
* [Introduction to Embedded Systems, Second Edition ](https://ptolemy.berkeley.edu/books/leeseshia/releases/LeeSeshia_DigitalV2_2.pdf ) - Edward Ashford Lee, Sanjit Arunkumar Seshia (PDF) (CC BY-NC-ND)
2023-12-14 16:15:27 +00:00
* [Introduction to Microcontrollers ](http://www.embeddedrelated.com/showarticle/453.php ) (HTML)
* [Mastering the FreeRTOS Real Time Kernel - a Hands On Tutorial Guide ](https://freertos.org/Documentation/RTOS_book.html ) - freertos.org ([PDF](https://freertos.org/fr-content-src/uploads/2018/07/161204_Mastering_the_FreeRTOS_Real_Time_Kernel-A_Hands-On_Tutorial_Guide.pdf))
2021-09-29 13:17:13 +00:00
### Game Development
2023-11-29 22:15:41 +00:00
* [2D Game Development: From Zero To Hero ](https://github.com/Penaz91/2DGD_F0TH ) - Daniele Penazzo (HTML, [PDF, EBPUB, Kindle... ](https://therealpenaz91.itch.io/2dgd-f0th#download )) *(:construction: in process)*
2022-01-29 13:32:14 +00:00
* [3D Math Primer for Graphics and Game Development ](https://gamemath.com/book/intro.html ) - Fletcher Dunn (HTML)
2021-09-29 13:17:13 +00:00
* [Coding With Minecraft ](https://turtleappstore.com/book/ ) - Al Sweigart
* [Designing Virtual Worlds ](https://mud.co.uk/richard/DesigningVirtualWorlds.pdf ) - Richard A. Bartle (PDF)
2023-06-22 14:46:47 +00:00
* [Game AI Pro ](https://www.gameaipro.com ) - Steve Rabin
2021-09-29 13:17:13 +00:00
* [Game Design with AGS ](https://ensadi.github.io/AGSBook/ ) - Dave Ensminger, A. G. Madi
2023-10-04 00:56:12 +00:00
* [Game Programming Patterns ](https://gameprogrammingpatterns.com ) - Bob Nystrom
2023-01-23 21:07:47 +00:00
* [Level up your code with game programming patterns ](https://resources.unity.com/games/level-up-your-code-with-game-programming-patterns ) - Unity (HTML & PDF)
2023-10-04 00:56:12 +00:00
* [Procedural Content Generation in Games ](https://pcgbook.com ) - Noor Shaker, Julian Togelius, Mark Nelson
2021-09-29 13:17:13 +00:00
### Graphics Programming
* [3D Game Shaders For Beginners ](https://github.com/lettier/3d-game-shaders-for-beginners ) - David Lettier (Git) [(HTML) ](https://lettier.github.io/3d-game-shaders-for-beginners )
* [Blender 3D: Noob to Pro ](https://en.wikibooks.org/wiki/Blender_3D%3A_Noob_to_Pro ) - Wikibooks
* [Blender Manual ](https://docs.blender.org/manual/en/latest )
2023-11-29 22:15:41 +00:00
* [Computer Graphics from scratch ](http://gabrielgambetta.com/computer-graphics-from-scratch ) - Gabriel Gambetta *(:construction: in process)*
* [DirectX manual ](http://user.xmission.com/~legalize/book/download/index.html ) (draft)
2021-09-29 13:17:13 +00:00
* [GPU Gems ](https://developer.nvidia.com/gpugems/GPUGems/gpugems_pref01.html )
2023-06-22 14:46:47 +00:00
* [Graphics Programming Black Book ](https://www.gamedev.net/tutorials/_/technical/graphics-programming-and-theory/graphics-programming-black-book-r1698/ ) - Michael Abrash (PDF)
2021-09-29 13:17:13 +00:00
* [Introduction to Modern OpenGL ](https://open.gl ) - Alexander Overvoorde (HTML, EPUB, PDF) (C++)
* [Introduction to TouchDesigner 099 ](https://leanpub.com/introductiontotouchdesigner/ ) *(Leanpub account or valid email requested)*
2022-11-08 16:44:40 +00:00
* [JPEG - Idea and Practice ](https://en.wikibooks.org/wiki/JPEG_-_Idea_and_Practice )
2023-11-29 22:15:41 +00:00
* [Learn Computer Graphics From Scratch! ](https://www.scratchapixel.com ) - Scratchapixel *(:construction: in process)*
2023-06-22 14:46:47 +00:00
* [Learn OpenGL ](https://learnopengl.com ) - Joey de Vries
2023-11-29 22:15:41 +00:00
* [Learn OpenGL RS ](https://github.com/bwasty/learn-opengl-rs ) - Benjamin Wasty, et al. *(:construction: in process)*
2023-07-12 18:49:07 +00:00
* [Learning Modern 3D Graphics Programming ](https://web.archive.org/web/20150225192611/http://www.arcsynthesis.org/gltut/index.html ) - Jason L. McKesson (draft) *(:card_file_box: archived)*
2023-07-16 12:46:33 +00:00
* [Notes for a Computer Graphics Programming Course ](https://dokumen.tips/documents/computer-grafics-notes.html ) - Steve Cunningham (PDF)
2023-10-16 18:00:07 +00:00
* [OpenGL ](https://www.songho.ca/opengl/index.html ) - Concepts and illustrations
2023-03-03 16:26:19 +00:00
* [Physically Based Rendering, Third Edition: from Theory to Implementation ](https://www.pbr-book.org ) - Matt Pharr, Wenzel Jakob, Greg Humphreys
* [Ray Tracing Gems ](https://www.realtimerendering.com/raytracinggems/rtg/index.html ) - Eric Haines, Tomas Akenine-Möller
* [Ray Tracing Gems II ](https://www.realtimerendering.com/raytracinggems/rtg2/index.html ) - Adam Marrs, Peter Shirley, Ingo Wald
2021-09-29 13:17:13 +00:00
* [Ray Tracing in One Weekend ](https://raytracing.github.io ) - Peter Shirley (HTML)
2023-06-22 14:46:47 +00:00
* [ShaderX series ](https://www.realtimerendering.com/resources/shaderx/ ) - Wolfgang Engel
2023-10-16 18:00:07 +00:00
* [Tutorials for modern OpenGL ](https://www.opengl-tutorial.org )
2023-03-03 16:26:19 +00:00
* [Virtual Reality ](http://lavalle.pl/vr/ ) - Steven M. LaValle
2022-09-02 13:36:04 +00:00
* [WebGL Insights ](http://webglinsights.com ) - Patrick Cozzi, et al.
2021-09-29 13:17:13 +00:00
### Graphical User Interfaces
2021-10-06 01:07:39 +00:00
* [Event-Driven GTK by Example — 2021 Edition ](https://mmstick.github.io/gtkrs-tutorials/ ) - Michael Murphy
2023-10-18 02:23:00 +00:00
* [GUI development with Relm4 ](https://relm4.org/book/stable/ ) - Aaron Erhardt
2022-05-24 17:49:45 +00:00
* [GUI development with Rust and GTK 4 ](https://gtk-rs.org/gtk4-rs/stable/latest/book/ ) - Julian Hofer
2021-09-29 13:17:13 +00:00
* [Programming with gtkmm 4 ](https://developer.gnome.org/gtkmm-tutorial/stable/ )
2023-10-16 18:00:07 +00:00
* [Search User Interfaces ](https://searchuserinterfaces.com/book/ ) - Marti A. Hearst
2021-10-03 21:18:32 +00:00
* [Web Design Primer ](https://pressbooks.library.ryerson.ca/webdesign/ ) - Richard Adams, Ahmed Sagarwala
2022-09-02 13:36:04 +00:00
* [Web Style Guide Online ](https://www.webstyleguide.com/wsg3/index.html ) - Patrick J. Lynch, Sarah Horton
2021-09-29 13:17:13 +00:00
2022-09-13 16:06:55 +00:00
### IDE and editors
> :information_source: See also … [Emacs Lisp](free-programming-books-langs.md#emacs-lisp), [Regular Expressions](#regular-expressions)
2023-10-16 18:00:07 +00:00
* [A Byte of Vim ](https://www.swaroopch.com/notes/vim/ ) - Swaroop (PDF)
2022-09-13 16:06:55 +00:00
* [GNU Emacs Manual ](https://www.gnu.org/software/emacs/manual/emacs.html ) - Free Software Foundation Inc. (HTML, PDF)
2024-10-16 21:31:54 +00:00
* [Learn Neovim ](https://ofirgall.github.io/learn-nvim/chapters/00-why-should-i-learn.html ) - Ofir Gal (online, PDF)
2023-11-29 22:15:41 +00:00
* [Learn Vim (the Smart Way) ](https://github.com/iggredible/Learn-Vim ) - Igor Irianto (HTML) *(:construction: in process)*
2022-09-13 16:06:55 +00:00
* [Learn Vim For the Last Time ](https://danielmiessler.com/study/vim/ ) - Daniel Miessler
2023-10-16 18:00:07 +00:00
* [Learn Vim Progressively ](https://yannesposito.com/Scratch/en/blog/Learn-Vim-Progressively/ ) - Yann Esposito
* [Learn Vimscript the Hard Way ](https://learnvimscriptthehardway.stevelosh.com ) - Steve Losh
* [The Craft of Text Editing or A Cookbook for an Emacs ](https://www.finseth.com/craft/ ) - Craig A. Finseth (HTML, PDF, ePUB, Kindle, PostScript, LaTeX)
* [Vi Improved -- Vim ](https://www.truth.sk/vim/vimbook-OPL.pdf ) - Steve Oualline (PDF)
2022-09-13 16:06:55 +00:00
* [VIM-GALORE - All things Vim! ](https://github.com/mhinz/vim-galore#readme ) - Marco Hinz (HTML)
2023-07-12 18:49:07 +00:00
* [Vim Recipes ](https://web.archive.org/web/20130302172911/http://vim.runpaint.org/vim-recipes.pdf ) - Run Paint Run Run, Run Paint Press (PDF) *(:card_file_box: archived)*
2022-12-18 20:52:43 +00:00
* [Vim Reference Guide ](https://learnbyexample.github.io/vim_reference/ ) - Sundeep Agarwal
2023-10-16 18:00:07 +00:00
* [Vim Regular Expressions 101 ](https://vimregex.com ) - Oleg Raisky
* [Visual Studio .NET Tips and Tricks ](https://www.infoq.com/minibooks/vsnettt ) - Minh T. Nguyen (PDF)
2022-09-13 16:06:55 +00:00
* [Visual Studio 2019 Succinctly ](https://www.syncfusion.com/ebooks/visual-studio-2019-succinctly ) - Alessandro Del Sole (online, PDF)
2021-09-29 13:17:13 +00:00
### Information Retrieval
* [Information Retrieval: A Survey ](http://www.csee.umbc.edu/csee/research/cadip/readings/IR.report.120600.book.pdf ) (PDF)
2022-10-19 01:22:43 +00:00
* [Information Retrieval: Implementing and Evaluating Search Engines ](https://mitmecsept.files.wordpress.com/2018/05/stefan-bc3bcttcher-charles-l-a-clarke-gordon-v-cormack-information-retrieval-implementing-and-evaluating-search-engines-2010-mit.pdf ) - Stefan Böttcher, Charles L. A. Clarke, Gordon V. Cormack (PDF)
2023-10-16 18:00:07 +00:00
* [Introduction to Information Retrieval ](https://nlp.stanford.edu/IR-book/information-retrieval-book.html )
2021-09-29 13:17:13 +00:00
### Licensing
2023-06-22 14:46:47 +00:00
* [Creative Commons: a user guide ](https://archive.org/download/CreativeCommonsUserGuide/CreativeCommonsUserGuide.pdf ) - Simone Aliprandi (PDF)
* [Open Source Licensing Software Freedom and Intellectual Property Law ](https://rosenlaw.com/oslbook/ ) - Lawrence Rosen
2023-10-16 18:00:07 +00:00
* [The Public Domain: Enclosing the Commons of the Mind ](https://www.thepublicdomain.org/download/ ) - James Boyle
2021-09-29 13:17:13 +00:00
### Machine Learning
* [A Brief Introduction to Machine Learning for Engineers ](https://arxiv.org/pdf/1709.02840.pdf ) - Osvaldo Simeone (PDF)
2023-10-16 18:00:07 +00:00
* [A Brief Introduction to Neural Networks ](https://www.dkriesel.com/en/science/neural_networks )
2021-09-29 13:17:13 +00:00
* [A Comprehensive Guide to Machine Learning ](https://www.eecs189.org/static/resources/comprehensive-guide.pdf ) - Soroush Nasiriany, Garrett Thomas, William Wang, Alex Yang (PDF)
* [A Course in Machine Learning ](http://ciml.info/dl/v0_9/ciml-v0_9-all.pdf ) (PDF)
2021-11-11 14:23:56 +00:00
* [A First Encounter with Machine Learning ](https://web.archive.org/web/20210420163002/https://www.ics.uci.edu/~welling/teaching/ICS273Afall11/IntroMLBook.pdf ) - Max Welling (PDF) *(:card_file_box: archived)*
2022-09-02 13:36:04 +00:00
* [A Selective Overview of Deep Learning ](https://arxiv.org/abs/1904.05526 ) - Fan, Ma, Zhong (PDF)
2021-09-29 13:17:13 +00:00
* [Algorithms for Reinforcement Learning ](https://sites.ualberta.ca/~szepesva/papers/RLAlgsInMDPs.pdf ) - Csaba Szepesvári (PDF)
2024-01-02 14:40:18 +00:00
* [An Introduction to Statistical Learning ](https://www.statlearning.com ) - Gareth James, Daniela Witten, Trevor Hastie, Robert Tibshirani
2024-10-26 15:54:12 +00:00
* [Applied Machine Learning for Tabular Data ](https://aml4td.org ) - Max Kuhn, Kjell Johnson
2021-10-27 14:37:48 +00:00
* [Approaching Almost Any Machine Learning Problem ](https://github.com/abhishekkrthakur/approachingalmost ) - Abhishek Thakur (PDF)
2021-09-29 13:17:13 +00:00
* [Bayesian Reasoning and Machine Learning ](http://web4.cs.ucl.ac.uk/staff/D.Barber/pmwiki/pmwiki.php?n=Brml.HomePage )
2023-10-16 18:00:07 +00:00
* [Deep Learning ](https://www.deeplearningbook.org ) - Ian Goodfellow, Yoshua Bengio, Aaron Courville
2021-09-29 13:17:13 +00:00
* [Deep Learning for Coders with Fastai and PyTorch ](https://github.com/fastai/fastbook ) - Jeremy Howard, Sylvain Gugger (Jupyter Notebooks)
2023-10-16 18:00:07 +00:00
* [Dive into Deep Learning ](https://d2l.ai )
2021-09-29 13:17:13 +00:00
* [Explorations in Parallel Distributed Processing: A Handbook of Models, Programs, and Exercises ](https://web.stanford.edu/group/pdplab/pdphandbook ) - James L. McClelland
2022-10-11 19:50:56 +00:00
* [Foundations of Machine Learning, Second Edition ](https://mitpress.ublish.com/ebook/foundations-of-machine-learning--2-preview/7093/Cover ) - Mehryar Mohri, Afshin Rostamizadeh, Ameet Talwalkar
2021-11-11 14:23:56 +00:00
* [Free and Open Machine Learning ](https://nocomplexity.com/documents/fossml/ ) - Maikel Mardjan (HTML)
2023-10-16 18:00:07 +00:00
* [Gaussian Processes for Machine Learning ](https://www.gaussianprocess.org/gpml/ ) - Carl Edward Rasmussen, Christopher K.I. Williams
2021-09-29 13:17:13 +00:00
* [IBM Machine Learning for Dummies ](https://www.ibm.com/downloads/cas/GB8ZMQZ3 ) - Judith Hurwitz, Daniel Kirsch
2022-10-01 05:18:45 +00:00
* [Information Theory, Inference, and Learning Algorithms ](http://www.inference.phy.cam.ac.uk/itila/ ) - David J.C. MacKay
2021-09-29 13:17:13 +00:00
* [Interpretable Machine Learning ](https://christophm.github.io/interpretable-ml-book/ ) - Christoph Molnar
* [Introduction to CNTK Succinctly ](https://www.syncfusion.com/ebooks/cntk_succinctly ) - James McCaffrey
2023-10-16 18:00:07 +00:00
* [Introduction to Machine Learning ](https://arxiv.org/abs/0904.3664v1 ) - Amnon Shashua
2021-09-29 13:17:13 +00:00
* [Keras Succinctly ](https://www.syncfusion.com/ebooks/keras-succinctly ) - James McCaffrey
* [Learn Tensorflow ](https://bitbucket.org/hrojas/learn-tensorflow ) - Jupyter Notebooks
2022-10-01 05:18:45 +00:00
* [Learning Deep Architectures for AI ](https://mila.quebec/wp-content/uploads/2019/08/TR1312.pdf ) - Yoshua Bengio (PDF)
2023-10-16 18:00:07 +00:00
* [Machine Learning ](https://www.intechopen.com/books/machine_learning )
2022-10-22 00:27:30 +00:00
* [Machine Learning for Beginners ](https://github.com/Microsoft/ML-For-Beginners ) - Microsoft
2021-09-29 13:17:13 +00:00
* [Machine Learning for Data Streams ](https://moa.cms.waikato.ac.nz/book-html/ ) - Albert Bifet, Ricard Gavaldà, Geoff Holmes, Bernhard Pfahringer
2021-10-21 12:59:27 +00:00
* [Machine Learning from Scratch ](https://dafriedman97.github.io/mlbook/ ) - Danny Friedman (HTML, PDF, Jupyter Book)
2023-10-16 18:00:07 +00:00
* [Machine Learning, Neural and Statistical Classification ](https://www1.maths.leeds.ac.uk/~charles/statlog/ ) - D. Michie, D.J. Spiegelhalter, C.C. Taylor
2022-10-30 01:16:39 +00:00
* [Machine Learning Simplified ](https://themlsbook.com/read ) - Andrew Wolf
2022-04-02 18:26:49 +00:00
* [Machine Learning with Python ](https://www.tutorialspoint.com/machine_learning_with_python/ ) - Tutorials Point (HTML, [PDF ](https://www.tutorialspoint.com/machine_learning_with_python/machine_learning_with_python_tutorial.pdf ))
2021-09-29 13:17:13 +00:00
* [Mathematics for Machine Learning ](https://gwthomas.github.io/docs/math4ml.pdf ) - Garrett Thomas (PDF)
2022-09-02 13:36:04 +00:00
* [Mathematics for Machine Learning ](https://mml-book.github.io ) - Marc Peter Deisenroth, A Aldo Faisal, Cheng Soon Ong
2023-10-05 02:40:21 +00:00
* [Neural Network Design (2nd Edition) ](https://hagan.okstate.edu/NNDesign.pdf ) - Martin T. Hagan, Howard B. Demuth, Mark H. Beale, Orlando De Jesús (PDF)
2021-09-29 13:17:13 +00:00
* [Neural Networks and Deep Learning ](http://neuralnetworksanddeeplearning.com )
2023-10-29 18:51:48 +00:00
* [Pattern Recognition and Machine Learning ](https://www.microsoft.com/en-us/research/uploads/prod/2006/01/Bishop-Pattern-Recognition-and-Machine-Learning-2006.pdf ) - Christopher M. Bishop (PDF)
2021-11-12 21:17:35 +00:00
* [Practitioners guide to MLOps ](https://services.google.com/fh/files/misc/practitioners_guide_to_mlops_whitepaper.pdf ) - Khalid Samala, Jarek Kazmierczak, Donna Schut (PDF)
2022-10-17 01:45:09 +00:00
* [Probabilistic Machine Learning - An Introduction ](https://github.com/probml/pml-book/releases/latest/download/book1.pdf ) - Kevin P. Murphy (PDF)
2023-10-16 18:00:07 +00:00
* [Probabilistic Models in the Study of Language ](https://idiom.ucsd.edu/~rlevy/pmsl_textbook/text.html ) (Draft, with R code)
2021-10-23 02:05:33 +00:00
* [Python Machine Learning Projects ](https://www.digitalocean.com/community/books/python-machine-learning-projects-a-digitalocean-ebook ) - Lisa Tagliaferri, Brian Boucheron, Michelle Morales, Ellie Birkbeck, Alvin Wan (PDF, EPUB, Kindle)
2024-10-10 14:20:43 +00:00
* [Reinforcement Learning: An Introduction ](http://incompleteideas.net/book/RLbook2020.pdf ) - Richard S. Sutton, Andrew G. Barto (PDF) (CC BY-NC-ND)
2021-09-29 13:17:13 +00:00
* [Speech and Language Processing (3rd Edition Draft) ](https://web.stanford.edu/~jurafsky/slp3/ed3book.pdf ) - Daniel Jurafsky, James H. Martin (PDF)
* [The Elements of Statistical Learning ](https://web.stanford.edu/~hastie/ElemStatLearn/ ) - Trevor Hastie, Robert Tibshirani, and Jerome Friedman
* [The LION Way: Machine Learning plus Intelligent Optimization ](https://intelligent-optimization.org/LIONbook/lionbook_3v0.pdf ) - Roberto Battiti, Mauro Brunato (PDF)
2024-10-10 14:20:43 +00:00
* [The Little Book of Deep Learning ](https://fleuret.org/public/lbdl.pdf ) - François Fleuret (PDF) (CC BY-NC-SA)
2024-01-04 16:53:41 +00:00
* [The Mathematical Engineering of Deep Learning ](https://deeplearningmath.org ) - Benoit Liquet, Sarat Moka, Yoni Nazarathy
2022-09-02 13:36:04 +00:00
* [The Mechanics of Machine Learning ](https://mlbook.explained.ai ) - Terence Parr, Jeremy Howard
2021-12-08 14:10:18 +00:00
* [The Python Game Book ](https://web.archive.org/web/20210308080726/https://thepythongamebook.com/en%3Astart ) - Horst Jens *(:card_file_box: archived)*
2022-09-02 13:36:04 +00:00
* [Top 10 Machine Learning Algorithms Every Engineer Should Know ](https://www.dezyre.com/article/top-10-machine-learning-algorithms/202 ) - Binny Mathews, Omair Aasim
2021-09-29 13:17:13 +00:00
* [Understanding Machine Learning: From Theory to Algorithms ](https://www.cs.huji.ac.il/~shais/UnderstandingMachineLearning ) - Shai Shalev-Shwartz, Shai Ben-David
2024-10-18 14:33:24 +00:00
* [User Guide - scikit-learn ](https://scikit-learn.org/stable/user_guide.html ) - Scikit-learn developers (HTML) (BSD)
2021-09-29 13:17:13 +00:00
### Mathematics
* [A Computational Introduction to Number Theory and Algebra ](https://shoup.net/ntb/ ) - Victor Shoup
2022-09-02 13:36:04 +00:00
* [A Computational Logic (1979) ](https://www.cs.utexas.edu/users/boyer/acl.pdf ) - Robert S. Boyer, J Strother Moore (PDF)
2023-10-09 23:39:11 +00:00
* [A Cool Brisk Walk Through Discrete Mathematics ](http://stephendavies.org/brisk.pdf ) - Stephen Davies (PDF)
2023-10-23 02:10:21 +00:00
* [A First Course in Complex Analysis ](https://matthbeck.github.io/papers/complexorth.pdf ) - Matthias Beck, Gerald Marchesi, Dennis Pixton, Lucas Sabalka (PDF)
2021-09-29 13:17:13 +00:00
* [A First Course in Linear Algebra ](http://linear.ups.edu ) - Rob Beezer
2022-09-02 13:36:04 +00:00
* [A Friendly Introduction to Mathematical Logic ](https://milneopentextbooks.org/a-friendly-introduction-to-mathematical-logic/ ) - Christopher C. Leary, Lars Kristiansen
2021-09-29 13:17:13 +00:00
* [A Gentle Introduction to the Art of Mathematics ](https://osj1961.github.io/giam/ ) - Joseph E. Fields
* [A Programmer's Introduction to Mathematics ](https://pimbook.org ) - Jeremy Kun
2023-10-11 18:38:28 +00:00
* [A Quick Steep Climb Up Linear Algebra ](http://stephendavies.org/quick.pdf ) - Stephen Davies (PDF)
2021-09-29 13:17:13 +00:00
* [Abstract Algebra: Theory and Applications ](http://abstract.ups.edu ) - Tom Judson
* [Active Calculus ](https://scholarworks.gvsu.edu/books/20/ ) - Matt Boelkins
2023-10-16 18:00:07 +00:00
* [Advanced Algebra ](https://www.math.stonybrook.edu/~aknapp/download/a2-alg-inside.pdf ) - Anthony W. Knapp (PDF)
2021-09-29 13:17:13 +00:00
* [Algebra: Abstract and Concrete ](https://homepage.divms.uiowa.edu/~goodman/algebrabook.dir/algebrabook.html ) - Frederick Goodman
* [Algebra: An Elementary Text-Book, Part I (1904) ](http://djm.cc/library/Algebra_Elementary_Text-Book_Part_I_Chrystal_edited.pdf ) - G. Chrystal (PDF)
* [Algebra: An Elementary Text-Book, Part II (1900) ](http://djm.cc/library/Algebra_Elementary_Text-Book_Part_II_Chrystal_edited02.pdf ) - G. Chrystal (PDF)
* [Algebraic Topology ](https://pi.math.cornell.edu/~hatcher/AT/ATpage.html ) - Allen Hatcher (PDF)
2022-06-21 18:38:51 +00:00
* [An Infinite Descent into Pure Mathematics ](https://infinitedescent.xyz/dl/infdesc.pdf ) - Clive Newstead (PDF)
2021-09-29 13:17:13 +00:00
* [An Introduction to the Theory of Numbers ](http://www.trillia.com/moser-number.html ) - Leo Moser (PDF)
* [Analytic Geometry (1922) ](http://djm.cc/library/Analytic_Geometry_Siceloff_Wentworth_Smith_edited.pdf ) - Lewis Parker Siceloff, George Wentworth, David Eugene Smith (PDF)
* [APEX Calculus ](https://www.apexcalculus.com ) - Gregory Hartman, Brian Heinold, Troy Siemers, and Dimplekumar Chalishajar
2022-09-02 13:36:04 +00:00
* [Applied Combinatorics ](https://rellek.net/book/app-comb.html ) - Mitchel T. Keller, William T. Trotter
* [Applied Discrete Structures ](https://faculty.uml.edu/klevasseur/ads2/ ) - Alan Doerr, Kenneth Levasseur
2023-10-16 18:00:07 +00:00
* [Basic Algebra ](https://www.math.stonybrook.edu/~aknapp/download/b2-alg-inside.pdf ) - Anthony W. Knapp (PDF)
2021-09-29 13:17:13 +00:00
* [Basic Analysis: Introduction to Real Analysis ](https://www.jirka.org/ra/ ) - Jiří Lebl
2023-10-16 18:00:07 +00:00
* [Basics of Algebra, Topology, and Differential Calculus ](https://www.cis.upenn.edu/~jean/math-basics.pdf ) (PDF)
2021-09-29 13:17:13 +00:00
* [Bayesian Methods for Hackers ](https://github.com/CamDavidsonPilon/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers ) - Cameron Davidson-Pilon
* [Beginning and Intermediate Algebra ](http://www.wallace.ccfaculty.org/book/book.html ) - Tyler Wallace
* [Book of Proof ](https://www.people.vcu.edu/~rhammack/BookOfProof/ ) - Richard Hammack [(PDF) ](https://www.people.vcu.edu/~rhammack/BookOfProof/Main.pdf )
2024-09-10 19:10:36 +00:00
* [Calculus ](https://ocw.mit.edu/courses/res-18-001-calculus-fall-2023/pages/textbook/ ) - Gilbert Strang (PDF)
2022-09-02 13:36:04 +00:00
* [Calculus I ](https://resolver.caltech.edu/CaltechBOOK:1985.001 ) - Jerrold E. Marsden, Alan Weinstein
2021-09-29 13:17:13 +00:00
* [Calculus in Context ](http://www.math.smith.edu/~callahan/intromine.html ) - James Callahan
2023-10-16 18:00:07 +00:00
* [Calculus Made Easy ](https://www.gutenberg.org/ebooks/33283 ) - Silvanus P. Thompson (PDF)
2022-10-07 15:13:05 +00:00
* [Calculus Volume 1 ](https://openstax.org/details/books/calculus-volume-1 ) - Edwin Herman, Gilbert Strang (PDF)
* [Calculus Volume 2 ](https://openstax.org/details/books/calculus-volume-2 ) - Edwin Herman, Gilbert Strang (PDF)
* [Calculus Volume 3 ](https://openstax.org/details/books/calculus-volume-3 ) - Edwin Herman, Gilbert Strang (PDF)
2022-10-11 20:14:50 +00:00
* [Category Theory for the Sciences ](https://math.mit.edu/~dspivak/CT4S.pdf ) - David I. Spivak (PDF)
2023-10-16 18:00:07 +00:00
* [CK-12 Probability and Statistics - Advanced ](https://www.ck12.org/book/Probability-and-Statistics---Advanced-%2528Second-Edition%2529/ )
2022-09-02 13:36:04 +00:00
* [CLP-1 Differential Calculus ](https://www.math.ubc.ca/~CLP/CLP1/ ) - Joel Feldman, Andrew Rechnitzer, Elyse Yeager
* [CLP-2 Integral Calculus ](https://www.math.ubc.ca/~CLP/CLP2/ ) - Joel Feldman, Andrew Rechnitzer, Elyse Yeager
* [CLP-3 Multivariable Calculus ](https://www.math.ubc.ca/~CLP/CLP3/ ) - Joel Feldman, Andrew Rechnitzer, Elyse Yeager
* [CLP-4 Vector Calculus ](https://www.math.ubc.ca/~CLP/CLP4/ ) - Joel Feldman, Andrew Rechnitzer, Elyse Yeager
2023-10-16 18:00:07 +00:00
* [Collaborative Statistics ](https://cnx.org/contents/5e0744f9-9e79-4348-9237-ed012213a2d6%4040.9 )
2021-10-07 02:46:36 +00:00
* [College Trigonometry ](https://open.umn.edu/opentextbooks/textbooks/college-trigonometry ) - Carl Stitz, Jeff Zeager (PDF)
2021-09-29 13:17:13 +00:00
* [Combinatorics Through Guided Discovery ](https://bogart.openmathbooks.org ) - Kenneth Bogart
* [Complex Analysis ](https://people.math.gatech.edu/~cain/winter99/complex.html ) - George Cain
2022-10-01 05:18:45 +00:00
* [Computational and Inferential Thinking. The Foundations of Data Science ](https://www.inferentialthinking.com ) - Ani Adhikari, John DeNero, David Wagner
2023-10-16 18:00:07 +00:00
* [Computational Geometry ](https://web.mit.edu/hyperbook/Patrikalakis-Maekawa-Cho/ )
2021-11-11 14:23:56 +00:00
* [Computational Mathematics with SageMath ](https://www.sagemath.org/sagebook/ ) - Paul Zimmermann, Alexandre Casamayou, Nathann Cohen, Guillaume Connan, et al. (PDF)
2021-09-29 13:17:13 +00:00
* [Concepts & Applications of Inferential Statistics ](http://vassarstats.net/textbook/ )
2022-09-02 13:36:04 +00:00
* [Convex Optimization ](https://web.stanford.edu/~boyd/cvxbook ) - Stephen Boyd, Lieven Vandenberghe
* [Coordinate Geometry (1911) ](http://djm.cc/library/Coordinate_Geometry_Fine_Thompson_edited03.pdf ) - Henry Buchard Fine, Henry Dallas Thompson (PDF)
2024-10-03 12:36:24 +00:00
* [Course Of Linear Algebra And Multidimensional Geometry ](https://arxiv.org/pdf/math/0405323 ) - Ruslan Sharipov(PDF)
2021-09-29 13:17:13 +00:00
* [Differential Equations ](http://tutorial.math.lamar.edu/Classes/DE/DE.aspx ) - Paul Dawkins (PDF, use download menu to download)
* [Differential Equations (1922) ](http://djm.cc/library/Differential_Equations_Phillips_edited.pdf ) - H. B. Phillips (PDF)
2023-10-16 18:00:07 +00:00
* [Discrete Mathematics: An Open Introduction ](https://discrete.openmathbooks.org/dmoi3.html ) - Oscar Levin
2022-09-02 13:36:04 +00:00
* [Discrete Mathematics: First and Second Course ](https://cseweb.ucsd.edu/~gill/BWLectSite/ ) - Edward A. Bender, S. Gill Williamson
2021-09-29 13:17:13 +00:00
* [Elementary Differential Equations ](http://ramanujan.math.trinity.edu/wtrench/texts/TRENCH_DIFF_EQNS_I.PDF ) - William F. Trench (PDF)
* [Elementary Differential Equations (with Boundary Value Problems) ](https://digitalcommons.trinity.edu/mono/9/ ) - William F. Trench
* [Elementary Number Theory: Primes, Congruences, and Secrets ](https://wstein.org/ent/ ) - William Stein
* [Elementary Real Analysis ](https://www.classicalrealanalysis.info/com/Elementary-Real-Analysis.php ) - Brian S. Thomson, Judith B. Bruckner, Andrew M. Bruckner
* [Elements of Abstract and Linear Algebra ](https://www.math.miami.edu/~ec/book/ ) - E. H. Connell
* [Elements of Differential and Integral Calculus (1911) ](http://djm.cc/library/Elements_Differential_Integral_Calculus_Granville_edited_2.pdf ) - William Anthony Granville (PDF)
2023-10-16 18:00:07 +00:00
* [Essentials of Metaheuristics ](https://cs.gmu.edu/~sean/book/metaheuristics/ ) - Sean Luke
2021-09-29 13:17:13 +00:00
* [First Course in Algebra (1910) ](http://djm.cc/library/First_Algebra_Hawkes_Luby_Touton_edited.pdf ) - Herbert E. Hawkes, William A. Luby, Frank C. Touton (PDF)
2022-09-02 13:36:04 +00:00
* [Foundations of Combinatorics with Applications ](https://www.math.ucsd.edu/~ebender/CombText/ ) - Edward A. Bender, S. Gill Williamson
2021-09-29 13:17:13 +00:00
* [Foundations of Constructive Probability Theory ](https://arxiv.org/pdf/1906.01803.pdf ) - Yuen-Kwok Chan (PDF)
* [Geometry with an Introduction to Cosmic Topology ](https://mphitchman.com ) - Michael P. Hitchman
* [Graph Theory ](http://compalg.inf.elte.hu/~tony/Oktatas/TDK/FINAL/ )
2023-11-05 19:14:38 +00:00
* [Guide to Discrete Mathematics ](https://core.ac.uk/download/pdf/326762636.pdf ) - David Gries, Fred B. Schneider (PDF)
2022-09-02 13:36:04 +00:00
* [How We Got from There to Here: A Story of Real Analysis ](https://milneopentextbooks.org/how-we-got-from-there-to-here-a-story-of-real-analysis/ ) - Robert Rogers, Eugene Boman
2022-10-09 23:05:27 +00:00
* [Introduction to Modern Statistics ](https://openintro-ims.netlify.app ) - Mine Çetinkaya-Rundel, Johanna Hardin (HTML, PDF) (email address required for PDF)
2022-10-11 02:17:20 +00:00
* [Introduction to Probability ](https://math.dartmouth.edu/~prob/prob/prob.pdf ) - Charles M. Grinstead, J. Laurie Snell (PDF)
2023-10-16 18:00:07 +00:00
* [Introduction to Probability and Statistics Spring 2014 ](https://ocw.mit.edu/courses/mathematics/18-05-introduction-to-probability-and-statistics-spring-2014/ )
2021-09-29 13:17:13 +00:00
* [Introduction to Proofs ](http://joshua.smcvt.edu/proofs/ ) - Jim Hefferon
* [Introduction to Real Analysis ](https://digitalcommons.trinity.edu/mono/7/ ) - William F. Trench
2023-10-16 18:00:07 +00:00
* [Introduction to Statistical Thought ](https://people.math.umass.edu/~lavine/Book/book.html ) - Michael Lavine
2022-09-02 13:36:04 +00:00
* [Introductory Statistics for the Life and Biomedical Sciences ](https://www.openintro.org/book/isrs/ ) - Julie Vu, David Harrington
2021-09-29 13:17:13 +00:00
* [Kalman and Bayesian Filters in Python ](https://github.com/rlabbe/Kalman-and-Bayesian-Filters-in-Python )
2022-09-02 13:36:04 +00:00
* [Knapsack Problems - Algorithms and Computer Implementations ](http://www.or.deis.unibo.it/knapsack.html ) - Silvano Martello, Paolo Toth
2023-10-28 03:17:05 +00:00
* [Lecture Notes of Linear Algebra ](https://home.iitk.ac.in/~psraj/mth102/lecture_notes.html ) - P. Shunmugaraj, IIT Kanpur (PDF)
2023-11-29 22:15:41 +00:00
* [Lecture Notes on Linear Algebra ](https://home.iitk.ac.in/~arlal/book/LA_Solution_Dec20.pdf ) - Dr. Arbind K Lal, Sukant Pati (PDF) *(:construction: in process)*
2021-09-29 13:17:13 +00:00
* [Lies, Damned Lies, or Statistics: How to Tell the Truth with Statistics ](https://www.poritz.net/jonathan/share/ldlos.pdf ) - Jonathan A. Poritz (PDF)
2022-10-01 05:18:45 +00:00
* [Linear Algebra ](https://www.math.ucdavis.edu/~linear/linear-guest.pdf ) - David Cherney et al. (PDF)
2021-09-29 13:17:13 +00:00
* [Linear Algebra ](http://joshua.smcvt.edu/linearalgebra/ ) - Jim Hefferon
2023-12-27 17:47:41 +00:00
* [Linear Algebra Done Right ](https://linear.axler.net ) - Sheldon Axler
2021-09-29 13:17:13 +00:00
* [Linear Algebra Done Wrong ](https://www.math.brown.edu/streil/papers/LADW/LADW.html ) - Sergei Treil
* [Linear Algebra, Infinite Dimensions, and Maple ](https://people.math.gatech.edu/~herod/Hspace/Hspace.html ) - James Herod
2022-09-02 13:36:04 +00:00
* [Linear Methods of Applied Mathematics ](http://www.mathphysics.com/pde ) - Evans M. Harrell II, James V. Herod
2021-09-29 13:17:13 +00:00
* [Magic Squares and Cubes (1917) ](http://djm.cc/library/Magic_Squares_Cubes_Andrews_edited.pdf ) - W. S. Anderson (PDF)
* [Math in Society ](https://www.opentextbookstore.com/mathinsociety/ ) - David Lippman
* [Mathematical Analysis I ](http://www.trillia.com/zakon-analysisI.html ) - Elias Zakon
2022-09-02 13:36:04 +00:00
* [Mathematical Discovery ](https://classicalrealanalysis.info/com/Mathematical-Discovery.php ) - Andrew M. Bruckner, Brian S. Thomson, Judith B. Bruckner
2023-10-16 18:00:07 +00:00
* [Mathematical Logic - an Introduction ](https://www.ii.uib.no/~michal/und/i227/book/book.pdf ) (PDF)
2021-09-29 13:17:13 +00:00
* [Mathematical Reasoning: Writing and Proof ](https://www.tedsundstrom.com/mathematical-reasoning-3 ) - Ted Sundstrom
2023-10-16 18:00:07 +00:00
* [Mathematics, MTH101A ](https://home.iitk.ac.in/~psraj/mth101/ ) - P. Shunmugaraj, IIT Kanpur
2022-09-02 13:36:04 +00:00
* [Multivariable Calculus ](https://people.math.gatech.edu/~cain/notes/calculus.html ) - George Cain, James Herod
2021-09-29 13:17:13 +00:00
* [Non-Uniform Random Variate Generation ](http://luc.devroye.org/rnbookindex.html ) - Luc Devroye (PDF)
* [Notes on Diffy Qs ](https://www.jirka.org/diffyqs/ ) - Jiří Lebl
* [Number Theory ](https://github.com/holdenlee/number-theory ) - Holden Lee MIT
2022-02-25 16:27:40 +00:00
* [Number Theory: In Context and Interactive ](https://math.gordon.edu/ntic/ ) - Karl-Dieter Crisman (HTML, PDF)
2021-09-29 13:17:13 +00:00
* [Odds and Ends: Introducing Probability & Decision with a Visual Emphasis ](https://jonathanweisberg.org/vip/ ) - Jonathan Weisberg
2023-10-16 18:00:07 +00:00
* [Online Statistics Education ](https://onlinestatbook.com ) - David Lane
2021-09-29 13:17:13 +00:00
* [OpenIntro Statistics ](https://www.openintro.org/stat/textbook.php ) - David M. Diez, Christopher D. Barr, Mine Çetinkaya-Rundel
* [ORCCA: Open Resources for Community College Algebra ](https://spaces.pcc.edu/pages/viewpage.action?pageId=52729944 ) - Portland Community College
* [Ordinary Differential Equations ](https://en.wikibooks.org/wiki/Ordinary_Differential_Equations ) - Wikibooks
2021-10-10 21:07:53 +00:00
* [Paul's Online Notes: Algebra, Calculus I-III and Differential Equations ](https://tutorial.math.lamar.edu ) - Paul Dawkins @ Lamar University
2022-09-02 13:36:04 +00:00
* [Plane Geometry (1913) ](http://djm.cc/library/Plane_Geometry_Wentworth_Smith_edited.pdf ) - George Wentworth, David Eugene Smith (PDF)
* [Planes and Spherical Trigonometry (1915) ](http://djm.cc/library/Plane_Spherical_Trigonometry_Wentworth_Smith_edited_2.pdf ) - George Wentworth, David Eugene Smith (PDF)
* [Precalculus ](https://stitz-zeager.com ) - Carl Stitz, Jeff Zeager [(PDF) ](https://stitz-zeager.com/szprecalculus07042013.pdf )
2021-09-29 13:17:13 +00:00
* [Probability and Statistics Cookbook ](http://statistics.zone )
* [Probability and Statistics EBook ](http://wiki.stat.ucla.edu/socr/index.php/Probability_and_statistics_EBook )
* [Probability: Lectures and Labs ](https://www.markhuberdatascience.org/probability-textbook ) - Mark Huber
2023-12-18 15:15:00 +00:00
* [Proofs and Types ](https://www.paultaylor.eu/stable/Proofs+Types ) - Jean-Yves Girard, Yves Lafont, Paul Taylor
2021-09-29 13:17:13 +00:00
* [Recreations in Math ](http://djm.cc/library/Recreations_in_Mathematics_Licks_edited.pdf ) - H. E. Licks (PDF)
* [Sage for Undergraduates ](http://www.gregorybard.com/books.html ) - Gregory Bard
* [Second Course in Algebra ](http://djm.cc/library/Second_Algebra_Hawkes_Luby_Touton_edited.pdf ) - Herbert E. Hawkes, William A. Luby, Frank C. Touton (PDF)
2022-09-02 13:36:04 +00:00
* [Seven Sketches in Compositionality: An Invitation to Applied Category Theory ](https://arxiv.org/pdf/1803.05316.pdf ) - Brendan Fong, David I. Spivak (PDF)
2021-09-29 13:17:13 +00:00
* [Statistical Thinking for the 21st Century ](https://statsthinking21.org ) - Russell A. Poldrack
2023-10-16 18:00:07 +00:00
* [Statistics Done Wrong ](https://www.statisticsdonewrong.com ) - Alex Reinhart
2021-09-29 13:17:13 +00:00
* [SticiGui ](https://www.stat.berkeley.edu/~stark/SticiGui/ ) - Philip Stark
* [Tea Time Numerical Analysis ](https://lqbrin.github.io/tea-time-numerical/ ) - Leon Q. Brin
2021-10-10 21:07:53 +00:00
* [The Open Logic Text ](https://builds.openlogicproject.org/open-logic-complete.pdf ) - Open Logic Project (PDF)
2023-10-16 18:00:07 +00:00
* [Think Bayes: Bayesian Statistics Made Simple ](https://www.greenteapress.com/thinkbayes/ ) - Allen B. Downey
* [Think Stats: Probability and Statistics for Programmers ](https://greenteapress.com/thinkstats/ ) - Allen B. Downey (using Python)
* [Vector Calculus ](https://www.mecmath.net ) - Michael Corral
2021-09-29 13:17:13 +00:00
* [Yet Another Introductory Number Theory Textbook ](https://www.poritz.net/jonathan/share/yaintt.pdf ) - Jonathan A. Poritz (PDF)
### Mathematics For Computer Science
* [A Mathematical Theory of Communication ](https://archive.org/details/bstj27-4-623 ) - Claude E.Shannon
2023-07-12 18:49:07 +00:00
* [Combinatorial Problems And Exercises (1979) ](https://archive.org/details/in.ernet.dli.2015.141538/ ) - L. Lovasz
2023-10-16 18:00:07 +00:00
* [Discrete Structures for Computer Science: Counting, Recursion, and Probability ](https://cglab.ca/~michiel/DiscreteStructures/ ) - Michiel Smid
2021-11-11 15:45:27 +00:00
* [Exploring Math for Programmers and Data Scientists ](https://freecontent.manning.com/free-ebook-exploring-math-for-programmers-and-data-scientists/ ) - Paul Orland
2023-01-18 22:56:13 +00:00
* [Graph Theory Exercises ](https://www.ime.usp.br/~pf/graph-exercises/ ) - Paulo Feofiloff (PDF)
2022-10-19 20:00:28 +00:00
* [Isomorphism -- Mathematics of Programming ](https://github.com/liuxinyu95/unplugged ) - Larry LIU Xinyu
2022-01-29 13:32:14 +00:00
* [Mathematics for Computer Science ](https://courses.csail.mit.edu/6.042/spring18/mcs.pdf ) - Eric Lehman, F. Thomson Leighton, Albert R. Meyer (PDF)
2024-10-19 23:59:00 +00:00
* [PROGRAM = PROOF ](https://www.lix.polytechnique.fr/Labo/Samuel.Mimram/teaching/INF551/course.pdf ) - Samuel Mimram (PDF)
2021-09-29 13:17:13 +00:00
### Misc
* [10 Keys to Great Landing Pages ](https://ithemes.com/wp-content/uploads/downloads/2012/09/10-keys-to-great-landing-pages-eBook.pdf ) - iThemes Media (PDF)
2022-10-01 05:18:45 +00:00
* [2016 European Software Development Salary Survey ](https://www.oreilly.com/radar/2016-european-software-development-salary-survey/ ) - Andy Oram, John King (HTML)
* [2016 Software Development Salary Survey ](https://www.oreilly.com/radar/2016-software-development-salary-survey-report/ ) - John King, Roger Magoulas (HTML)
2023-10-16 18:00:07 +00:00
* [A MACHINE MADE THIS BOOK ten sketches of computer science ](https://ocaml-book.com/s/popbook.pdf ) - JOHN WHITINGTON (PDF)
2021-09-29 13:17:13 +00:00
* [Ansible Up & Running (first three chapters) ](https://www.ansible.com/ebooks ) *(account required)*
2023-10-16 18:00:07 +00:00
* [Asterisk™: The Definitive Guide ](https://solmu.org/pub/help/Asterisk/3nd_Edition_for_Asterisk_1.8 ) - Leif Madsen, Jim Van Meggelen, Russell Bryant (HTML)
2022-10-17 02:30:17 +00:00
* [Atomic Design ](https://atomicdesign.bradfrost.com ) - Brad Frost
2023-10-16 18:00:07 +00:00
* [Barcode Overview ](https://www.tec-it.com/download/PDF/Barcode_Reference_EN.pdf ) (PDF)
* [Come, Let's Play: Scenario-Based Programming Using Live Sequence Charts ](https://www.wisdom.weizmann.ac.il/~playbook/ ) - David Harel, Rami Marelly
2021-09-29 13:17:13 +00:00
* [Communicating Sequential Processes ](http://www.usingcsp.com/cspbook.pdf ) - Tony Hoare (PDF)
2023-10-16 18:00:07 +00:00
* [Confessions of an Unintentional CTO: Lessons in Growing a Web App ](https://www.jackkinsella.ie/books/confessions_of_an_unintentional_cto ) - Jack Kinsella
2022-10-01 05:18:45 +00:00
* [Culture \& Empire: Digital Revolution ](http://hintjens.com/books ) - Pieter Hintjens (PDF)
2021-09-29 13:17:13 +00:00
* [Design With FontForge ](http://designwithfontforge.com/en-US/index.html )
* [Designing Interfaces ](http://designinginterfaces.com ) - Jennifer Tidwell
2023-10-16 18:00:07 +00:00
* [DevDocs ](https://devdocs.io ) - Documents for Developers in 1 place
2022-07-03 14:07:47 +00:00
* [DevOps For Dummies, 3rd IBM Limited Edition ](https://www.ibm.com/downloads/cas/P9NYOK3B ) - Sanjeev Sharma, Bernie Coyne (PDF)
2023-10-16 18:00:07 +00:00
* [Digital Signal Processing For Communications ](https://www.sp4comm.org ) - Paolo Prandoni, Martin Vetterli
* [Digital Signal Processing For Engineers and Scientists ](https://www.dspguide.com ) - Steven W. Smith
2021-09-29 13:17:13 +00:00
* [Digital Signal Processing in Python ](https://greenteapress.com/wp/think-dsp ) - Allen B. Downey
2023-10-16 18:00:07 +00:00
* ["DYNAMIC LINKED LIBRARIES": Paradigms of the GPL license in contemporary software ](https://www.lulu.com/shop/http://www.lulu.com/shop/luis-enr%C3%ADquez-a/dynamic-linked-libraries-paradigms-of-the-gpl-license-in-contemporary-software/ebook/product-21419788.html ) - Luis A. Enríquez
2022-03-14 15:09:42 +00:00
* [Encyclopedia of Human Computer Interaction 2nd Edition ](https://www.interaction-design.org/literature/book/the-encyclopedia-of-human-computer-interaction-2nd-ed )
2021-09-29 13:17:13 +00:00
* [Essential Image Optimization ](https://images.guide ) - Addy Osmani
2021-11-11 14:23:56 +00:00
* [Foundations of Programming ](https://openmymind.net/FoundationsOfProgramming.pdf ) - Karl Seguin (PDF)
2022-07-19 07:56:59 +00:00
* [Front-End Developer Handbook 2016 ](https://frontendmasters.com/guides/front-end-handbook/2016/ ) - Cody Lindley (HTML)
* [Front-End Developer Handbook 2017 ](https://frontendmasters.com/guides/front-end-handbook/2017/ ) - Cody Lindley (HTML)
* [Front-End Developer Handbook 2018 ](https://frontendmasters.com/guides/front-end-handbook/2018/ ) - Cody Lindley (HTML)
* [Front-End Developer Handbook 2019 ](https://frontendmasters.com/guides/front-end-handbook/2019/ ) - Cody Lindley (HTML)
2021-09-29 13:17:13 +00:00
* [Getting Real ](https://basecamp.com/books/getting-real ) - Basecamp, 37signals ([HTML](https://basecamp.com/gettingreal), [PDF ](https://basecamp.com/gettingreal/getting-real.pdf ))
2022-12-18 20:52:43 +00:00
* [GNU GREP and RIPGREP ](https://learnbyexample.github.io/learn_gnugrep_ripgrep/ ) - Sundeep Agarwal
2021-09-29 13:17:13 +00:00
* [Google Maps API Succinctly ](https://www.syncfusion.com/ebooks/google_maps_api_succinctly ) - Mark Lewin
2023-10-16 18:00:07 +00:00
* [Hacknot: Essays on Software Development ](https://www.lulu.com/shop/ed-johnson/hacknot-essays-on-software-development/ebook/product-17544641.html ) - Ed Johnson
2021-09-29 13:17:13 +00:00
* [Hello SDL ](https://lazyfoo.net/tutorials/SDL ) - Lazy Foo' Productions
* [High-Performance Scientific Computing ](https://andreask.cs.illinois.edu/Teaching/HPCFall2012 ) (class lectures and slides)
* [HoloLens Succinctly ](https://www.syncfusion.com/ebooks/hololens_succinctly ) - Lars Klint
2023-10-16 18:00:07 +00:00
* [How Computers Work ](https://www.fastchip.net/howcomputerswork/p1.html ) - R. Young
2022-10-01 05:18:45 +00:00
* [How to Become a Programmer ](http://softwarebyrob.wpengine.netdna-cdn.com/assets/Software_by_Rob%20_How_to_Become_a%20_Programmer_1.0.pdf ) - Rob Walling (PDF)
2021-10-15 01:10:07 +00:00
* [How To Manage Remote Servers with Ansible ](https://www.digitalocean.com/community/books/how-to-manage-remote-servers-with-ansible-ebook ) - Erika Heidi (PDF, EPUB)
2023-10-16 18:00:07 +00:00
* [How to Think Like a Computer Scientist ](https://openbookproject.net/thinkcs/ ) - Peter Wentworth, Jeffrey Elkner, Allen B. Downey, Chris Meyers
* [Image Processing in C: Analyzing and Enhancing Digital Images ](https://homepages.inf.ed.ac.uk/rbf/BOOKS/PHILLIPS/ ) - Dwayne Phillips
2021-11-11 14:23:56 +00:00
* [Information Technology and the Networked Economy ](https://web.archive.org/web/20200731035935/https://florida.theorangegrove.org/og/file/49843a6a-9a9d-4bad-b4d4-d053f9cdf73e/1/InfoTechNetworkedEconomy.pdf ) - Patrick McKeown (PDF) *(:card_file_box: archived)*
2021-09-29 13:17:13 +00:00
* [Introduction to Scientific Programming in C++ and Fortran ](https://web.corral.tacc.utexas.edu/CompEdu/pdf/isp/EijkhoutIntroSciProgramming-book.pdf ) - Victor Eijkhout (PDF)
* [IRPF90 Fortran code generator ](https://www.gitbook.com/book/scemama/irpf90/details ) - Anthony Scemama
* [Learn Programming ](https://progbook.org ) - Antti Salonen
2022-10-01 05:18:45 +00:00
* [Learn to Program ](https://pine.fm/LearnToProgram/ ) - Chris Pine
2021-09-29 13:17:13 +00:00
* [Learning 30 Technologies in 30 Days: A Developer Challenge ](https://blog.openshift.com/learning-30-technologies-in-30-days-a-developer-challenge/ ) - Shekhar Gulati
2023-10-16 18:00:07 +00:00
* [Linked Data Patterns: A pattern catalogue for modelling, publishing, and consuming Linked Data ](https://patterns.dataincubator.org/book/ ) - Leigh Dodds, Ian Davis
2021-09-29 13:17:13 +00:00
* [Magic Ink: Information Software and The Graphical Interface ](http://worrydream.com/#!/MagicInk ) - Bret Victor
2022-08-25 11:03:43 +00:00
* [Mobile Developer's Guide to the Galaxy ](https://leanpub.com/mobiledevelopersguide/read ) (HTML)
2023-10-16 18:00:07 +00:00
* [Modeling Reactive Systems with Statecharts ](https://www.wisdom.weizmann.ac.il/~harel/reactive_systems.html ) - D. Harel, M. Politi
2021-09-29 13:17:13 +00:00
* [MSIX Succinctly ](https://www.syncfusion.com/ebooks/msix-succinctly ) - Matteo Pagani
2023-10-16 18:00:07 +00:00
* [Networks, Crowds, and Markets: Reasoning About a Highly Connected World ](https://www.cs.cornell.edu/home/kleinber/networks-book/ ) - David Easley, Jon Kleinberg
2022-09-02 13:36:04 +00:00
* [Object-Oriented Reengineering Patterns ](http://win.ua.ac.be/~sdemey/ ) - Serge Demeyer, Stéphane Ducasse, Oscar Nierstrasz
2021-09-29 13:17:13 +00:00
* [Open Government; Collaboration, Transparency, and Participation in Practice ](https://github.com/oreillymedia/open_government ) - Daniel Lathrop, Laurel Ruma
2022-08-12 13:14:00 +00:00
* [PDQ: Pretty Darn Quick: An Agile, All-Purpose Methodology ](https://leanpub.com/PDQ ) - Jeff Franz-Lien *(Leanpub account or valid email requested)*
2023-10-16 18:00:07 +00:00
* [Philosophy of Computer Science ](https://www.cse.buffalo.edu/~rapaport/Papers/phics.pdf ) (PDF)
2022-10-01 05:18:45 +00:00
* [PNG: The Definitive Guide ](http://www.libpng.org/pub/png/book/ ) - Greg Roelofs
* [Pointers And Memory ](http://cslibrary.stanford.edu/102/PointersAndMemory.pdf ) - Nick Parlante (PDF)
2021-10-01 23:16:46 +00:00
* [Programming Fundamentals ](https://press.rebus.community/programmingfundamentals/ ) - Kenneth Leroy Busbee, Dave Braunschweig
2023-10-16 18:00:07 +00:00
* [Programming with Unicode ](https://unicodebook.readthedocs.org )
2021-09-29 13:17:13 +00:00
* [Real-World Maintainable Software ](https://www.oreilly.com/ideas/real-world-maintainable-software ) - Abraham Marin-Perez
2022-08-12 13:14:00 +00:00
* [Record-Playback Test Automation: Sahi & Selenium IDE: Critical Evaluation of Record-Playback Automation Tools ](https://leanpub.com/manualToAutomatedWithSeleniumIDEAndSahi ) - Shashikant Jagtap *(Leanpub account or valid email requested)*
2021-09-29 13:17:13 +00:00
* [Scientific Programming and Computer Architecture ](https://divakarvi.github.io/bk-spca/spca.html ) - Divakar Viswanath
* [Signal Computing: Digital Signals in the Software Domain ](http://faculty.washington.edu/stiber/pubs/Signal-Computing/Signal%20Computing.pdf ) - Michael Stiber, Bilin Zhang Stiber, Eric C. Larson (PDF)
2021-11-11 14:23:56 +00:00
* [Small Memory Software ](https://smallmemory.charlesweir.com/book.html ) - Charles Weir, James Noble (HTML)
2024-01-07 22:12:30 +00:00
* [Software Technical Writing: A Guidebook ](https://jamesg.blog/book.pdf ) - James Gallagher (PDF)
2024-09-06 14:29:29 +00:00
* [The Web Development Glossary ](https://github.com/frontenddogma/web-development-glossary ) – Jens Oliver Meiert
2024-10-06 01:07:56 +00:00
* [Using Z Specification, Refinement, and Proof ](http://www.usingz.com/usingz.pdf ) - Jim Woodcock, Jim Davies (PDF)
2021-09-29 13:17:13 +00:00
* [Web Almanac ](https://almanac.httparchive.org/static/pdfs/web_almanac_2019_en.pdf ) (PDF)
* [Writing Native Mobile Apps in a Functional Language Succinctly ](https://www.syncfusion.com/ebooks/writing_native_mobile_apps_in_a_functional_language_succinctly ) - Vassili Kaplan
### Networking
2023-10-16 18:00:07 +00:00
* [An Introduction to Computer Networks ](https://intronetworks.cs.luc.edu ) (HTML, PDF, Kindle)
2022-03-18 01:52:29 +00:00
* [Beej's Guide to Network Programming - Using Internet Sockets ](https://beej.us/guide/bgnet/ ) - Brian "Beej Jorgensen" Hall (HTML, PDF)
2023-10-16 18:00:07 +00:00
* [Bits, Signals, and Packets: An Introduction to Digital Communications and Networks ](https://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-02-introduction-to-eecs-ii-digital-communication-systems-fall-2012/readings/ )
* [Code Connected vol.1 ](https://hintjens.wdfiles.com/local--files/main%3Afiles/cc1pe.pdf ) (PDF) (book on ZeroMQ)
2021-09-29 13:17:13 +00:00
* [Computer Networking : Principles, Protocols and Practice ](http://cnp3book.info.ucl.ac.be/1st/html/index.html ) (HTML, ePub, PDF, Kindle)
2023-10-21 13:46:11 +00:00
* [Computer Networks ](https://kanchiuniv.ac.in/coursematerials/VINODKUMAR_COMPUTER_NETWORKS.pdf ) - J.Vinoth kumar (PDF)
2022-09-02 13:36:04 +00:00
* [Computer Networks: A Systems Approach ](https://book.systemsapproach.org ) - Larry Peterson, Bruce Davie (HTML, epub, mobi, PDF)
2023-10-16 18:00:07 +00:00
* [Distributed systems for fun and profit ](https://book.mixu.net/distsys/single-page.html )
2021-09-29 13:17:13 +00:00
* [High-Performance Browser Networking ](https://hpbn.co ) - Ilya Grigorik
* [How HTTPS Works ](https://howhttps.works ) - DNSimple
* [HTTP Succinctly, Syncfusion ](https://www.syncfusion.com/resources/techportal/ebooks/http ) (PDF, Kindle) (email address *requested* , not required)
2023-10-16 18:00:07 +00:00
* [HTTP2 Explained ](https://daniel.haxx.se/http2/ ) - Daniel Stenberg
2021-09-29 13:17:13 +00:00
* [Introduction to HTTP ](https://launchschool.com/books/http ) - Launch School
* [IPv6 for IPv4 Experts ](https://sites.google.com/site/yartikhiy/home/ipv6book ) - Yar Tikhiy (PDF)
2021-10-04 22:50:14 +00:00
* [Kafka gentle introduction ](https://www.gentlydownthe.stream ) - Mitch Seymour
2021-09-29 13:17:13 +00:00
* [Kafka, The definitive Guide ](https://assets.confluent.io/m/1b509accf21490f0/original/20170707-EB-Confluent_Kafka_Definitive-Guide_Complete.pdf ) - Neha Narkhede (PDF)
2022-09-26 16:26:52 +00:00
* [Linux IP Stacks Commentary ](https://www.satchell.net/ipstacks/ ) - Stephen Satchell, H. B. J. Clifford (HTML) *(:construction: in process)*
2022-10-07 15:00:28 +00:00
* [Mininet Walkthrough ](https://mininet.org/walkthrough/ )
2021-09-29 13:17:13 +00:00
* [Network Science ](http://networksciencebook.com ) - Albert-Laszló Barabási
2022-10-01 19:04:03 +00:00
* [Networking! ACK! ](https://wizardzines.com/zines/networking/ ) - Julia Evans (PDF)
2023-10-04 00:56:12 +00:00
* [Securing Wireless Networks for the Home User Guide ](https://mohamedation.com/securing-wifi/en/ ) - Mohamed Adel (HTML)
2021-09-29 13:17:13 +00:00
* [The TCP/IP Guide ](http://www.tcpipguide.com/free/t_toc.htm )
* [Understanding IP Addressing: Everything you ever wanted to know ](http://pages.di.unipi.it/ricci/501302.pdf ) (PDF)
2023-10-16 18:00:07 +00:00
* [ZeroMQ Guide ](https://zguide.zeromq.org )
2021-09-29 13:17:13 +00:00
2022-11-01 15:33:29 +00:00
### Object Oriented Programming
* [Object Oriented Programming ](https://www.cl.cam.ac.uk/teaching/0910/OOProg/OOP.pdf ) - Robert Harle (PDF)
2023-10-15 03:23:07 +00:00
* [OOP – Learn Object Oriented Thinking and Programming ](https://files.bruckner.cz/be2a5b2104bf393da7092a4200903cc0/PecinovskyOOP.pdf ) - Rudolf Pecinovsky (PDF)
2022-11-01 15:33:29 +00:00
2021-09-29 13:17:13 +00:00
### Open Source Ecosystem
2023-10-06 14:40:37 +00:00
* [500 lines or less ](https://github.com/aosabook/500lines ) - Build from Source Code
2022-10-17 02:36:50 +00:00
* [Contributing to opensource: the right way ](https://github.com/Mte90/Contribute-to-opensource-the-right-way ) - Daniele Scasciafratte
2023-10-16 18:00:07 +00:00
* [Data Journalism Handbook ](https://datajournalismhandbook.org )
2021-09-29 13:17:13 +00:00
* [Free as in Freedom: Richard Stallman and the free software revolution ](https://archive.org/details/faif-2.0 ) - Sam Williams (PDF)
* [Free for All ](https://unglue.it/work/136445/ ) - Peter Wayner
2023-10-16 18:00:07 +00:00
* [Free Software, Free Society: Selected Essays of Richard M. Stallman ](https://shop.fsf.org/product/free-software-free-society-2/ )
* [Getting Started with InnerSource ](https://www.oreilly.com/programming/free/getting-started-with-innersource.csp ) (email address *requested* , not required)
* [Getting started with Open source development ](https://public.dhe.ibm.com/software/dw/db2/express-c/wiki/Getting_started_with_open_source_development_p2.pdf ) (PDF)
2021-09-29 13:17:13 +00:00
* [GitLab Handbook ](https://about.gitlab.com/handbook/ )
* [How to get started with open source ](https://opensource.com/resources/ebook/how-get-started-open-source ) (ePub & ODT)
2023-10-16 18:00:07 +00:00
* [Innovation Happens Elsewhere ](https://dreamsongs.com/IHE/IHE.html ) - Ron Goldman, Richard P. Gabriel
2021-09-29 13:17:13 +00:00
* [Introduction to Networking ](https://do1.dr-chuck.net/net-intro/EN_us/net-intro.pdf ) - Charles Severance (PDF)
* [Open Advice: FOSS: What We Wish We Had Known When We Started ](http://open-advice.org )
* [Open source in Brazil ](https://www.oreilly.com/ideas/open-source-in-brazil ) - Andy Oram
2023-10-16 18:00:07 +00:00
* [Producing Open Source Software ](https://producingoss.com ) - Karl Fogel
2023-01-11 17:40:19 +00:00
* [Roads and Bridges: The Unseen Labor Behind Our Digital Infrastructure ](https://www.fordfoundation.org/work/learning/research-reports/roads-and-bridges-the-unseen-labor-behind-our-digital-infrastructure/ ) - Nadia Eghbal
2023-10-16 18:00:07 +00:00
* [The Architecture of Open Source Applications: Vol. 1: Elegance, Evolution, and a Few Fearless Hacks; Vol. 2: Structure, Scale, and a Few More Feerless Hacks ](https://www.aosabook.org/en/index.html )
* [The Art of Community ](https://artofcommunityonline.org/Art_of_Community_Second_Edition.pdf ) - Jono Bacon (PDF)
2021-09-29 13:17:13 +00:00
* [The Cathedral and the Bazaar ](http://www.catb.org/esr/writings/cathedral-bazaar/ ) - Eric S. Raymond
2023-10-16 18:00:07 +00:00
* [The Future of the Internet ](https://futureoftheinternet.org ) - Jonathan Zittrain
* [The Open Source Way ](https://www.theopensourceway.org/book/ )
* [The Wealth of Networks: How Social Production Transforms Markets and Freedom ](https://cyber.law.harvard.edu/wealth_of_networks/Main_Page ) - Yochai Benkler
2021-09-29 13:17:13 +00:00
### Operating Systems
2023-10-16 18:00:07 +00:00
* [A short introduction to operating systems (2001) ](https://markburgess.org/os/os.pdf ) - Mark Burgess (PDF)
* [Computer Science from the Bottom Up ](https://www.bottomupcs.com ) - Ian Wienand (PDF)
2023-06-22 14:46:47 +00:00
* [Flexible Operating System Internals: The Design and Implementation of the Anykernel and Rump Kernels ](https://aaltodoc.aalto.fi/handle/123456789/6318 ) - Antti Kantee (PDF)
2023-11-29 22:15:41 +00:00
* [How to Make a Computer Operating System ](https://github.com/SamyPesse/How-to-Make-a-Computer-Operating-System ) - Samy Pesse *(:construction: in process)*
2023-10-16 18:00:07 +00:00
* [How to write a simple operating system in assembly language ](https://mikeos.sourceforge.net/write-your-own-os.html ) - Mike Saunders (HTML)
2021-10-23 02:05:33 +00:00
* [Making Servers Work: A Practical Guide to Linux System Administration ](https://www.digitalocean.com/community/books/sysadmin-ebook-making-servers-work ) - Jamon Camisso (PDF, EPUB)
2023-06-22 14:46:47 +00:00
* [Operating Systems and Middleware ](https://gustavus.edu/mcs/max/os-book/ ) - Max Hailperin (PDF, LaTeX)
* [Operating Systems: From 0 to 1 ](https://github.com/tuhdo/os01/releases/tag/0.0.1 ) - Tu, Ho Doang (PDF) (:construction: *in process* )
2023-10-16 18:00:07 +00:00
* [Operating Systems: Three Easy Pieces ](https://pages.cs.wisc.edu/~remzi/OSTEP/ ) - Remzi H. Arpaci-Dusseau and Andrea C. Arpaci-Dusseau (PDF)
* [Practical File System Design: The Be File System ](https://www.nobius.org/~dbg/practical-file-system-design.pdf ) - Dominic Giampaolo (PDF)
* [Project Oberon: The Design of an Operating System, a Compiler, and a Computer ](https://people.inf.ethz.ch/wirth/ProjectOberon/index.html ) - Niklaus Wirth, Jürg Gutknecht (PDF)
2023-06-22 14:46:47 +00:00
* [The Art of Unix Programming ](http://catb.org/esr/writings/taoup/html/ ) - Eric S. Raymond (HTML)
* [The Little Book About OS Development ](https://littleosbook.github.io ) - Erik Helin, Adam Renberg - (PDF, HTML)
2024-10-08 21:40:08 +00:00
* [The Little Book of Semaphores ](https://greenteapress.com/semaphores/ ) - Allen B. Downey (PDF) (CC BY-NC-SA)
2023-10-16 18:00:07 +00:00
* [Think OS: A Brief Introduction to Operating Systems ](https://www.greenteapress.com/thinkos/index.html ) - Allen B. Downey (PDF)
2024-10-09 18:29:41 +00:00
* [UNIX Application and System Programming, lecture notes ](http://www.compsci.hunter.cuny.edu/~sweiss/course_materials/unix_lecture_notes.php ) - Stewart Weiss (PDF) (CC BY-SA)
2023-10-16 18:00:07 +00:00
* [Writing a Simple Operating System from Scratch ](https://www.cs.bham.ac.uk/~exr/lectures/opsys/10_11/lectures/os-dev.pdf ) - Nick Blundell (PDF)
2023-06-22 14:46:47 +00:00
* [Xv6, a simple Unix-like teaching operating system ](https://pdos.csail.mit.edu/6.828/2022/xv6.html ) - Russ Cox, Frans Kaashoek and Robert Morris (PDF, HTML)
2021-09-29 13:17:13 +00:00
### Parallel Programming
2022-09-02 13:36:04 +00:00
* [High Performance Computing ](http://cnx.org/contents/bb821554-7f76-44b1-89e7-8a2a759d1347%405.2 ) - Charles Severance, Kevin Dowd (PDF, ePUB)
2022-10-11 19:50:56 +00:00
* [High Performance Computing Training ](https://hpc.llnl.gov/documentation/tutorials ) (LLNL materials)
2021-09-29 13:17:13 +00:00
* [High-Performance Scientific Computing ](https://andreask.cs.illinois.edu/Teaching/HPCFall2012 ) (class lectures and slides)
* [Introduction to High-Performance Scientific Computing ](http://pages.tacc.utexas.edu/~eijkhout/istc/istc.html ) - Victor Eijkhout
2022-10-10 00:47:02 +00:00
* [Introduction to Parallel Computing ](https://hpc.llnl.gov/documentation/tutorials/introduction-parallel-computing-tutorial ) - Blaise Barney
2021-09-29 13:17:13 +00:00
* [Is Parallel Programming Hard, And, If So, What Can You Do About It? ](https://www.kernel.org/pub/linux/kernel/people/paulmck/perfbook/perfbook.html ) - Paul E. McKenney
* [Programming on Parallel Machines; GPU, Multicore, Clusters and More ](http://heather.cs.ucdavis.edu/parprocbook ) - Norm Matloff
Kerridge (PDF) (email address *requested* , not required)
* [The OpenCL Programming Book ](https://us.fixstars.com/products/opencl/book/OpenCLProgrammingBook/contents/ )
### Partial Evaluation
2023-10-16 18:00:07 +00:00
* [Partial Evaluation and Automatic Program Generation ](https://www.itu.dk/people/sestoft/pebook/ ) - Neil D. Jones, C.K. Gomard, Peter Sestoft (PDF)
2021-09-29 13:17:13 +00:00
### Professional Development
2023-11-29 22:15:41 +00:00
* [Clean Code Developer: An initiative for more professionalism in software development ](https://www.gitbook.com/book/ccd_school/clean-code-developer-com/details ) *(:construction: in process)*
2021-09-29 13:17:13 +00:00
* [Confessions of an IT Manager ](https://www.red-gate.com/library/confessions-of-an-it-manager ) - Phil Factor (PDF)
* [Don't Just Roll the Dice ](https://www.red-gate.com/library/dont-just-roll-the-dice ) - Neil Davidson (PDF)
* [How to Do What You Love & Earn What You’ re Worth as a Programmer ](https://leanpub.com/dowhatyoulove/read ) - Reginald Braithwaite
2023-01-08 21:17:07 +00:00
* [How to Learn to Code & Get a Developer Job in 2023 ](https://www.freecodecamp.org/news/learn-to-code-book ) - Quincy Larson
2023-10-10 21:04:38 +00:00
* [How to Stand Out as a Software Engineer ](https://github.com/lvndry/how-to-stand-out-as-a-software-engineer/blob/main/how_to_stand_out_as_a_software_engineer.pdf ) - Landry Monga (PDF)
2021-09-29 13:17:13 +00:00
* [Professional Software Development For Students ](https://mixmastamyk.bitbucket.io/pro_soft_dev/intro.html ) - Mike G. Miller
2022-09-02 13:36:04 +00:00
* [Software Engineering at Google ](https://abseil.io/resources/swe-book ) - Titus Winters, Tom Manshreck, Hyrum Wright
2023-11-29 22:15:41 +00:00
* [Software Environment Concepts ](https://softwareconcepts.vercel.app ) - Amr Elmohamady *(:construction: in process)*
2024-01-10 02:33:00 +00:00
* [Teaching Tech Together ](http://teachtogether.tech/en/ ) - Greg Wilson (HTML)
2021-09-29 13:17:13 +00:00
* [What I've Learned From Failure ](https://leanpub.com/shippingsoftware/read ) - Reginald Braithwaite
Update free-programming-books-subjects.md (#9275)
* Update free-programming-books-subjects.md
I am the author of a new language-agnostic introduction-to-programming textbook, discovered this site, and would like to add my book. The use case I am thinking of is this:
A kid wants to learn to program, doesn't know which in language, and comes to this:
BY PROGRAMMING LANGUAGE
Originally, this list included a section called "Language Agnostic" for books about
programming subjects not restricted to a specific programming language. That
section got so big, we decided to split it into its own file, the BY SUBJECT file.
The kid in intrigued by the idea of learning programming in a language-agnostic manner, goes to BY SUBJECT, and but finds there a list of specialized and advanced-sounding topics. The kid just wants to learn to program, and not finding a suitable category in which to look, is encouraged thereby to return to BY PROGRAMMING LANGUAGE, pick a specific language, and go down that path.
Little did the kid suspect that there are language-agnostic introductory-programming texts in Theoretical Computer Science. It took Eric Hellman to point out to me that this is where such great language-agnostic introductory-programming texts as SICP/Ableson&Sussman are catalogued (Yes, SICP uses Scheme, but it isn't really about "How to Program in Scheme"). But the kid will never find SICP, because "Theoretic Computer Science" is an intimidating misnomer. (And furthermore, the category does include highly-theoretical books.) The kid has lost an opportunity, and has been led to believe that programming is all about learning one of the standard programming languages.
I am proposing to:
1. Rename the category "Language-Agnostic Introductory Programming / Theoretical Computer Science".
2. Move into alphabetical order in the list of subjects.
3. Insert my own book there.
My preference (frankly) would be to separate introductory programming textbooks from highly theoretical books, but (certainly, as a newcomer to the site) I don't propose such a step.
* New subject: "Programming"
Split "Theoretical Computer Science" into "Programming" and (the residual list) "Theoretical Computer Science".
Add my book to "Programming".
* Clarify where Language-Agnostic books went.
Add one sentence to the preamble clarifying where Language-Agnostic books went.
* Add an extra line
Added an extra line to fix a lint error
2023-02-01 15:16:39 +00:00
### Programming
2023-10-23 19:28:20 +00:00
* [A Short Introduction to the Art of Programming (1971) ](https://www.cs.utexas.edu/users/EWD/transcriptions/EWD03xx/EWD316.html ) - Edsger W. Dijkstra (HTML)
Update free-programming-books-subjects.md (#9275)
* Update free-programming-books-subjects.md
I am the author of a new language-agnostic introduction-to-programming textbook, discovered this site, and would like to add my book. The use case I am thinking of is this:
A kid wants to learn to program, doesn't know which in language, and comes to this:
BY PROGRAMMING LANGUAGE
Originally, this list included a section called "Language Agnostic" for books about
programming subjects not restricted to a specific programming language. That
section got so big, we decided to split it into its own file, the BY SUBJECT file.
The kid in intrigued by the idea of learning programming in a language-agnostic manner, goes to BY SUBJECT, and but finds there a list of specialized and advanced-sounding topics. The kid just wants to learn to program, and not finding a suitable category in which to look, is encouraged thereby to return to BY PROGRAMMING LANGUAGE, pick a specific language, and go down that path.
Little did the kid suspect that there are language-agnostic introductory-programming texts in Theoretical Computer Science. It took Eric Hellman to point out to me that this is where such great language-agnostic introductory-programming texts as SICP/Ableson&Sussman are catalogued (Yes, SICP uses Scheme, but it isn't really about "How to Program in Scheme"). But the kid will never find SICP, because "Theoretic Computer Science" is an intimidating misnomer. (And furthermore, the category does include highly-theoretical books.) The kid has lost an opportunity, and has been led to believe that programming is all about learning one of the standard programming languages.
I am proposing to:
1. Rename the category "Language-Agnostic Introductory Programming / Theoretical Computer Science".
2. Move into alphabetical order in the list of subjects.
3. Insert my own book there.
My preference (frankly) would be to separate introductory programming textbooks from highly theoretical books, but (certainly, as a newcomer to the site) I don't propose such a step.
* New subject: "Programming"
Split "Theoretical Computer Science" into "Programming" and (the residual list) "Theoretical Computer Science".
Add my book to "Programming".
* Clarify where Language-Agnostic books went.
Add one sentence to the preamble clarifying where Language-Agnostic books went.
* Add an extra line
Added an extra line to fix a lint error
2023-02-01 15:16:39 +00:00
* [Design of a Programmer ](https://www.smashwords.com/books/view/639609 ) - Prakash Hegade (PDF)
2023-10-28 03:17:05 +00:00
* [Introduction to Computer Science ](https://www.cse.iitd.ernet.in/~suban/CSL102/ ) - Subhashis Banerjee, IIT Delhi
2023-10-16 18:00:07 +00:00
* [Introduction to Computing ](https://www.computingbook.org ) - David Evans
Update free-programming-books-subjects.md (#9275)
* Update free-programming-books-subjects.md
I am the author of a new language-agnostic introduction-to-programming textbook, discovered this site, and would like to add my book. The use case I am thinking of is this:
A kid wants to learn to program, doesn't know which in language, and comes to this:
BY PROGRAMMING LANGUAGE
Originally, this list included a section called "Language Agnostic" for books about
programming subjects not restricted to a specific programming language. That
section got so big, we decided to split it into its own file, the BY SUBJECT file.
The kid in intrigued by the idea of learning programming in a language-agnostic manner, goes to BY SUBJECT, and but finds there a list of specialized and advanced-sounding topics. The kid just wants to learn to program, and not finding a suitable category in which to look, is encouraged thereby to return to BY PROGRAMMING LANGUAGE, pick a specific language, and go down that path.
Little did the kid suspect that there are language-agnostic introductory-programming texts in Theoretical Computer Science. It took Eric Hellman to point out to me that this is where such great language-agnostic introductory-programming texts as SICP/Ableson&Sussman are catalogued (Yes, SICP uses Scheme, but it isn't really about "How to Program in Scheme"). But the kid will never find SICP, because "Theoretic Computer Science" is an intimidating misnomer. (And furthermore, the category does include highly-theoretical books.) The kid has lost an opportunity, and has been led to believe that programming is all about learning one of the standard programming languages.
I am proposing to:
1. Rename the category "Language-Agnostic Introductory Programming / Theoretical Computer Science".
2. Move into alphabetical order in the list of subjects.
3. Insert my own book there.
My preference (frankly) would be to separate introductory programming textbooks from highly theoretical books, but (certainly, as a newcomer to the site) I don't propose such a step.
* New subject: "Programming"
Split "Theoretical Computer Science" into "Programming" and (the residual list) "Theoretical Computer Science".
Add my book to "Programming".
* Clarify where Language-Agnostic books went.
Add one sentence to the preamble clarifying where Language-Agnostic books went.
* Add an extra line
Added an extra line to fix a lint error
2023-02-01 15:16:39 +00:00
* [Principled Programming / Introduction to Coding in Any Imperative Language ](https://www.cs.cornell.edu/info/people/tt/Principled_Programming.html ) - Tim Teitelbaum
* [Programming and Programming Languages ](https://papl.cs.brown.edu/2019/ ) - Shriram Krishnamurthi
2023-10-16 18:00:07 +00:00
* [Programming Languages: Application and Interpretation (2nd Edition) ](https://cs.brown.edu/~sk/Publications/Books/ProgLangs/ ) - Shriram Krishnamurthi
2024-10-07 16:15:34 +00:00
* [Structure and Interpretation of Computer Programs ](https://web.mit.edu/6.001/6.037/sicp.pdf ) - Harold Abelson, Gerald Jay Sussman, Julie Sussman (PDF) (CC BY-SA)
* [Structure and Interpretation of Computer Programs ](https://sarabander.github.io/sicp/html/index.xhtml ) - Harold Abelson, Gerald Jay Sussman, Julie Sussman (HTML) (CC BY-SA)
Update free-programming-books-subjects.md (#9275)
* Update free-programming-books-subjects.md
I am the author of a new language-agnostic introduction-to-programming textbook, discovered this site, and would like to add my book. The use case I am thinking of is this:
A kid wants to learn to program, doesn't know which in language, and comes to this:
BY PROGRAMMING LANGUAGE
Originally, this list included a section called "Language Agnostic" for books about
programming subjects not restricted to a specific programming language. That
section got so big, we decided to split it into its own file, the BY SUBJECT file.
The kid in intrigued by the idea of learning programming in a language-agnostic manner, goes to BY SUBJECT, and but finds there a list of specialized and advanced-sounding topics. The kid just wants to learn to program, and not finding a suitable category in which to look, is encouraged thereby to return to BY PROGRAMMING LANGUAGE, pick a specific language, and go down that path.
Little did the kid suspect that there are language-agnostic introductory-programming texts in Theoretical Computer Science. It took Eric Hellman to point out to me that this is where such great language-agnostic introductory-programming texts as SICP/Ableson&Sussman are catalogued (Yes, SICP uses Scheme, but it isn't really about "How to Program in Scheme"). But the kid will never find SICP, because "Theoretic Computer Science" is an intimidating misnomer. (And furthermore, the category does include highly-theoretical books.) The kid has lost an opportunity, and has been led to believe that programming is all about learning one of the standard programming languages.
I am proposing to:
1. Rename the category "Language-Agnostic Introductory Programming / Theoretical Computer Science".
2. Move into alphabetical order in the list of subjects.
3. Insert my own book there.
My preference (frankly) would be to separate introductory programming textbooks from highly theoretical books, but (certainly, as a newcomer to the site) I don't propose such a step.
* New subject: "Programming"
Split "Theoretical Computer Science" into "Programming" and (the residual list) "Theoretical Computer Science".
Add my book to "Programming".
* Clarify where Language-Agnostic books went.
Add one sentence to the preamble clarifying where Language-Agnostic books went.
* Add an extra line
Added an extra line to fix a lint error
2023-02-01 15:16:39 +00:00
* [The Black Art of Programming ](http://self.gutenberg.org/wplbn0002828847-the-black-art-of-programming-by-mcilroy-mark.aspx? ) - Mark McIlroy
* [The Craft of Programming ](https://kilthub.cmu.edu/articles/The_Craft_of_Programming/6610514 ) - John C. Reynolds
* [The Nature of Code ](https://natureofcode.com/book ) - Daniel Shiffman (HTML)
2024-04-23 10:01:02 +00:00
* [The Super Programmer ](https://github.com/keyvank/tsp ) - Keyvan Kambakhsh (PDF, HTML) *(:construction: in process)*
Update free-programming-books-subjects.md (#9275)
* Update free-programming-books-subjects.md
I am the author of a new language-agnostic introduction-to-programming textbook, discovered this site, and would like to add my book. The use case I am thinking of is this:
A kid wants to learn to program, doesn't know which in language, and comes to this:
BY PROGRAMMING LANGUAGE
Originally, this list included a section called "Language Agnostic" for books about
programming subjects not restricted to a specific programming language. That
section got so big, we decided to split it into its own file, the BY SUBJECT file.
The kid in intrigued by the idea of learning programming in a language-agnostic manner, goes to BY SUBJECT, and but finds there a list of specialized and advanced-sounding topics. The kid just wants to learn to program, and not finding a suitable category in which to look, is encouraged thereby to return to BY PROGRAMMING LANGUAGE, pick a specific language, and go down that path.
Little did the kid suspect that there are language-agnostic introductory-programming texts in Theoretical Computer Science. It took Eric Hellman to point out to me that this is where such great language-agnostic introductory-programming texts as SICP/Ableson&Sussman are catalogued (Yes, SICP uses Scheme, but it isn't really about "How to Program in Scheme"). But the kid will never find SICP, because "Theoretic Computer Science" is an intimidating misnomer. (And furthermore, the category does include highly-theoretical books.) The kid has lost an opportunity, and has been led to believe that programming is all about learning one of the standard programming languages.
I am proposing to:
1. Rename the category "Language-Agnostic Introductory Programming / Theoretical Computer Science".
2. Move into alphabetical order in the list of subjects.
3. Insert my own book there.
My preference (frankly) would be to separate introductory programming textbooks from highly theoretical books, but (certainly, as a newcomer to the site) I don't propose such a step.
* New subject: "Programming"
Split "Theoretical Computer Science" into "Programming" and (the residual list) "Theoretical Computer Science".
Add my book to "Programming".
* Clarify where Language-Agnostic books went.
Add one sentence to the preamble clarifying where Language-Agnostic books went.
* Add an extra line
Added an extra line to fix a lint error
2023-02-01 15:16:39 +00:00
* [Think Complexity ](https://greenteapress.com/wp/think-complexity-2e/ ) - - Allen B. Downey (2nd Edition) (PDF, HTML)
2021-09-29 13:17:13 +00:00
### Programming Paradigms
2023-10-16 18:00:07 +00:00
* [Flow based Programming ](https://jpaulmorrison.com/fbp/ ) - J Paul Morrison
* [Introduction to Functional Programming ](https://www.cl.cam.ac.uk/teaching/Lectures/funprog-jrh-1996/ ) - J. Harrison
2021-09-29 13:17:13 +00:00
* [Making Sense of Stream Processing ](https://assets.confluent.io/m/2a60fabedb2dfbb1/original/20190307-EB-Making_Sense_of_Stream_Processing_Confluent.pdf ) - Martin Kleppmann (PDF)
* [Mostly Adequate Guide to Functional Programming ](https://mostly-adequate.gitbooks.io/mostly-adequate-guide/content/ ) - Mostly Adequate Core Team
* [The Pure Function Pipeline Data Flow v3.0 ---- the Grand Unified Programming Theory ](https://github.com/linpengcheng/PurefunctionPipelineDataflow ) - Lin Pengcheng
2024-10-18 14:44:47 +00:00
* [Type Theory and Functional Programming ](https://www.cs.kent.ac.uk/people/staff/sjt/TTFP/ ) - Simon Thompson
2021-09-29 13:17:13 +00:00
2023-10-02 23:39:24 +00:00
### Prompt Engineering
* [DALLE-E 2 prompt book ](https://dallery.gallery/wp-content/uploads/2022/07/The-DALL%C2%B7E-2-prompt-book.pdf ) - Dallery.Gallery, Guy Parson (PDF)
* [Guide to Prompt Engineering ](https://codeahoy.com/learn/promptengineering/toc ) - CodeAhoy (HTML)
* [Prompt Engineering Guide ](https://www.promptingguide.ai ) - DAIR.AI (HTML)
2022-03-16 17:12:57 +00:00
### Quantum Computing
2023-10-16 18:00:07 +00:00
* [Introduction to Classical and Quantum Computing ](https://www.thomaswong.net/introduction-to-classical-and-quantum-computing-1e3p.pdf ) - Thomas G. Wong (PDF)
2023-10-06 15:44:29 +00:00
* [Introduction to Quantum Information ](https://www.gla.ac.uk/media/Media_344957_smxx.pdf ) - Stephen M. Barnett (PDF)
2022-09-02 13:36:04 +00:00
* [Learn Quantum Computation using Qiskit ](https://qiskit.org/textbook/preface.html ) - Frank Harkins, et al. (HTML)
2022-10-31 02:02:43 +00:00
* [Quantum Algorithms ](https://arxiv.org/pdf/0808.0369v1 ) - Michele Mosca (PDF)
2022-03-16 17:12:57 +00:00
* [Quantum Computing for the Quantum Curious ](https://link.springer.com/book/10.1007/978-3-030-61601-4 ) - Ciaran Hughes, Joshua Isaacson, Anastasia Perry, Ranbel F. Sun, Jessica Turner (HTML, PDF, EPUB)
2023-10-08 22:48:34 +00:00
* [Quantum Information Theory ](https://markwilde.com/qit-notes.pdf ) - Mark M. Wilde (PDF)
2022-10-30 02:23:55 +00:00
* [The Functional Analysis of Quantum Information Theory ](https://arxiv.org/abs/1410.7188 ) - Ved Prakash Gupta, Prabha Mandayam, V. S. Sunder (PDF)
2022-03-16 17:12:57 +00:00
2021-09-29 13:17:13 +00:00
### Regular Expressions
* [JavaScript RegExp ](https://learnbyexample.github.io/learn_js_regexp/ ) - Sundeep Agarwal
* [Python re(gex)? ](https://learnbyexample.github.io/py_regular_expressions/ ) - Sundeep Agarwal
* [Regular Expressions for Regular Folk ](https://refrf.shreyasminocha.me ) - Shreyas Minocha
2023-10-16 18:00:07 +00:00
* [RexEgg ](https://www.rexegg.com )
2021-09-29 13:17:13 +00:00
* [Ruby Regexp ](https://learnbyexample.github.io/Ruby_Regexp/ ) - Sundeep Agarwal
2023-10-16 18:00:07 +00:00
* [The 30 Minute Regex Tutorial ](https://www.codeproject.com/Articles/9099/The-Minute-Regex-Tutorial ) - Jim Hollenhorst
2021-09-29 13:17:13 +00:00
### Reverse Engineering
2023-10-16 18:00:07 +00:00
* [BIOS Disassembly Ninjutsu Uncovered 1st Edition ](https://bioshacking.blogspot.co.uk/2012/02/bios-disassembly-ninjutsu-uncovered-1st.html ) - Darmawan Salihun (PDF)
2021-09-29 13:17:13 +00:00
* [Hacking the Xbox: An Introduction to Reverse Engineering ](https://www.nostarch.com/xboxfree/ ) - Andrew "bunnie" Huang
2024-10-18 14:44:47 +00:00
* [iOS App Reverse Engineering ](https://github.com/iosre/iOSAppReverseEngineering ) - Zishe Sha (PDF)
2021-09-29 13:17:13 +00:00
### Search Engines
2022-10-17 01:03:48 +00:00
* [Elasticsearch Certified Engineer notes ](https://www.pistocop.dev/posts/es_engineer_exam_notes/ ) - (HTML)
2021-09-29 13:17:13 +00:00
* [Elasticsearch: The Definitive Guide ](https://www.elastic.co/guide/en/elasticsearch/guide/current/index.html ) ([fork it on GH](https://github.com/elastic/elasticsearch-definitive-guide))
2021-10-10 20:32:43 +00:00
* [Search Engines: Information Retrieval in Practice ](https://ciir.cs.umass.edu/irbook ) - W. Bruce Croft, Donald Metzler, Trevor Strohman (PDF)
2021-09-29 13:17:13 +00:00
* [Solr for newbies workshop (2019) ](https://github.com/hectorcorrea/solr-for-newbies ) - Hector Correa ([PDF](https://github.com/hectorcorrea/solr-for-newbies/blob/master/tutorial.pdf))
2022-11-08 14:32:08 +00:00
### Security & Privacy
2021-09-29 13:17:13 +00:00
2023-10-16 18:00:07 +00:00
* [A Graduate Course in Applied Cryptography ](https://toc.cryptobook.us )
2021-09-29 13:17:13 +00:00
* [Crypto 101 - Crypto for everyone ](https://www.crypto101.io )
2023-11-29 22:15:41 +00:00
* [Cryptography ](https://en.wikibooks.org/wiki/Cryptography ) - Wikibooks (HTML) *(:construction: in process)*
2021-09-29 13:17:13 +00:00
* [CryptoParty Handbook ](https://unglue.it/work/141611/ )
2022-11-15 21:43:49 +00:00
* [Gray Hat Hacking: The Ethical Hacker's Handbook ](https://pages.cs.wisc.edu/~ace/media/gray-hat-hacking.pdf ) - Allen Harper, Jonathan Ness, Chris Eagle, Shon Harris, Gideon Lenkey, Terron Williams (PDF)
2023-10-16 18:00:07 +00:00
* [Handbook of Applied Cryptography ](https://cacr.uwaterloo.ca/hac/index.html )
2021-09-29 13:17:13 +00:00
* [How HTTPS works ](https://howhttps.works ) - dnsimple
* [How to deal with Passwords ](https://github.com/MHM5000/pass )
2022-10-06 15:15:21 +00:00
* [Information Security Management ](https://www.infosecuritybook.com ) - Marcos Sêmola (PDF)
2023-10-16 18:00:07 +00:00
* [Intrusion Detection Systems with Snort ](https://ptgmedia.pearsoncmg.com/images/0131407333/downloads/0131407333.pdf ) (PDF)
2021-09-29 13:17:13 +00:00
* [OpenSSL Cookbook ](https://www.feistyduck.com/library/openssl-cookbook/ )
* [OWASP Mobile Security Testing Guide ](https://mobile-security.gitbook.io/mobile-security-testing-guide/ ) - Bernhard Mueller et al.
2022-07-18 19:40:06 +00:00
* [OWASP Testing Guide 4.2 ](https://owasp.org/www-project-web-security-testing-guide/v42/ ) - The OWASP® Foundation (HTML, [PDF ](https://github.com/OWASP/wstg/releases/download/v4.2/wstg-v4.2.pdf ))
2023-10-16 18:00:07 +00:00
* [OWASP Top 10 for .NET Developers ](https://www.troyhunt.com/2011/12/free-ebook-owasp-top-10-for-net.html )
2022-10-15 21:51:25 +00:00
* [Practical Cryptography for Developer ](https://cryptobook.nakov.com ) - Svetlin Nakov (GitBook) (:construction: *in process* )
2022-11-08 14:32:08 +00:00
* [Programming Differential Privacy ](https://programming-dp.com ) - Joseph Near, Chiké Abuah (HTML, PDF)
2023-10-16 18:00:07 +00:00
* [Security Engineering ](https://www.cl.cam.ac.uk/~rja14/book.html )
2022-10-11 01:55:04 +00:00
* [The Joy of Cryptography (2021) ](https://joyofcryptography.com/pdf/book.pdf ) - Mike Rosulek (PDF)
2024-01-24 23:54:30 +00:00
* [The MoonMath Manual to zk-SNARKs ](https://leastauthority.com/community-matters/moonmath-manual/ ) - Least Authority
2021-09-29 13:17:13 +00:00
### Software Architecture
2022-08-25 11:03:43 +00:00
* [A Primer on Design Patterns ](https://leanpub.com/aprimerondesignpatterns/read ) - Rahul Batra (HTML)
2021-09-29 13:17:13 +00:00
* [Agile Planning: From Ideas to Story Cards ](https://launchschool.com/books/agile_planning ) - Launch School
2023-10-16 18:00:07 +00:00
* [Architectural Styles and the Design of Network-based Software Architectures ](https://www.ics.uci.edu/~fielding/pubs/dissertation/top.htm ) - Roy Thomas Fielding
* [Best Kept Secrets of Peer Code Review ](https://smartbear.com/lp/ebook/collaborator/secrets-of-peer-code-review/ )
2022-09-02 13:36:04 +00:00
* [Building Secure & Reliable Systems ](https://static.googleusercontent.com/media/landing.google.com/en//sre/static/pdf/Building_Secure_and_Reliable_Systems.pdf ) - Heather Adkins, Betsy Beyer, Paul Blankinship, Piotr Lewandowski, Ana Oprea, Adam Stubblefield (PDF)
2022-08-03 20:46:13 +00:00
* [Code Simplicity: The Fundamentals of Software ](https://www.codesimplicity.com/book.pdf ) - Max Kanat-Alexander (PDF)
2023-10-16 18:00:07 +00:00
* [Data-Oriented Design ](https://www.dataorienteddesign.com/dodmain/dodmain.html )
2022-10-15 22:33:25 +00:00
* [Designing Event-Driven Systems. Concepts and Patterns for Streaming Services with Apache Kafka ](https://assets.confluent.io/m/7a91acf41502a75e/original/20180328-EB-Confluent_Designing_Event_Driven_Systems.pdf ) - Ben Stopford (PDF)
2021-09-29 13:17:13 +00:00
* [Developing Reactive Microservices ](https://info.lightbend.com/COLL-20XX-Developing-Reactive-Microservices_Landing-Page.html ) (email address *requested* , not required)
2023-10-16 18:00:07 +00:00
* [Domain Driven Design Quickly ](https://www.infoq.com/minibooks/domain-driven-design-quickly )
2024-10-19 00:44:47 +00:00
* [Domain-Driven Design Reference ](https://www.domainlanguage.com/ddd/reference ) - Eric Evans (CC BY)
2021-09-29 13:17:13 +00:00
* [DSL Engineering: Designing, Implementing and Using Domain-Specific Languages ](http://dslbook.org ) - Markus Voelter
2023-10-16 18:00:07 +00:00
* [Exploring CQRS and Event Sourcing ](https://docs.microsoft.com/en-us/previous-versions/msp-n-p/jj554200(v=pandp.10 )) - Dominic Betts, Julián Domínguez, Grigori Melnik, Mani Subramanian, Fernando Simonazzi ([EPUB, PDF](https://www.microsoft.com/en-us/download/details.aspx?id=34774) - [code samples ](https://go.microsoft.com/fwlink/p/?linkid=258571 ))
2023-10-14 17:25:34 +00:00
* [Guide to the Software Engineering Body of Knowledge ](https://www.computer.org/education/bodies-of-knowledge/software-engineering/v3 ) (email address *requested* )
2023-10-16 18:00:07 +00:00
* [How to Design Programs ](https://www.htdp.org )
* [How to Write Unmaintainable Code ](https://mindprod.com/jgloss/unmain.html )
* [Kanban and Scrum - making the most of both ](https://www.infoq.com/minibooks/kanban-scrum-minibook )
2021-11-11 14:23:56 +00:00
* [Microservices AntiPatterns and Pitfalls ](http://web.archive.org/web/20210205164251/https://www.oreilly.com/programming/free/files/microservices-antipatterns-and-pitfalls.pdf ) - Mark Richards (PDF) *(:card_file_box: archived)*
* [Microservices vs. Service-Oriented Architecture ](https://www.oreilly.com/radar/microservices-vs-service-oriented-architecture/ ) - Mark Richards (HTML)
2021-09-29 13:17:13 +00:00
* [Migrating to Cloud-Native Application Architectures ](https://developers.redhat.com/books/migrating-microservice-databases-relational-monolith-distributed-data/ ) (email address *requested* ) (PDF)
* [Naked objects ](http://downloads.nakedobjects.net/resources/Pawson%20thesis.pdf ) - Richard Pawson (PDF)
* [OAuth - The Big Picture ](https://pages.apigee.com/oauth-big-picture-ebook.html ) (email address *requested* )
2023-10-16 18:00:07 +00:00
* [Object-Oriented Reengineering Patterns ](https://scg.unibe.ch/download/oorp/ ) - S. Demeyer, S. Ducasse, O. Nierstrasz
2022-08-12 13:14:00 +00:00
* [Practicing Domain-Driven Design - Part 1 ](https://leanpub.com/Practicing-DDD ) - Scott Millett *(Leanpub account or valid email requested)*
2021-09-29 13:17:13 +00:00
* [Reactive Microservices Architecture ](https://www.lightbend.com/ebooks/reactive-microservices-architecture-design-principles-for-distributed-systems-oreilly ) (email address *requested* )
* [Reactive Microsystems: The Evolution of Microservices at Scale ](https://www.lightbend.com/ebooks/reactive-microsystems-evolution-of-microservices-scalability-oreilly ) (email address *requested* )
2022-10-25 00:47:16 +00:00
* [Refactor Like a Superhero ](https://github.com/bespoyasov/refactor-like-a-superhero-online-book/blob/main/manuscript-en/README.md ) - Alex Bespoyasov
2023-10-16 18:00:07 +00:00
* [Scrum and XP from the Trenches ](https://www.infoq.com/minibooks/scrum-xp-from-the-trenches-2 )
2021-09-29 13:17:13 +00:00
* [Serverless apps: Architecture, patterns, and Azure implementation ](https://docs.microsoft.com/en-us/dotnet/standard/serverless-architecture/ )
* [Serverless Design Patterns and Best Practices ](https://www.packtpub.com/free-ebooks/serverless-design-patterns-and-best-practices ) - Brian Zambrano (Packt account *required* )
* [Shape Up - Stop Running in Circles and Ship Work that Matters ](https://basecamp.com/shapeup ) - Ryan Singer (PDF)
* [Site Reliability Engineering ](https://landing.google.com/sre/book/index.html )
2023-10-16 18:00:07 +00:00
* [Software Architecture Patterns ](https://www.oreilly.com/programming/free/software-architecture-patterns.csp ) (email address *requested* , not required)
* [Software Engineering for Internet Applications ](https://philip.greenspun.com/seia/ )
2021-09-29 13:17:13 +00:00
* [Source Making Design Patterns and UML ](https://sourcemaking.com/design_patterns )
* [Test Driven Development, Extensive Tutorial ](https://github.com/grzesiek-galezowski/tdd-ebook ) - Grzegorz Gałęzowski
2022-10-07 14:45:12 +00:00
* [The Catalog of Design Patterns ](https://refactoring.guru/design-patterns/catalog )
2022-09-02 13:36:04 +00:00
* [The Site Reliability Workbook ](https://landing.google.com/sre/workbook/toc/ ) - Betsy Beyer, Niall Richard Murphy, David K. Rensin, Kent Kawahara, Stephen Thorne
2021-09-29 13:17:13 +00:00
* [Web API Design ](https://pages.apigee.com/rs/apigee/images/api-design-ebook-2012-03.pdf ) - Brian Mulloy (PDF)
2024-10-15 15:33:22 +00:00
* [Web Browser Engineering ](https://browser.engineering/index.html ) - Pavel Panchekha, Chris Harrelson
2021-09-29 13:17:13 +00:00
* [Working with Web APIs ](https://launchschool.com/books/working_with_apis ) - Launch School
* [Your API Is Bad ](https://leanpub.com/yourapiisbad/read ) - Paddy Foran
### Standards
2023-10-16 18:00:07 +00:00
* [Linux Standard Base ](https://refspecs.linuxfoundation.org/lsb.shtml )
2021-09-29 13:17:13 +00:00
* [UNIX - The POSIX Standard - IEEE Std 1003.1 ](https://github.com/geoff-codes/posix-standard )
### Theoretical Computer Science
2023-10-16 18:00:07 +00:00
* [Building Blocks for Theoretical Computer Science ](https://mfleck.cs.illinois.edu/building-blocks/index.html ) - Margaret M. Fleck
2021-09-29 13:17:13 +00:00
* [Category Theory for Computing Science ](http://www.tac.mta.ca/tac/reprints/articles/22/tr22.pdf ) (PDF)
* [Category Theory for Programmers ](https://github.com/hmemcpy/milewski-ctfp-pdf ) - Bartosz Milewski (PDF)
2021-10-10 21:07:53 +00:00
* [Delftse Foundations of Computation ](https://textbooks.open.tudelft.nl/textbooks/catalog/book/13 ) - Stefan Hugtenburgand, Neil Yorke-Smith @ TU Delft Open (PDF)
2023-10-16 18:00:07 +00:00
* [Homotopy Type Theory: Univalent Foundations of Mathematics ](https://homotopytypetheory.org/book/ ) (PDF)
* [Introduction to Theory of Computation ](https://cglab.ca/~michiel/TheoryOfComputation/ ) - Anil Maheshwari, Michiel Smid (PDF)
* [Models of Computation ](https://cs.brown.edu/people/jes/book/ ) - John E. Savage
2023-07-12 18:49:07 +00:00
* [Principles of Programming Languages ](https://web.archive.org/web/20150418034451/http://www.cs.jhu.edu/~scott/pl/book/dist/ ) - Scott F. Smith *(:card_file_box: archived)*
2023-10-16 18:00:07 +00:00
* [Programming in Martin-Löf's Type Theory ](https://www.cse.chalmers.se/research/group/logic/book/ ) - Bengt Nordstroem
* [Programming Languages: Application and Interpretation (2nd Edition) ](https://cs.brown.edu/~sk/Publications/Books/ProgLangs/ ) - Shriram Krishnamurthi
2021-09-29 13:17:13 +00:00
* [Programming Languages: Theory and Practice ](http://people.cs.uchicago.edu/~blume/classes/aut2008/proglang/text/offline.pdf ) - Robert Harper (PDF)
2023-10-16 18:00:07 +00:00
* [Semantics with Applications: A Formal Introduction ](https://www.cs.ru.nl/~herman/onderwijs/semantics2019/wiley.pdf ) - Hanne Riis Nielson, Flemming Nielson (PDF)
2021-09-29 13:17:13 +00:00
2022-07-18 19:46:39 +00:00
### <a id="version-control-systems"></a><a id="git"></a><a id="svn"></a><a id="subversion"></a><a id="mercurial"></a>Version Control Systems
* [A git Primer ](https://danielmiessler.com/study/git/ ) - Daniel Miessler
2023-10-16 18:00:07 +00:00
* [A Visual Git Reference ](https://marklodato.github.io/visual-git-guide/index-en.html ) - Mark Lodato
* [Conversational Git ](https://blog.anvard.org/conversational-git/ ) - Alan Hohn
2022-12-04 22:16:27 +00:00
* [get-git ](https://get-git.readthedocs.io/en/latest/ ) - Arialdo Martini (HTML, PDF, EPUB)
2023-10-16 18:00:07 +00:00
* [git - the simple guide ](https://rogerdudler.github.io/git-guide/ ) - Roger Dudler (HTML)
2022-07-18 19:46:39 +00:00
* [Git cookbook ](https://git.seveas.net/about.html ) - Dennis Kaarsemaker (HTML)
2023-10-16 18:00:07 +00:00
* [Git for Computer Scientists ](https://eagain.net/articles/git-for-computer-scientists/ ) - Tommi Virtanen
2022-07-18 19:46:39 +00:00
* [Git From The Bottom Up ](https://jwiegley.github.io/git-from-the-bottom-up/ ) - J. Wiegley
2023-10-16 18:00:07 +00:00
* [Git Immersion ](https://gitimmersion.com ) - Jim Weirich (HTML)
* [Git In The Trenches ](https://cbx33.github.io/gitt/index.html ) - Peter Savage
2022-07-18 19:46:39 +00:00
* [Git internals ](https://github.com/pluralsight/git-internals-pdf/raw/master/drafts/peepcode-git.pdf ) - Scott Chacon (PDF)
2022-09-21 01:00:08 +00:00
* [Git Magic ](http://www-cs-students.stanford.edu/~blynn/gitmagic/ ) - Ben Lynn, et al. (HTML, PDF, EPUB)
2023-10-16 18:00:07 +00:00
* [Git Notes for Professionals ](https://goalkicker.com/GitBook ) - Compiled from StackOverflow Documentation (PDF)
2022-07-18 19:46:39 +00:00
* [Git Pocket Guide ](https://www.oreilly.com/library/view/git-pocket-guide/9781449327507 ) - Richard E. Silverman
2022-09-21 01:00:08 +00:00
* [Git Reference ](https://web.archive.org/web/20170602211147/http://gitref.org/ ) - The GitHub team *(:card_file_box: archived)*
2022-07-18 19:46:39 +00:00
* [Git Succinctly, Syncfusion ](https://www.syncfusion.com/resources/techportal/ebooks/git ) - Ryan Hodson (PDF, Kindle) (email address *requested* , not required)
* [Git Tutorial ](https://www.tutorialspoint.com/git/ ) - Tutorials Point (HTML, PDF)
* [Git-Tutorial For-Beginners ](https://product.hubspot.com/blog/git-and-github-tutorial-for-beginners ) - HubSpot Product Team
* [Git Workflows ](https://web.archive.org/web/20210910133251/http://documentup.com/skwp/git-workflows-book ) - Yan Pritzker *(:card_file_box: archived)*
* [Happy Git and GitHub for the useR ](https://happygitwithr.com ) - Jenny Bryan
* [Hg Init: a Mercurial Tutorial ](https://hginit.github.io ) - Joel Spolsky
* [How to Collaborate on GitHub: A mini book about collaborating on GitHub ](https://github.com/eonist/How-to-collaborate-on-github ) - André J
* [Introduction to Git and Github ](https://launchschool.com/books/git ) - Launch School
2023-10-28 03:17:05 +00:00
* [Introduction to Git and Github - Tutorial ](https://cse.unl.edu/~cbourke/gitTutorial.pdf ) - Chris Bourke (PDF)
2022-07-18 19:46:39 +00:00
* [Introduction to Git and GitHub eBook ](https://github.com/bobbyiliev/introduction-to-git-and-github-ebook ) - Bobby Iliev (Markdown, PDF)
2023-10-16 18:00:07 +00:00
* [Learn Git - Learn Version Control with Git ](https://www.git-tower.com/learn/git/ebook/command-line/introduction ) - Tobias Günther
2022-07-18 19:46:39 +00:00
* [Mercurial: The Definitive Guide ](http://hgbook.red-bean.com ) - Bryan O'Sullivan
* [Mercurial: The Definitive Guide 2nd edition ](https://book.mercurial-scm.org ) - Bryan O'Sullivan
2023-10-16 18:00:07 +00:00
* [Pro Git ](https://git-scm.com/book/en/ ) - Scott Chacon, Ben Straub (HTML, PDF, EPUB, Kindle)
2022-07-18 19:46:39 +00:00
* [Pro Git Reedited ](https://leanpub.com/progitreedited/read ) - Jon Forrest
* [Ry's Git Tutorial ](https://web.archive.org/web/20161121145226/http://rypress.com:80/tutorials/git/index ) - Ryan Hodson *(:card_file_box: archived)*
2023-10-16 18:00:07 +00:00
* [Subversion Version Control ](https://ptgmedia.pearsoncmg.com/images/0131855182/downloads/Nagel_book.pdf ) - William Nagel (PDF)
* [Think Like (a) Git: A Guide for the Perplexed ](https://think-like-a-git.net ) - Sam Livingston-Gray
2022-07-18 19:46:39 +00:00
* [Version Control with Subversion ](https://svnbook.red-bean.com/index.en.html ) - Ben Collins-Sussman, Brian W. Fitzpatrick, C. Michael Pilato
2021-09-29 13:17:13 +00:00
### Web Performance
2023-10-16 18:00:07 +00:00
* [Book of Speed ](https://www.bookofspeed.com ) - Stoyan Stefanov
* [Designing for Performance ](https://designingforperformance.com ) - Lara Hogan
2023-11-29 22:15:41 +00:00
* [High Performance Accelerated Websites ](https://thisisyuu.github.io/ebook ) - Anshul (HTML) *(:construction: in process)*
2021-09-29 13:17:13 +00:00
* [High Performance Browser Networking ](https://hpbn.co ) - Ilya Grigorik
2023-10-16 18:00:07 +00:00
* [Mature Optimization ](https://carlos.bueno.org/optimization/mature-optimization.pdf ) - Carlos Bueno (PDF)
2021-09-29 13:17:13 +00:00
### Web Services
* [RESTful Web Services ](http://restfulwebapis.org/RESTful_Web_Services.pdf ) (PDF)
### Workflow
* [Declare Peace on Virtual Machines. A guide to simplifying vm-based development on a Mac ](https://leanpub.com/declarepeaceonvms/read )