├── contributing.md └── readme.md /contributing.md: -------------------------------------------------------------------------------- 1 | # Contributing 2 | 3 | Thank you for taking the time to contribute! ♥️ Ensure your PR adheres to following guidelines: 4 | 5 | - Search included books before adding a new one, as yours may be a duplicate. 6 | - Only add books you think are great! Feel welcome to remove entries that you think aren't great! 7 | - Use the following format: `[<📕 or 📖> Name (Year)](link) - Description.` 8 | - If you can't find the year the book was written in, you can skip adding the year. 9 | - If the book is free, link to the free book and add 📖 emoji. 10 | - If the book is not free, link to the book on [goodreads.com](https://www.goodreads.com/) and add 📕 emoji. 11 | - The book should be put into its appropriate category. Pick one you think is closest if you are not sure. 12 | - Sort the books inside a category from most recent to oldest. 13 | - If you want to add a link to notes for the book, add it to Description inbetween `()`. i.e. `(Notes[link])` 14 | - Start the description with a capital and end with a full stop. 15 | - Don't start the description with `A` or `An`. 16 | - Check your spelling and grammar. 17 | - New categories or improvements to the existing categorization are welcome. 18 | - You can also add related links and repositories in the end. 19 | 20 | [All suggestions are welcome](../../edit/master/readme.md). 21 | -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- 1 | # Books [![Lists](https://img.shields.io/badge/-more%20lists-0a0a0a.svg?style=flat&colorA=0a0a0a)](https://github.com/learn-anything/curated-lists) 2 | 3 | The number after the book name stands for the year in which the book was written in. All books are put in their respective category and are sorted from newest to oldest. 📕/📖 before the books show if the book is free or not. 4 | 5 | _Please read [contribution guidelines](contributing.md) before contributing._ 6 | 7 | - [Algorithms](#algorithms) 8 | - [Architecture](#architecture) 9 | - [Art](#art) 10 | - [Autobiography](#autobiography) 11 | - [Awareness](#awareness) 12 | - [Basic Income](#basic-income) 13 | - [Biographies](#biographies) 14 | - [Biology](#biology) 15 | - [Business](#business) 16 | - [Category theory](#category-theory) 17 | - [Chemistry](#chemistry) 18 | - [Compilers](#compilers) 19 | - [Computational complexity](#computational-complexity) 20 | - [Computer graphics](#computer-graphics) 21 | - [Computer networking](#computer-networking) 22 | - [Computer science](#computer-science) 23 | - [Computer Systems](#computer-systems) 24 | - [Creativity](#creativity) 25 | - [Cybernetics](#cybernetics) 26 | - [Cryptography](#cryptography) 27 | - [Cryptocurrencies](#cryptocurrencies) 28 | - [Data Science](#data-science) 29 | - [Databases](#databases) 30 | - [Design](#design) 31 | - [Drugs](#drugs) 32 | - [Economics](#economics) 33 | - [Engineering](#engineering) 34 | - [Environment](#environment) 35 | - [Evolution](#evolution) 36 | - [Fiction](#fiction) 37 | - [Adventure](#adventure) 38 | - [Comedy](#comedy) 39 | - [Fantasy](#fantasy) 40 | - [Fantasy series](#fantasy-series) 41 | - [Short Stories](#short-stories) 42 | - [Thriller](#thriller) 43 | - [Film Making](#film-making) 44 | - [Finance](#finance) 45 | - [Fitness](#fitness) 46 | - [Functional programming](#functional-programming) 47 | - [Future](#future) 48 | - [Game Development](#game-development) 49 | - [Graphic design](#graphic-design) 50 | - [History](#history) 51 | - [Alternative history](#alternative-history) 52 | - [Investing](#investing) 53 | - [Kubernetes](#kubernetes) 54 | - [Leadership](#leadership) 55 | - [Logic](#logic) 56 | - [Machine learning](#machine-learning) 57 | - [Management](#management-) 58 | - [Math](#math) 59 | - [Memoirs](#memoirs) 60 | - [Mental health](#mental-health) 61 | - [Mindset](#mindset) 62 | - [Minimalism](#minimalism) 63 | - [Music Production](#music-production) 64 | - [Neuroscience](#neuroscience) 65 | - [Non Fiction](#non-fiction) 66 | - [Nutrition](#nutrition) 67 | - [Operating Systems](#operating-systems) 68 | - [iOS](#ios) 69 | - [Linux](#linux) 70 | - [MacOS](#macos) 71 | - [Philosophy](#philosophy) 72 | - [Physics](#physics) 73 | - [Poetry](#poetry) 74 | - [Politics](#politics) 75 | - [Programming interviews](#programming-interviews) 76 | - [Programming language design](#programming-language-design) 77 | - [Programming languages](#programming-languages) 78 | - [Assembly](#assembly) 79 | - [C](#c) 80 | - [C++](#c-1) 81 | - [D](#d) 82 | - [Go](#go) 83 | - [Clojure](#clojure) 84 | - [Haskell](#haskell) 85 | - [Java](#java) 86 | - [JavaScript](#javascript) 87 | - [Kotlin](#kotlin) 88 | - [Lisp](#lisp) 89 | - [OCaml](#ocaml) 90 | - [Perl](#perl) 91 | - [PowerShell](#powershell) 92 | - [Prolog](#prolog) 93 | - [Purescript](#purescript) 94 | - [Python](#python) 95 | - [R](#r) 96 | - [ReasonML](#reasonml) 97 | - [Ruby](#ruby) 98 | - [Rust](#rust) 99 | - [Scala](#scala) 100 | - [Smalltalk](#smalltalk) 101 | - [Swift](#swift) 102 | - [TypeScript](#typescript) 103 | - [Agda](#agda) 104 | - [Programming](#programming) 105 | - [Psychedelics](#psychedelics) 106 | - [Psychology](#psychology) 107 | - [Quantum physics](#quantum-physics) 108 | - [Regular Expressions](#regular-expressions) 109 | - [Reinforcement learning](#reinforcement-learning) 110 | - [Reverse engineering](#reverse-engineering) 111 | - [Science](#science) 112 | - [SciFi](#scifi) 113 | - [SciFi Series](#scifi-series) 114 | - [Security](#security) 115 | - [Sleep](#sleep) 116 | - [Society](#society) 117 | - [Spirituality](#spirituality) 118 | - [Startups](#startups) 119 | - [Statistics](#statistics) 120 | - [Strategy](#strategy) 121 | - [Text editors](#text-editors) 122 | - [Vim](#vim) 123 | - [Type theory](#type-theory) 124 | - [Unix](#unix) 125 | - [Version Control](#version-control) 126 | - [Git](#git) 127 | - [Visualization](#visualization) 128 | - [Writing](#writing) 129 | - [Web Development](#web-development) 130 | - [CSS](#css) 131 | - [Node](#node) 132 | - [React](#react) 133 | - [Redux](#redux) 134 | - [Webpack](#webpack) 135 | - [Web design](#web-design) 136 | - [Other](#other) 137 | 138 | ## Algorithms 139 | 140 | - [📖 Algorithm design manual (1987)](https://mimoza.marmara.edu.tr/~msakalli/cse706_12/SkienaTheAlgorithmDesignManual.pdf) 141 | - [📕 Introduction to algorithms (1990)](https://www.goodreads.com/book/show/108986.Introduction_to_Algorithms) 142 | - [📕 Algorithm design (2005)](https://www.goodreads.com/book/show/145055.Algorithm_Design) 143 | - [📖 Algorithms by Dasgupta (2006)](http://algorithmics.lsi.upc.edu/docs/Dasgupta-Papadimitriou-Vazirani.pdf) 144 | - [📖 Algorithms etc by Jeff Erickson (2015)](http://jeffe.cs.illinois.edu/teaching/algorithms/) 145 | - [📖 Algorithm design: parallel and sequential](http://www.parallel-algorithms-book.com/) 146 | - [📕 Advanced Algorithms and Data Structures in Action (2019)](https://www.goodreads.com/book/show/47316716-algorithms-and-data-structures-in-action) 147 | - [📕 Algorithms and Data Structures for Massive Datasets (2021)](https://www.manning.com/books/algorithms-and-data-structures-for-massive-datasets) 148 | 149 | ## Architecture 150 | 151 | - [📕 The Underdome Guide to Energy Reform (2015)](https://www.amazon.com/Underdome-Guide-Energy-Reform/dp/1616893974) 152 | 153 | ## Art 154 | 155 | - [📕 Drawing on the right side of the brain (1979)](https://www.goodreads.com/book/show/627206.The_New_Drawing_on_the_Right_Side_of_the_Brain) 156 | 157 | ## Autobiography 158 | 159 | - [📕 I know why the caged bird sings (1993)](https://www.goodreads.com/book/show/13214.I_Know_Why_the_Caged_Bird_Sings) 160 | - [📕 Hit Refresh (2017)](https://www.goodreads.com/book/show/30835567-hit-refresh) 161 | - [📕 Becoming (2018)](https://www.goodreads.com/book/show/38746485-becoming) 162 | 163 | ## Awareness 164 | 165 | - [📕 Last chance to see](https://www.goodreads.com/book/show/8696.Last_Chance_to_See) 166 | 167 | ## Basic Income 168 | 169 | - [📖 World After Capital (2018)](http://worldaftercapital.org/) 170 | 171 | ## Biographies 172 | 173 | - [📕 The autobiography of Malcolm X (1965)](https://www.goodreads.com/book/show/92057.The_Autobiography_of_Malcolm_X) 174 | - [📕 Napoleon bonaparte: an intimate biography (1971)](https://www.goodreads.com/book/show/22175392-napoleon-bonaparte-an-intimate-biography?rating=1) 175 | - [📕 The power broker (1974)](https://www.goodreads.com/book/show/1111.The_Power_Broker) 176 | - [📕 Surely you’re joking Mr Feynman (1984)](https://www.goodreads.com/book/show/5544.Surely_You_re_Joking_Mr_Feynman_) 177 | - [📕 The man who knew infinity: a life of the genius Ramanujan (1991)](https://www.goodreads.com/book/show/106139.The_Man_Who_Knew_Infinity) 178 | - [📕 Speak, memory (1951)](https://www.goodreads.com/book/show/30594.Speak_Memory) 179 | - [📕 Madame curie: a biography (2001)](https://www.goodreads.com/book/show/341166.Madame_Curie) 180 | - [📕 Benjamin franklin: an american life (2004)](https://www.goodreads.com/book/show/10883.Benjamin_Franklin) 181 | - [📕 Team of rivals: the political genius of Abraham Lincoln (2005)](https://www.goodreads.com/book/show/2199.Team_of_Rivals) 182 | - [📕 Einstein: his life and universe (2007)](https://www.goodreads.com/book/show/10884.Einstein) 183 | - [📕 The strangest man (2009)](https://www.goodreads.com/book/show/6629359-the-strangest-man) 184 | - [📕 Steve Jobs (2011)](https://www.goodreads.com/book/show/11084145-steve-jobs) 185 | - [📕 The Everything Store: Jeff Bezos and the Age of Amazon (2013)](https://www.goodreads.com/book/show/17660462-the-everything-store) 186 | - [📕 Elon Musk: tesla, spacex, and the quest for a fantastic future (2015)](https://www.goodreads.com/book/show/22543496-elon-musk) 187 | - [📕 Trump revealed: the definitive biography of the 45th president (2017)](https://www.goodreads.com/book/show/29906336-trump-revealed) 188 | - [📕 My Journey: Transforming Dreams into Actions by A.P.J Abdul Kalam ](https://www.goodreads.com/book/show/18371021-my-journey) 189 | 190 | ## Biology 191 | 192 | - [📕 Molecular Biology of the Cell (1983)](https://www.goodreads.com/book/show/13400.Molecular_Biology_of_the_Cell) 193 | - [📕 Rang & Dale's Pharmacology (1987)](https://www.goodreads.com/book/show/380577.Rang_Dale_s_Pharmacology) 194 | 195 | ## Business 196 | 197 | - [📕 The effective executive (1967)](https://www.goodreads.com/book/show/48019.The_Effective_Executive) 198 | - [📕 The hard things about hard things (2014)](https://www.goodreads.com/book/show/18176747-the-hard-thing-about-hard-things) 199 | - [📕 Give and take: why helping others drives our success (2014)](https://www.goodreads.com/book/show/16158498-give-and-take) 200 | - [📕 MAKE: Bootstrapper's Handbook (2018)](https://www.goodreads.com/book/show/39165640-make) 201 | - [📕 The Lean Startup (2011)](https://www.goodreads.com/book/show/10127019-the-lean-startup) 202 | 203 | ## Category theory 204 | 205 | - [📖 Category Theory for Programmers (2018)](https://github.com/hmemcpy/milewski-ctfp-pdf) 206 | - [📖 Basic Category Theory (2016)](https://arxiv.org/pdf/1612.09375.pdf) 207 | - [📖 Category Theory in Context (2016)](http://www.math.jhu.edu/~eriehl/context.pdf) 208 | - [📖 Category Theory (2006)](http://angg.twu.net/MINICATS/awodey__category_theory.pdf) 209 | 210 | ## Chemistry 211 | 212 | - [📕 Modern quantum chemistry: introduction to advanced electronic structure theory (1982)](https://www.goodreads.com/book/show/237496.Modern_Quantum_Chemistry) 213 | - [📕 Tryptamines i have known and loved: the chemistry continues (1997)](https://www.goodreads.com/book/show/271921.Tihkal) 214 | - [📕 Drugs 2.0: the web revolution that's changing how the world gets high (2013)](https://www.goodreads.com/book/show/20613641-drugs-unlimited) 215 | 216 | ## Compilers 217 | 218 | - [📕 Compilers: Principles, Techniques, and Tools (1986)](https://www.goodreads.com/book/show/703102.Compilers) 219 | - [📖 Compiler Construction by Niklaus Wirth (1996)](http://www.ethoberon.ethz.ch/WirthPubl/CBEAll.pdf) 220 | - [📕 Modern Compiler Implementation in ML (1997)](https://www.goodreads.com/book/show/258558.Modern_Compiler_Implementation_in_ML) 221 | - [📕 Advanced Compiler Design and Implementation (1997)](https://www.goodreads.com/book/show/887908.Advanced_Compiler_Design_and_Implementation) 222 | 223 | ## Computational complexity 224 | 225 | - [📕 Computational Complexity (1993)](https://www.goodreads.com/book/show/138562.Computational_Complexity) 226 | - [📖 Computational Complexity: A Modern Approach (2007)](http://theory.cs.princeton.edu/complexity/book.pdf) 227 | - [📕 The Nature of Computation (2011)](https://www.goodreads.com/book/show/3043127-the-nature-of-computation) 228 | 229 | ## Computer graphics 230 | 231 | - [📖 The book of shaders (2017)](http://thebookofshaders.com) 232 | - [📖 Computer Graphics from Scratch](https://www.gabrielgambetta.com/computer-graphics-from-scratch/index.html) 233 | 234 | ## Computer networking 235 | 236 | - [📕 TCP/IP network administration (1992)](https://www.goodreads.com/book/show/688363.TCP_IP_Network_Administration) 237 | - [📕 Tcp/IP illustrated (1993)](https://www.goodreads.com/book/show/505560.The_Protocols) 238 | - [📕 Interconnections: bridges, routers, switches, and internetworking protocols (1999)](https://www.goodreads.com/book/show/320321.Interconnections) 239 | - [📕 Computer networking: a top-down approach (2000)](https://www.goodreads.com/book/show/83847.Computer_Networking) 240 | - [📕 Unix network programming, volume 1: the sockets networking api (2003)](https://www.goodreads.com/book/show/239240.UNIX_Network_Programming_Volume_1) 241 | - [📕 TCP/IP guide (2005)](https://www.goodreads.com/book/show/505564.The_TCP_IP_Guide) 242 | - [📖 Computer Networks: A Systems Approach (2012)](https://book.systemsapproach.org/) 243 | - [📖 High performance browser networking (2013)](https://hpbn.co/) 244 | - [📖 Openssl cookbook (2015)](https://www.feistyduck.com/library/openssl%2dcookbook/online/) 245 | - [📖 Beej's guide to network programming (2016)](http://beej.us/guide/bgnet/) 246 | - [📖 Distributed Systems 3rd edition (2017)](https://www.distributed-systems.net/index.php/books/ds3/) 247 | - [📖 An introduction to computer networks](http://intronetworks.cs.luc.edu/current/html/) 248 | 249 | ## Computer science 250 | 251 | - [📕 The new Turing Omnibus (1989)](https://www.goodreads.com/book/show/964709.The_New_Turing_Omnibus) 252 | - [📖 Purely functional data structures (1996)](https://www.cs.cmu.edu/~rwh/theses/okasaki.pdf) 253 | - [📕 Introduction to the theory of computation (1996)](https://www.goodreads.com/book/show/400716.Introduction_to_the_Theory_of_Computation) 254 | - [Solutions](https://github.com/ryandougherty/Introduction-to-the-Theory-of-Computation-Solutions) 255 | - [📕 Gems of Theoretical Computer Science (1998)](https://www.goodreads.com/book/show/4715024-gems-of-theoretical-computer-science) 256 | - [📕 Types and programming languages (2002)](https://www.cis.upenn.edu/%7Ebcpierce/tapl/) 257 | - [📕 Advanced topics in types and programming languages (2004)](https://www.cis.upenn.edu/%7Ebcpierce/attapl/) 258 | - [📕 The elements of computing systems (2005)](https://www.goodreads.com/book/show/910789.The_Elements_of_Computing_Systems) 259 | - [Computer implementation](https://github.com/havivha/Nand2Tetris) 260 | - [📕 Annotated turing (2008)](https://www.goodreads.com/book/show/2333956.The_Annotated_Turing) 261 | - [📕 The nature of computation (2011)](http://www.nature-of-computation.org/) 262 | - [📖 Software foundations (2011)](https://softwarefoundations.cis.upenn.edu/current/index.html) 263 | - [📖 Introduction to data compression (2012)]() 264 | 265 | ## Computer Systems 266 | 267 | - [📖 NASA System Engineering (2007)](https://www.nasa.gov/sites/default/files/atoms/files/nasa_systems_engineering_handbook.pdf) 268 | - [📖 Distributed systems (2013)](http://book.mixu.net/distsys/) 269 | - [📕 General Systems Thinking (2015)](https://www.goodreads.com/book/show/583766.An_Introduction_to_General_Systems_Thinking) 270 | - [📕 Computer systems: a programmer’s perspective](https://www.goodreads.com/book/show/829182.Computer_Systems) 271 | 272 | ## Creativity 273 | 274 | - [📕 Creativity, inc (2014)](https://www.goodreads.com/book/show/18077903-creativity-inc) 275 | 276 | ## Cybernetics 277 | 278 | - [📕 The human use of human beings (2015)](https://www.amazon.com/Human-Use-Beings-Cybernetics-Society/dp/0306803208) 279 | - [📕 Techniques of the observer : on vision and modernity in the nineteenth… (1990)](https://www.goodreads.com/book/show/18077903-creativity-inc) 280 | 281 | ## Cryptography 282 | 283 | - [📕 The code book (1999)](https://www.goodreads.com/book/show/17994.The_Code_Book) 284 | - [📖 Engineering security (2014)](https://www.cs.auckland.ac.nz/~pgut001/pubs/book.pdf) 285 | - [📖 Graduate course in applied cryptography (2016)](https://crypto.stanford.edu/~dabo/cryptobook/draft_0_3.pdf) 286 | - [📖 Practical Cryptography for Developers (2018)](https://cryptobook.nakov.com/?q=) 287 | - [📕 Real World Cryptography](https://www.manning.com/books/real-world-cryptography) 288 | - [📕 Secret Key Cryptography](https://www.manning.com/books/secret-key-cryptography) 289 | - [📕 Implementing and Exploiting Cryptography](https://www.manning.com/books/implementing-and-exploiting-cryptography) 290 | 291 | ## Cryptocurrencies 292 | 293 | - [📖 Mastering Ethereum (2018)](https://github.com/ethereumbook/ethereumbook) 294 | 295 | ## Data Science 296 | 297 | - [📕 Designing Data-Intensive Applications (2014)](http://shop.oreilly.com/product/0636920032175.do) 298 | - [📕 Fighting Churn With Data (2020)](https://www.manning.com/books/fighting-churn-with-data) 299 | - [📕 Data Science Bookcamp (2021)](https://www.manning.com/books/data-science-bookcamp) 300 | - [📕 Effective Data Science Infrastructure (2021)](https://www.manning.com/books/effective-data-science-infrastructure) 301 | - [📕 Graph Algorithms for Data Science (2021)](https://www.manning.com/books/graph-algorithms-for-data-science) 302 | - [📕 Software Engineering for Data Scientists (2023)](https://www.manning.com/books/software-engineering-for-data-scientists) 303 | 304 | ## Databases 305 | 306 | - [📕 The data warehouse toolkit (1996)](https://www.goodreads.com/book/show/748203.The_Data_Warehouse_Toolkit) 307 | - [📕 Learn SQL in a Month of Lunches (2022)](https://www.manning.com/books/learn-sql-in-a-month-of-lunches) 308 | 309 | ## Design 310 | 311 | - [📕 The non-designer's design book (1994)](https://www.goodreads.com/book/show/41597.The_Non_Designer_s_Design_Book) 312 | - [📕 Design meets disability (2009)](https://www.goodreads.com/book/show/5982641-design-meets-disability) 313 | - [📕 The design of everyday things](https://www.goodreads.com/book/show/840.The_Design_of_Everyday_Things) 314 | - [📕 The best interface is no interface: the simple path to brilliant technology](https://www.goodreads.com/book/show/22758923-the-best-interface-is-no-interface) 315 | - [📖 The Shape of Design](https://shapeofdesignbook.com) 316 | - [📕 Alien Phenomenology or what its like to be a thing (2012)](https://www.amazon.com/Alien-Phenomenology-What-Thing-Posthumanities/dp/0816678987) 317 | - [📕 The Best Interface Is No Interface: The Simple Path to Brilliant Technology](http://www.nointerface.com/book/) 318 | - [📕 Speculative Everything (2013)](https://www.amazon.com/Speculative-Everything-Design-Fiction-Dreaming/dp/0262019841) 319 | 320 | ## Drugs 321 | 322 | - [📕 Drugged: The Science and Culture Behind Psychotropic Drugs (2013)](https://www.goodreads.com/book/show/17847528-drugged) 323 | - [📕 Anatomy of an Epidemic: Magic Bullets, Psychiatric Drugs, and the Astonishing Rise of Mental Illness in America (2011)](https://www.goodreads.com/book/show/9932847-anatomy-of-an-epidemic) 324 | - [📕 Pleasures of the Brain (2009)](https://www.goodreads.com/book/show/6777669-pleasures-of-the-brain) 325 | - [📕 A Primer of Drug Action (1975)](https://www.goodreads.com/book/show/1134902.A_Primer_of_Drug_Action) 326 | 327 | ## Economics 328 | 329 | - [📕 Capital (1867)](https://www.goodreads.com/book/show/325785.Capital_Vol_1) 330 | - [📕 Reading capital](http://davidharvey.org/reading-capital/) 331 | - [📖 Kapitalism 101](https://kapitalism101.wordpress.com/) 332 | - [📕 Imperialism, the highest stage of capitalism (1917)](https://www.goodreads.com/book/show/179609.Imperialism) 333 | - [📕 The worldly philosophers (1953)](https://www.goodreads.com/book/show/82120.The_Worldly_Philosophers) 334 | - [📕 Principles of economics (1997)](https://www.goodreads.com/book/show/1753460.Principles_of_Economics) 335 | - [📕 Introductory Econometrics: A Modern Approach (1999)](https://www.goodreads.com/book/show/390475.Introductory_Econometrics) 336 | - [📕 Microeconomics and behaviour (2000)](https://www.goodreads.com/book/show/5986495-microeconomics-and-behavior) 337 | - [📕 Debt: first 5000 years (2011)](https://www.goodreads.com/book/show/6617037-debt) 338 | - [📕 How asia works: success and failure in the world’s most dynamic region (2013)](https://www.goodreads.com/book/show/16144575-how-asia-works) 339 | - [📕 Capital in the twenty first century (2013)](https://www.goodreads.com/book/show/18736925-capital-in-the-twenty-first-century) 340 | - [📕 Economics: the user's guide (2014)](https://www.goodreads.com/book/show/20613671-economics) 341 | 342 | ## Engineering 343 | 344 | - [📕 Structures: or why things don't fall down (1978)](https://www.goodreads.com/book/show/245344.Structures) 345 | 346 | ## Evolution 347 | 348 | - [📕 The selfish gene (1976)](https://www.goodreads.com/book/show/61535.The_Selfish_Gene) 349 | - [📕 Darwin's dangerous idea (1995)](https://www.goodreads.com/book/show/2068.Darwin_s_Dangerous_Idea) 350 | - [📕 Life ascending: the ten great inventions of evolution (2009)](https://www.goodreads.com/book/show/6429264-life-ascending) 351 | 352 | ## Environment 353 | 354 | - [📕 Natural Capitalism (2001)](https://www.goodreads.com/book/show/24298924-natural-capitalism) 355 | - [📕 Reinventing Fire (2013)](https://www.goodreads.com/book/show/12742309-reinventing-fire) 356 | - [📕 Drawdown: The Most Comprehensive Plan Ever Proposed to Reverse Global Warming (2017)](https://www.drawdown.org/) 357 | - [📕 Whole Earth Discipline (2009)](https://www.amazon.com/Whole-Earth-Discipline-Ecopragmatist-Manifesto/dp/0670021210) 358 | 359 | ## Fiction 360 | 361 | - [📕 Notes from underground (1864)](https://www.goodreads.com/book/show/17876.Notes_from_Underground_White_Nights_The_Dream_of_a_Ridiculous_Man_and_Selections_from_The_House_of_the_Dead) 362 | - [📕 Crime and punishment (1866)](https://www.goodreads.com/book/show/7144.Crime_and_Punishment) 363 | - [📕 The idiot (1869)](https://www.goodreads.com/book/show/12505.The_Idiot) 364 | - [📕 The brothers karamazov (1880)](https://www.goodreads.com/book/show/4934.The_Brothers_Karamazov) 365 | - [📕 Flatland (1884)](https://www.goodreads.com/book/show/433567.Flatland) 366 | - [📕 The picture of dorian gray (1890)](https://www.goodreads.com/book/show/5297.The_Picture_of_Dorian_Gray) 367 | - [📕 The yellow wallpaper (1892)](https://www.goodreads.com/book/show/286957.The_Yellow_Wall_Paper) 368 | - [📕 The iron heel (1908)](https://www.goodreads.com/book/show/929783.The_Iron_Heel) 369 | - [📕 The ragged trousered philanthropists (1914)](https://www.goodreads.com/book/show/921359.The_Ragged_Trousered_Philanthropists) 370 | - [📕 We (1924)](https://www.goodreads.com/book/show/76171.We) 371 | - [📕 Heart of a dog (1925)](https://www.goodreads.com/book/show/113205.Heart_of_a_Dog) 372 | - [📕 The great gatsby (1925)](https://www.goodreads.com/book/show/4671.The_Great_Gatsby) 373 | - [📕 Brave new world (1932)](https://www.goodreads.com/book/show/5129.Brave_New_World) 374 | - [📕 The glass bead game (1943)](https://www.goodreads.com/book/show/16634.The_Glass_Bead_Game) 375 | - [📕 Animal farm (1945)](https://www.goodreads.com/book/show/7613.Animal_Farm) 376 | - [📕 The plague (1947)](https://www.goodreads.com/book/show/11989.The_Plague) 377 | - [📕 No longer human (1948)](http://en.wikipedia.org/wiki/No_Longer_Human) 378 | - [📕 Nineteen eighty-four (1949)](https://www.goodreads.com/book/show/5470.1984) 379 | - [📕 Bel: An essay on man in revolt (1951)](https://www.goodreads.com/book/show/11990.The_Rebel) 380 | - [📕 East of eden (1952)](https://www.goodreads.com/book/show/4406.East_of_Eden) 381 | - [📕 Fahrenheit 451 (1953)](https://www.goodreads.com/book/show/17470674-fahrenheit-451) 382 | - [📕 The doors of perception (1954)](https://www.goodreads.com/book/show/3188964-the-doors-of-perception) - Details Aldous Huxley’s own experiences when taking mescaline. 383 | - [📕 Lolita (1955)](https://www.goodreads.com/book/show/7604.Lolita) 384 | - [📕 Atlas Shrugged (1957)](https://www.goodreads.com/book/show/662.Atlas_Shrugged?ac=1&from_search=true&qid=SF9r0WrtNA&rank=1) 385 | - [📕 Doctor zhivago (1957)](https://www.goodreads.com/book/show/130440.Doctor_Zhivago) 386 | - [📕 Flowers for algernon (1959)](https://my.mindnode.com/HnYCLfb3q3xZCVswbafBfoMeDKngVCT1jaa8vYyh) 387 | - [📕 Catch-22 (1961)](https://www.goodreads.com/book/show/168668.Catch_22) 388 | - [📕 Pale fire (1962)](https://www.goodreads.com/book/show/7805.Pale_Fire) 389 | - [📕 Island (1962)](https://www.goodreads.com/book/show/5130.Island) 390 | - [📕 We have always lived in the castle (1962)](https://www.goodreads.com/book/show/89724.We_Have_Always_Lived_in_the_Castle) 391 | - [📕 One day in the life of ivan denisovich (1962)](https://www.goodreads.com/book/show/17125.One_Day_in_the_Life_of_Ivan_Denisovich) 392 | - [📕 Monday begins on saturday (1964)](https://www.goodreads.com/review/show/742548546) 393 | - [📕 Dune (1965)](https://www.goodreads.com/book/show/234225.Dune) 394 | - [📕 Stoner (1965)](https://www.goodreads.com/book/show/166997.Stoner) 395 | - [📕 Master and margarita (1967)](https://www.goodreads.com/book/show/117833.The_Master_and_Margarita) 396 | - [📕 One hundred years of solitude (1967)](https://www.goodreads.com/book/show/320.One_Hundred_Years_of_Solitude) 397 | - [📕 Slaughterhouse five (1969)](https://www.goodreads.com/book/show/4981.Slaughterhouse_Five) 398 | - [📕 Roadside picnic (1972)](https://www.goodreads.com/book/show/331256.Roadside_Picnic) 399 | - [📕 Augustus (1972)](https://www.goodreads.com/book/show/89231.Augustus) 400 | - [📕 The forever war (1974)](https://www.goodreads.com/book/show/21611.The_Forever_War) 401 | - [📕 The shining (1977)](https://www.goodreads.com/book/show/11588.The_Shining) 402 | - [📕 1978: hitchhikers guide to the galaxy](https://www.goodreads.com/series/40957-hitchhiker-s-guide-to-the-galaxy) 403 | - [📕 The soul of new machine (1981)](https://www.goodreads.com/book/show/7090.The_Soul_of_a_New_Machine) 404 | - [📕 The wasp factory (1984)](https://www.goodreads.com/book/show/567678.The_Wasp_Factory) 405 | - [📕 Blood meridian (1985)](https://www.goodreads.com/book/show/394535.Blood_Meridian_or_the_Evening_Redness_in_the_West) 406 | - [📕 The silence of the lambs (1988)](https://www.goodreads.com/book/show/23807.The_Silence_of_the_Lambs) 407 | - [📕 Geek love (1989)](https://www.goodreads.com/book/show/13872.Geek_Love) 408 | - [📕 The remains of the day (1989)](https://www.goodreads.com/book/show/28921.The_Remains_of_the_Day) 409 | - [📕 The story of B: an adventure of the mind and spirit (1996)](https://www.goodreads.com/book/show/214579.The_Story_of_B) 410 | - [📕 Infinite jest (1996)](https://www.goodreads.com/book/show/6759.Infinite_Jest) 411 | - [📕 The perks of being a wallflower (1999)](https://www.goodreads.com/book/show/22628.The_Perks_of_Being_a_Wallflower) 412 | - [📕 Cryptonomicon (1999)](https://www.goodreads.com/book/show/816.Cryptonomicon) 413 | - [📕 House of leaves (2000)](https://www.goodreads.com/book/show/24800.House_of_Leaves) 414 | - [📕 The Bug (2003)](https://www.goodreads.com/book/show/138805.The_Bug) 415 | - [📕 The road (2006)](https://www.goodreads.com/book/show/6288.The_Road) 416 | - [📖 The metamorphosis of prime intellect (2007)](http://localroger.com/prime-intellect/mopiidx.html) 417 | - [📕 The passage (2010)](https://www.goodreads.com/series/53226-the-passage) 418 | - [📖 Harry potter and the methods of rationality (2015)](https://hpmor.com/) 419 | - [📖 Unsong (2017)](http://unsongbook.com/) 420 | 421 | ### Adventure 422 | 423 | - [📕 The count of monte cristo (1844)](https://www.goodreads.com/book/show/7126.The_Count_of_Monte_Cristo) 424 | 425 | ### Comedy 426 | 427 | - [📕 A confederacy of dunces (1980)](https://www.goodreads.com/book/show/310612.A_Confederacy_of_Dunces) 428 | 429 | ### Fantasy 430 | 431 | - [📕 The stand (1978)](https://www.goodreads.com/book/show/149267.The_Stand) 432 | - [📕 American gods (2001)](https://www.goodreads.com/book/show/30165203-american-gods) 433 | - [📕 The night circus (2011)](https://www.goodreads.com/book/show/9361589-the-night-circus) 434 | 435 | #### Fantasy series 436 | 437 | - [📕 A song of ice and fire](https://www.goodreads.com/series/43790-a-song-of-ice-and-fire) 438 | - [📕 The stormlight archive](https://www.goodreads.com/series/49075-the-stormlight-archive) 439 | - [📕 The wheel of time](https://www.goodreads.com/series/41526-the-wheel-of-time) 440 | 441 | ### Short Stories 442 | 443 | - [📖 Alice in Wonderland (1865)](https://www.holloway.com/g/alice-in-wonderland) 444 | - [📕 Ficciones (1941-1956)](https://www.goodreads.com/book/show/426504.Ficciones) 445 | - [📕 The little prince (1943)](https://www.goodreads.com/book/show/157993.The_Little_Prince) 446 | - [📖 The last question (1956)](https://www.goodreads.com/book/show/4808763-the-last-question) 447 | - [📕 Franz kafka: the complete stories (1971)](https://www.goodreads.com/book/show/22904.The_Complete_Stories) 448 | - [📕 Understand (1991)](https://www.goodreads.com/book/show/7234685-understand) 449 | - [📕 Story of your life (1998)](https://www.goodreads.com/book/show/223380.Stories_of_Your_Life_and_Others) 450 | - [📖 The fable of the dragon-tyrant (2005)](http://www.nickbostrom.com/fable/dragon.html) 451 | 452 | ### Thriller 453 | 454 | - [📕 And then there were none (1939)](https://www.goodreads.com/book/show/16299.And_Then_There_Were_None) 455 | 456 | ## Film Making 457 | 458 | - [📕 On film making: an introduction to the craft of the director (2005)](https://www.goodreads.com/book/show/875419.On_Filmmaking) 459 | 460 | ## Finance 461 | 462 | - [📕 The richest man in babylon (1926)](https://www.goodreads.com/book/show/1052.The_Richest_Man_in_Babylon) 463 | - [📕 Rich dad poor dad (1997)](https://www.goodreads.com/book/show/69571.Rich_Dad_Poor_Dad) 464 | 465 | ## Fitness 466 | 467 | - [📕 Starting strength: basic barbell training (2005)](https://www.goodreads.com/book/show/2098799.Starting_Strength) 468 | 469 | ## Functional programming 470 | 471 | - [📕 Pearls of Functional Algorithm Design (2010)](https://www.goodreads.com/book/show/8693802-pearls-of-functional-algorithm-design) 472 | - [📖 Mostly adequate guide to FP (in JavaScript)](https://drboolean.gitbooks.io/mostly-adequate-guide-old/content/) 473 | 474 | ## Future 475 | 476 | - [📕 The second machine age (2014)](https://www.goodreads.com/book/show/23316526-the-second-machine-age) 477 | 478 | ## Game Development 479 | 480 | - [📕 Tricks of the 3D game programming gurus-advanced 3D graphics and rasterisation (2003)](https://www.goodreads.com/book/show/2042298.Tricks_of_the_3D_Game_Programming_Gurus) 481 | - [📕 Game Engine Architecture Book (2018)](https://www.gameenginebook.com/) 482 | - [📕 Game programming patterns](http://gameprogrammingpatterns.com/) 483 | 484 | ## Graphic design 485 | 486 | - [📕 The elements of typographic style (1992)](https://www.goodreads.com/book/show/44735.The_Elements_of_Typographic_Style) 487 | - [📕 Logo design love (2015)](https://www.goodreads.com/book/show/6728983-logo-design-love) 488 | 489 | ## History 490 | 491 | - [📕 The souls of black folk (1903)](https://www.goodreads.com/book/show/318742.The_Souls_of_Black_Folk) 492 | - [📕 Gravity’s rainbow (1973)](https://www.goodreads.com/book/show/415.Gravity_s_Rainbow) 493 | - [📕 The gulag archipelago (1973)](https://www.goodreads.com/book/show/70561.The_Gulag_Archipelago_1918_1956) 494 | - [📕 American slavery, american freedom (1975)](https://www.goodreads.com/book/show/43365.American_Slavery_American_Freedom) 495 | - [📕 A people’s history of the united states (1980)](https://www.goodreads.com/book/show/2767.A_People_s_History_of_the_United_States) 496 | - [📕 Hackers: Heroes of the Computer Revolution (1984)](https://www.goodreads.com/book/show/56829.Hackers) 497 | - [📕 The making of atomic bomb (1986)](https://www.goodreads.com/book/show/16884.The_Making_of_the_Atomic_Bomb) 498 | - [📕 Lenin's tomb: the last days of the soviet empire (1993)](https://www.goodreads.com/book/show/113206.Lenin_s_Tomb) 499 | - [📕 Why the allies won (1995)](https://www.goodreads.com/book/show/831378.Why_the_Allies_Won) 500 | - [📕 Lies my teacher told me (1995)](https://www.goodreads.com/book/show/296662.Lies_My_Teacher_Told_Me) 501 | - [📕 Guns, germs, and steel: the fates of human societies (1997)](https://www.goodreads.com/book/show/1842.Guns_Germs_and_Steel) 502 | - [📕 Two hundred years together (2002)](https://www.goodreads.com/book/show/28008677-200-years-together-two-hundred-years-together?rating=2) 503 | - [📕 Masters of doom (2003)](https://www.goodreads.com/book/show/222146.Masters_of_Doom) 504 | - [📕 Stalin: the court of the red tsar (2003)](https://www.goodreads.com/book/show/282108.Stalin) 505 | - [The Third Reich trilogy (2003-2008)](https://www.goodreads.com/book/show/3761596-the-third-reich-at-war) 506 | - [📕 The coming of the third reich](https://www.goodreads.com/book/show/319473.The_Coming_of_the_Third_Reich) 507 | - [📕 The third reich in power](https://www.goodreads.com/book/show/536788.The_Third_Reich_in_Power) 508 | - [📕 The third reich at war](https://www.goodreads.com/book/show/3761596-the-third-reich-at-war) 509 | - [📕 Sapiens: a brief history of humankind (2011)](https://www.goodreads.com/book/show/23692271-sapiens) 510 | - [📕 The origins of political order (2011)](https://www.goodreads.com/book/show/9704856-the-origins-of-political-order) 511 | - [📕 The idea factory: bell labs and the great age of american innovation (2012)](https://www.goodreads.com/book/show/11797471-the-idea-factory) 512 | - [📕 Memory Machines: The Evolution of Hypertext (2013)](https://www.goodreads.com/book/show/17867988) 513 | - [📕 The sixth extinction: an unnatural history (2014)](https://www.goodreads.com/book/show/17910054-the-sixth-extinction) 514 | - [📕 Political order and political decay (2014)](https://www.goodreads.com/book/show/20575435-political-order-and-political-decay) 515 | - [📕 Conquerors: how portugal forged the first global empire (2015)](https://www.goodreads.com/book/show/25255039-conquerors) 516 | - [📕 Homo deus: a brief history of tomorrow (2015)](https://www.goodreads.com/book/show/31138556-homo-deus) 517 | - [📕 Beyond Germs: Native Depopulation in North America (2015)](https://www.goodreads.com/book/show/25362826-beyond-germs) 518 | 519 | ### Alternative history 520 | 521 | - [📕 The man in the high castle (1962)](https://www.goodreads.com/book/show/216363.The_Man_in_the_High_Castle) 522 | 523 | ## Investing 524 | 525 | - [📕 The intelligent investor (1949)](https://www.goodreads.com/book/show/106835.The_Intelligent_Investor) 526 | 527 | ## Kubernetes 528 | 529 | - [📕 Kubernetes: Up & Running (2016)](https://www.goodreads.com/book/show/26759355-kubernetes) 530 | - [📕 Getting Started with Kubernetes (2020 early-access)](https://www.manning.com/books/getting-started-with-kubernetes) 531 | - [📕 Securing Kubernetes Secrets (2021 early-access)](https://www.manning.com/books/securing-kubernetes-secrets) 532 | - [📕 Kubeflow in Action (2021 early-access)](https://www.manning.com/books/kubeflow-in-action) 533 | - [📕 Kubernetes on Windows (2021 early-access)](https://www.manning.com/books/kubernetes-on-windows) 534 | - [📕 Learn Kubernetes in a Month of Lunches (2021 early-access)](https://www.manning.com/books/learn-kubernetes-in-a-month-of-lunches) 535 | - [📕 Kubernetes in Action, Second Edition](https://www.manning.com/books/kubernetes-in-action-second-edition) 536 | - [📕 Acing the Certified Kubernetes Administrator Exam](https://www.manning.com/books/acing-the-certified-kubernetes-administrator-exam) 537 | 538 | ## Leadership 539 | 540 | - [📕 The Five Dysfunctions of a Team: A Leadership Fable (2002)](https://www.goodreads.com/book/show/21343.The_Five_Dysfunctions_of_a_Team) 541 | 542 | ## Logic 543 | 544 | - [📖 Introduction to Lambda Calculus (2000)](http://www.cse.chalmers.se/research/group/logic/TypesSS05/Extra/geuvers.pdf) 545 | - [📖 The Haskell road to logic, math and programming (2004)](https://fldit-www.cs.uni-dortmund.de/~peter/PS07/HR.pdf) 546 | - [📖 Logicomix (2008)](https://www.scribd.com/document/98921232/Bertrand-Russell-Logicomix) 547 | - [forallx: Cambridge (2017)](http://people.ds.cam.ac.uk/tecb2/forallx.shtml) - Covers both truth-functional logic and first-order logic, introducing students to semantics and to a Fitch-style natural deduction system. 548 | 549 | ## Machine learning 550 | 551 | - [📕 Paradigms of artificial intelligence programming (1991)](http://norvig.com/paip.html) 552 | - [📕 Artificial intelligence a modern approach (1994)](https://www.goodreads.com/book/show/27543.Artificial_Intelligence) 553 | - [📕 Machine learning (1997)](http://www.cs.cmu.edu/~tom/mlbook.html) 554 | - [📖 The quest for artificial intelligence - a history of ideas and achievements (2009)](http://ai.stanford.edu/~nilsson/QAI/qai.pdf) 555 | - [📕 Introduction to artificial intelligence (2011)](https://www.goodreads.com/book/show/11328752-introduction-to-artificial-intelligence) 556 | - [📕 Machine learning: a probabilistic perspective (2012)](https://www.goodreads.com/book/show/15857489-machine-learning) 557 | - [📖 The Nature of Code (2012)](http://natureofcode.com/book/) 558 | - [📕 Superintelligence: paths, dangers, strategies (2014)](https://www.goodreads.com/book/show/20527133-superintelligence) 559 | - [📖 Understanding machine learning: from theory to algorithms (2014)](http://www.cs.huji.ac.il/%7Eshais/UnderstandingMachineLearning/understanding-machine-learning-theory-algorithms.pdf) 560 | - [📖 Neural Networks and Deep Learning (2015)](http://neuralnetworksanddeeplearning.com/index.html) 561 | - [📕 Deep Larning with Python (2017)](https://www.goodreads.com/book/show/33986067-deep-learning-with-python) 562 | - [📕 Tensorflow machine learning cookbook (2017)](https://www.packtpub.com/big-data-and-business-intelligence/tensorflow-machine-learning-cookbook) 563 | - [Code](https://github.com/nfmcclure/tensorflow_cookbook) 564 | - [📕 Hands-On Machine Learning with Scikit-Learn and TensorFlow (2017)](https://www.goodreads.com/book/show/32899495-hands-on-machine-learning-with-scikit-learn-and-tensorflow) 565 | - [📕 Machine Learning with Go (2017)](https://www.packtpub.com/big-data-and-business-intelligence/machine-learning-go) - Build simple, maintainable, and easy to deploy machine learning applications. 566 | - [📖 Interpretable Machine Learning (2018)](https://christophm.github.io/interpretable-ml-book/index.html) 567 | - [📖 Deep learning](http://www.deeplearningbook.org/) 568 | - [📖 Interpretable machine learning (2018)](https://christophm.github.io/interpretable-ml-book/) - Explaining the decisions and behavior of machine learning models. 569 | - [📕 How Machine Learning Works (2019)](https://www.manning.com/books/how-machine-learning-works)- An introduction to both ML's practice and math foundations in a non-threatning approach. 570 | - [Code](https://github.com/Mostafa-Samir/How-Machine-Learning-Works) 571 | - [📕 Grokking Deep Learning (2019)](https://www.goodreads.com/book/show/31565758-grokking-deep-learning) 572 | - [📕 MachineLearningWithTensorFlow2ed (2020)](https://www.manning.com/books/machine-learning-with-tensorflow-second-edition) - Book on general purpose machine learning techniques regression, classification, unsupervised clustering, reinforcement learning, auto encoders, convolutional neural networks, RNNs, LSTMs, using TensorFlow 1.14.1. 573 | - [📕 Machine Learning Bookcamp (2020)](https://www.manning.com/books/machine-learning-bookcamp) - Project-based approach to learning machine learning. 574 | - [📕 Trust in Machine Learning (2021)](https://www.manning.com/books/trust-in-machine-learning) - Book about how to build machine learning systems that are explainable, robust, transparent, and optimized for fairness. 575 | - [📖 Distributed Machine Learning Patterns (2023)](https://github.com/terrytangyuan/distributed-ml-patterns) - Distributed machine learning system patterns. 576 | 577 | ## Management 578 | 579 | - [📕 The mythical man-month (1975)](https://www.goodreads.com/book/show/13629.The_Mythical_Man_Month) 580 | - [Notes](https://github.com/andrewwoz/the-mythical-man-month-notes) 581 | - [📕 High output management (1983)](https://www.goodreads.com/book/show/324750.High_Output_Management) 582 | - [📕 The essential drucker](https://www.goodreads.com/book/show/48016.The_Essential_Drucker) 583 | 584 | ## Math 585 | 586 | - [📖 A mathematician's apology (1940)](https://www.math.ualberta.ca/mss/misc/A%20Mathematician's%20Apology.pdf) 587 | - [📕 Handbook of mathematics (1945)](https://www.goodreads.com/book/show/1904487.Handbook_of_Mathematics) 588 | - [📕 Fantasia mathematica (1958)](https://www.goodreads.com/book/show/74703.Fantasia_Mathematica) 589 | - [📕 Gödel's proof (1958)](https://www.goodreads.com/book/show/695429.G_del_s_Proof) 590 | - [📕 Sphereland (1965)](https://www.goodreads.com/book/show/469314.Sphereland) 591 | - [📖 Topology from a differentiable viewpoint (1965)](http://www.maths.ed.ac.uk/~aar/papers/milnortop.pdf) 592 | - [📖 An introduction to commutative algebra (1969)](http://wstein.org/edu/2010/581b/books/atiyah-macdonald-introduction_to_commutative_algebra.pdf) 593 | - [📕 Mathematics made difficult (1972)](https://www.goodreads.com/book/show/3693042-mathematics-made-difficult) 594 | - [📖 A course in arithmetic (1973)](https://www.math.purdue.edu/~lipman/MA598/Serre-Course%20in%20Arithmetic.pdf) 595 | - [📖 Introductory functional analysis with applications (1978)](http://www-personal.acfr.usyd.edu.au/spns/cdm/resources/Kreyszig%20-%20Introductory%20Functional%20Analysis%20with%20Applications.pdf) 596 | - [📕 A book of abstract algebra (1982)](https://www.goodreads.com/book/show/8295305-a-book-of-abstract-algebra) 597 | - [📕 To mock a mockingbird (1985)](https://www.goodreads.com/book/show/194769.To_Mock_a_Mockingbird_and_Other_Logic_Puzzles) 598 | - [📖 Proofs and types (1989)](http://www.paultaylor.eu/stable/prot.pdf) 599 | - [📕 Primes of the Form X2 + Ny2: Fermat, Class Field Theory, and Complex Multiplication (1989)](https://www.goodreads.com/book/show/507227.Primes_of_the_Form_X2_Ny2) 600 | - [📕 Algebraic Number Theory (1992)](https://www.goodreads.com/book/show/4556825-algebraic-number-theory) 601 | - [📕 Concrete mathematics (1994)](https://www.goodreads.com/book/show/112243.Concrete_Mathematics) 602 | - [📕 How to prove it (1994)](https://www.goodreads.com/book/show/739735.How_to_Prove_It) 603 | - [📕 Linear algebra done right (1995)](https://www.goodreads.com/book/show/309768.Linear_Algebra_Done_Right) 604 | - [📕 Algebraic Curves and Riemann Surfaces (1995)](https://www.goodreads.com/book/show/1279700.Algebraic_Curves_and_Riemann_Surfaces) 605 | - [📕 Visual complex analysis (1997)](https://www.goodreads.com/book/show/149800.Visual_Complex_Analysis) 606 | - [📕 Conceptual Mathematics: A First Introduction To Categories (1997)](https://www.goodreads.com/book/show/1511125.Conceptual_Mathematics) 607 | - [📕 Geometry and the imagination (1999)](https://www.goodreads.com/book/show/719289.Geometry_and_the_Imagination) 608 | - [📕 Combinatorial Optimization: Polyhedra and Efficiency (2002)](https://www.goodreads.com/book/show/1186653.Combinatorial_Optimization) 609 | - [📖 Sets for Mathematics (2003)](http://patryshev.com/books/Sets%20for%20Mathematics.pdf) 610 | - [📕 A first course in linear algebra (2004)](http://linear.ups.edu/) 611 | - [📕 The art of problem solving (2006)](https://www.goodreads.com/book/show/2872282-the-art-of-problem-solving-volume-1) 612 | - [📕 The princeton companion to mathematics (2008)](https://www.goodreads.com/book/show/1471873.The_Princeton_Companion_to_Mathematics) 613 | - [📕 Visual group theory (2009)](https://www.goodreads.com/book/show/7629307-visual-group-theory-maa-classroom-resource-materials) 614 | - [📕 Algebra: Chapter 0 (2009)](https://www.goodreads.com/book/show/6829004) 615 | - [📕 Essentials of discrete mathematics (2009)](https://www.goodreads.com/book/show/12132668-essentials-of-discrete-mathematics) 616 | - [📕 Computational Topology: An Introduction (2010)](https://www.goodreads.com/book/show/7518301-computational-topology) 617 | - [📕 Foundations of analysis (2012)](https://www.goodreads.com/book/show/682044.Foundations_of_Mathematical_Analysis) 618 | - [📖 Homotopy type theory (2013)](https://hott.github.io/book/nightly/hott-online-1075-g3c53219.pdf) 619 | - [📖 The napkin project (2017)](https://usamo.files.wordpress.com/2017/02/napkin-2017-02-15.pdf) 620 | - [📖 Mathematics for computer science (2017)](https://courses.csail.mit.edu/6.042/spring17/mcs.pdf) 621 | - [📖 Immersive linear algebra (2017)](http://immersivemath.com/ila/index.html) 622 | - [📕 Programmer's Introduction to Mathematics (2018)](https://pimbook.org/) 623 | - [📕 Physically based rendering: from theory to implementation](http://www.pbrt.org/) 624 | - [📕 Invitation to ergodic theory](http://bookstore.ams.org/stml-42) 625 | - [📖 Abstract Algebra: Theory and Applications](http://abstract.ups.edu/download/aata-20160809-sage-7.3.pdf) 626 | - [📖 Linear algebra](http://joshua.smcvt.edu/linearalgebra/book.pdf) 627 | 628 | ## Memoirs 629 | 630 | - [📕 Walden (1854)](https://www.goodreads.com/book/show/16902.Walden) 631 | - [📕 The world of yesterday (1942)](https://www.goodreads.com/book/show/629429.The_World_of_Yesterday) 632 | - [📕 On writing (2000)](https://www.goodreads.com/book/show/10569.On_Writing) 633 | - [📕 A thousand tiny failures: memoirs of a pickup artist (2014)](https://www.goodreads.com/book/show/18711276-a-thousand-tiny-failures) 634 | 635 | ## Mental health 636 | 637 | - [📕 Trauma and Madness in Mental Health Services (2018)](https://www.goodreads.com/book/show/39878261-trauma-and-madness-in-mental-health-services) 638 | 639 | ## Mindset 640 | 641 | - [📕 Tao te ching (6th century BC)](https://www.goodreads.com/book/show/67896.Tao_Te_Ching) 642 | - [📕 Meditations (161)](https://www.goodreads.com/book/show/30659.Meditations) 643 | - [📕 The Zen Teaching of Huang Po: On the Transmission of Mind (857)](https://www.goodreads.com/book/show/276779.The_Zen_Teaching_of_Huang_Po) 644 | - [📕 Siddhartha (1922)](https://www.goodreads.com/book/show/52036.Siddhartha) 645 | - [📕 How to win friends and influence people (1936)](https://www.goodreads.com/book/show/4865.How_to_Win_Friends_and_Influence_People) 646 | - [📕 Think and grow rich (1937)](https://www.goodreads.com/book/show/30186948-think-and-grow-rich) 647 | - [📕 The stranger (1942)](https://www.goodreads.com/book/show/49552.The_Stranger) 648 | - [📕 Man’s search for meaning (1946)](https://www.goodreads.com/book/show/4069.Man_s_Search_for_Meaning) 649 | - [📖 The wisdom of insecurity: a message for an age of anxiety (1951)](https://antilogicalism.files.wordpress.com/2017/07/wisdom-of-insecurity.pdf) 650 | - [📕 The first and last freedom (1954)](https://www.goodreads.com/book/show/64710.The_First_and_Last_Freedom) 651 | - [📕 The way of zen (1957)](https://www.goodreads.com/book/show/514210.The_Way_of_Zen) 652 | - [📕 The book on the taboo against knowing who you are (1966)](https://www.goodreads.com/book/show/60551.The_Book_on_the_Taboo_Against_Knowing_Who_You_Are) 653 | - [📕 Zen Mind, Beginner's Mind: Informal Talks on Zen Meditation and Practice (1970)](https://www.goodreads.com/book/show/402843.Zen_Mind_Beginner_s_Mind) 654 | - [📕 Be here now (1971)](https://www.goodreads.com/book/show/29254.Be_Here_Now) 655 | - [📕 The Way of the Bodhisattva (1971)](https://www.goodreads.com/book/show/301928.The_Way_of_the_Bodhisattva) 656 | - [📕 The inner game of tennis (1974)](https://www.goodreads.com/book/show/905.The_Inner_Game_of_Tennis) 657 | - [📕 The 7 habits of highly effective people (1989)](https://www.goodreads.com/book/show/36072.The_7_Habits_of_Highly_Effective_People) 658 | - [📕 The Zen Teaching of Bodhidharma (1989)](https://www.goodreads.com/book/show/238863.The_Zen_Teaching_of_Bodhidharma) 659 | - [📕 Peace is every step (1990)](https://www.goodreads.com/book/show/14572.Peace_Is_Every_Step) 660 | - [📖 Mindfulness in plain english (1992)](http://misc.equanimity.info/downloads/mindfulness_in_plain_english.pdf) 661 | - [📕 Mastery: the keys to success and long term fulfilment (1992)](https://www.goodreads.com/book/show/81940.Mastery) 662 | - [📕 The Four Noble Truths (1992)](https://www.goodreads.com/book/show/25103623-the-four-noble-truths) 663 | - [📕 No Ajahn Chah: Reflections (1994)](https://www.goodreads.com/book/show/1948802.No_Ajahn_Chah) 664 | - [📕 The Art of Happiness (1998)](https://www.goodreads.com/book/show/38210.The_Art_of_Happiness) 665 | - [📕 The Quantum and the Lotus (2000)](https://www.goodreads.com/book/show/222652.The_Quantum_and_the_Lotus) 666 | - [📕 Emptiness dancing (2004)](https://www.goodreads.com/book/show/190055.Emptiness_Dancing) 667 | - [📕 Mindfulness, Bliss, and Beyond: A Meditator's Handbook (2006)](https://www.goodreads.com/book/show/206625.Mindfulness_Bliss_and_Beyond) 668 | - [📕 Eating animals (2009)](https://www.goodreads.com/book/show/6604712-eating-animals) 669 | - [📕 The happiness advantage (2010)](https://www.goodreads.com/book/show/9484114-the-happiness-advantage) 670 | - [📕 Models (2011)](https://www.goodreads.com/book/show/12633800-models) 671 | - [📕 Mastery (2012)](https://www.goodreads.com/book/show/13589182-mastery) 672 | - [📕 A mind for numbers: how to excel at math and science (2014)](https://www.goodreads.com/book/show/18693655-a-mind-for-numbers) 673 | - [📕 Spaciousness: The Radical Dzogchen of the Vajra-Heart: Longchenpa's Treasury of the Dharmadhatu (2014)](https://www.goodreads.com/book/show/22783031-spaciousness) 674 | - [📕 Waking up: a guide to spirituality without religion (2014)](https://www.goodreads.com/book/show/18774981-waking-up) 675 | - [📕 Deep Work: Rules for Focused Success in a Distracted World (2016)](https://www.goodreads.com/book/show/25744928) 676 | - [📕 The Subtle Art of Not Giving a F*ck: A Counterintuitive Approach to Living a Good Life(2016)](https://www.goodreads.com/book/show/28257707-the-subtle-art-of-not-giving-a-f-ck) 677 | - [📕 The Daily Stoic: 366 Meditations for Clarity, Effectiveness, and Serenity (2016)](https://www.goodreads.com/book/show/29093292-the-daily-stoic) 678 | - [📖 Concentration and meditation](http://krishnamurti.abundanthope.org/index_htm_files/Concentration-and-Meditation.pdf) 679 | 680 | ## Minimalism 681 | 682 | - [📕 Goodbye, Things: The New Japanese Minimalism (2017)](https://www.goodreads.com/book/show/30231806-goodbye-things) 683 | 684 | ## Music production 685 | 686 | - [📕 Harmony for Computer Musicians (2010)](https://www.goodreads.com/book/show/8441567-harmony-for-computer-musicians) 687 | 688 | ## Neuroscience 689 | 690 | - [📕 The man who mistook his wife for a hat (1985)](https://www.goodreads.com/book/show/63697.The_Man_Who_Mistook_His_Wife_for_a_Hat_and_Other_Clinical_Tales) 691 | - [📕 Descartes' error (1994)](https://www.goodreads.com/book/show/103867.Descartes_Error) 692 | - [📕 The Body Electric: Electromagnetism and the Foundation of Life (1998)](https://www.goodreads.com/book/show/277641.The_Body_Electric) 693 | - [📕 Principles of neural science (2000)](https://www.goodreads.com/book/show/826396.Principles_of_Neural_Science) 694 | - [📕 Molecular basis of neuropharmacology: a foundation for clinical neuroscience (2001)](https://www.goodreads.com/book/show/818044.Molecular_Basis_of_Neuropharmacology) 695 | - [📕 Synaptic self: how our brains become who we are (2002)](https://www.goodreads.com/book/show/151132.Synaptic_Self) 696 | - [📕 The Brain That Changes Itself (2007)](https://www.goodreads.com/book/show/570172.The_Brain_That_Changes_Itself) 697 | 698 | ## Non Fiction 699 | 700 | - [📕 Homage to catalonia (1938)](https://www.goodreads.com/book/show/9646.Homage_to_Catalonia) 701 | - [📕 Into thin air (1997)](https://www.goodreads.com/book/show/1898.Into_Thin_Air) 702 | - [📕 Damned lies and statistics (2001)](https://www.goodreads.com/book/show/51289.Damned_Lies_and_Statistics) 703 | - [📕 Coders at work: reflections on the craft of programming (2009)](https://www.goodreads.com/book/show/6713575-coders-at-work) 704 | 705 | ## Nutrition 706 | 707 | - [📕 Advanced Nutrition and Human Metabolism (1995)](https://www.goodreads.com/book/show/1387387.Advanced_Nutrition_and_Human_Metabolism_With_Infotrac_) 708 | - [📕 The Poor, Misunderstood Calorie: Calories Proper (2012)](https://www.goodreads.com/book/show/15874542-the-poor-misunderstood-calorie) 709 | - [📕 Gut: The Inside Story of Our Body’s Most Underrated Organ (2014)](https://www.goodreads.com/book/show/23013953-gut) 710 | - [📕 How not to die (2015)](https://www.goodreads.com/book/show/25663961-how-not-to-die) 711 | 712 | ## Operating Systems 713 | 714 | - [📕 Operating system concepts (1983)](https://www.goodreads.com/book/show/83833.Operating_System_Concepts) 715 | - [📕 Modern operating systems (1992)](https://www.goodreads.com/book/show/166195.Modern_Operating_Systems) 716 | - [📕 Programming with Posix Threads (1993)](https://www.goodreads.com/book/show/987956.Programming_with_Posix_Threads) 717 | - [📖 An efficient implementation of fundamental operating system services (1992)](http://valerieaurora.org/synthesis/SynthesisOS/ch1.html) 718 | - [📖 Operating Systems: From 0 to 1](https://github.com/tuhdo/os01) 719 | - [📖 intermezzOS](https://intermezzos.github.io/book/second-edition/) 720 | 721 | ### iOS 722 | 723 | - [📕 iOS 10 programming fundamentals with swift (2015)](http://shop.oreilly.com/product/0636920055211.do) 724 | 725 | ### Linux 726 | 727 | - [📕 How linux works (2014)](https://www.goodreads.com/book/show/514432.How_Linux_Works) 728 | - [📖 linux-insides](https://0xax.gitbooks.io/linux-insides/content/index.html) 729 | 730 | ### MacOS 731 | 732 | - [📕 Mac OS X and IOS Internals: To the Apple's Core, Volume 1 User Mode (2015)](https://www.goodreads.com/book/show/24730644-mac-os-x-and-ios-internals) 733 | 734 | ## Philosophy 735 | - [📖 Tao of Seneca Volume 1 (1925)](https://tim.blog/wp-content/uploads/2017/07/taoofseneca_vol1-1.pdf) 736 | - [📖 Tao of Seneca Volume 2 (1925)](https://tim.blog/wp-content/uploads/2017/07/taoofseneca_vol2.pdf) 737 | - [📖 Tao of Seneca Volume 3 (1925)](https://tim.blog/wp-content/uploads/2017/07/taoofseneca_vol3.pdf) 738 | - [📕 Godel, escher, bach (1979)](https://www.goodreads.com/book/show/24113.G_del_Escher_Bach) - Explores fundamental concepts of mathematics, symmetry and intelligence and how they interlink. 739 | - [Lecture notes](https://ocw.mit.edu/high-school/humanities-and-social-sciences/godel-escher-bach/lecture-notes/) 740 | - [Course on the book](https://www.youtube.com/playlist?list=PL068ES-0ca9CSIp5OPGI5RXB3k5XgYRxF) 741 | - [Python implementation of formal systems from the book](https://github.com/alexprengere/FormalSystems) 742 | - [📕 Prometheus rising (1983)](https://www.goodreads.com/book/show/28597.Prometheus_Rising) 743 | - [📕 Finite and infinite games (1986)](https://www.goodreads.com/book/show/189989.Finite_and_Infinite_Games) 744 | - [📕 The stuff of thought (2007)](https://www.goodreads.com/book/show/373969.The_Stuff_of_Thought) 745 | 746 | ## Physics 747 | 748 | - [📕 Relativity: the special and the general theory (1916)](https://www.goodreads.com/book/show/15852.Relativity) 749 | - [📕 University physics with modern physics](https://my.mindnode.com/1M2ZVqow9pgJ95qwCH7hnwFWdRL8sDcMQqx5b3z9) 750 | - [Notes](http://web.sbu.edu/physics/courses/physics-203p.pdf) 751 | - [📕 Nonlinear dynamics and chaos (1994)](https://www.goodreads.com/book/show/116164.Nonlinear_Dynamics_and_Chaos) 752 | - [📕 Pale blue dot (1994)](https://www.goodreads.com/book/show/61663.Pale_Blue_Dot) 753 | - [📕 Black holes and time warps (1994)](https://www.goodreads.com/book/show/17362.Black_Holes_Time_Warps) 754 | - [📕 The fabric of the cosmos (2004)](https://www.goodreads.com/book/show/22435.The_Fabric_of_the_Cosmos) 755 | - [📕 Fields of colour: the theory that escaped Einstein (2010)](https://www.goodreads.com/book/show/13485212-fields-of-color) 756 | - [📕 The theoretical minimum (2013)](https://www.goodreads.com/book/show/13587145-the-theoretical-minimum) 757 | - [📖 The feynman lectures on physics (2013)](http://feynmanlectures.caltech.edu/) 758 | 759 | ## Poetry 760 | 761 | - [📕 Letters to a Young Poet (1929)](https://www.goodreads.com/book/show/46199) 762 | 763 | ## Politics 764 | 765 | - [📕 The road to serfdom (1944)](https://www.goodreads.com/book/show/299215.The_Road_to_Serfdom) 766 | - [📕 The anatomy of the state (1974)](https://www.goodreads.com/book/show/6613404-anatomy-of-the-state) 767 | - [📕 Understanding power: the indispensable chomsky (2002)](https://www.goodreads.com/book/show/194805.Understanding_Power) 768 | - [📕 The dictator's handbook: why bad behaviour is almost always good politics (2011)](https://www.goodreads.com/book/show/11612989-the-dictator-s-handbook) 769 | - [📕 The democracy project: a history, a crisis, a movement (2013)](https://www.goodreads.com/book/show/13330433-the-democracy-project) 770 | 771 | ## Programming interviews 772 | 773 | - [📕 Cracking the coding interview (2008)](https://www.goodreads.com/book/show/12544648-cracking-the-coding-interview) 774 | - [Solutions in swift](https://github.com/careercup/CtCI-6th-Edition-Swift) 775 | - [📕 Elements of programming interviews (2012)](https://www.goodreads.com/book/show/16253895-elements-of-programming-interviews) 776 | - [Solutions in Go](https://github.com/mykoweb/epi-go) 777 | - [Solutions in Python](https://github.com/akshaykumar90/sparkling-water) 778 | - [Solutions in Java](https://github.com/qtstc/Elements-of-Programming-Interviews-Java-Solution) 779 | - [solutions in c++](https://github.com/adnanaziz/epicode) 780 | 781 | ## Programming language design 782 | 783 | - [📖 Beautiful racket](http://beautifulracket.com/) 784 | 785 | ## Programming languages 786 | 787 | - [📖 Programming languages: application and interpretation (2012)](http://cs.brown.edu/courses/cs173/2012/book/book.pdf) 788 | - [📖 Crafting interpreters (2012)](http://www.craftinginterpreters.com/introduction.html) 789 | 790 | ### Assembly 791 | 792 | - [📖 Assembly language succinctly (2014)](https://www.syncfusion.com/resources/techportal/details/ebooks/assemblylanguage) 793 | 794 | ### C 795 | 796 | - [📕 The C programming language (1975)](https://www.goodreads.com/book/show/515601.The_C_Programming_Language) 797 | - [📕 21st century C (2014)](http://shop.oreilly.com/product/0636920033677.do) 798 | - [📖 Modern C (2019)](https://gforge.inria.fr/frs/download.php/latestfile/5298/ModernC.pdf) 799 | 800 | ### C++ 801 | 802 | - [📕 C++ core guidelines (2017)](https://github.com/isocpp/CppCoreGuidelines/blob/master/CppCoreGuidelines.md) 803 | - [📕 A Tour of C++ (2013)](https://www.goodreads.com/book/show/18197265-a-tour-of-c) - Very concise, updates readers with prior knowledge of C++ to modern C++11. 804 | - [📕 Beginning C++ Through Game Programming (2004)](https://www.goodreads.com/book/show/852335.Beginning_C_Through_Game_Programming) 805 | 806 | ### Clojure 807 | 808 | - [📕 Elements of Clojure (2017)](https://www.goodreads.com/book/show/31159768-elements-of-clojure) 809 | - [📕 Clojure in Action (2015)](https://www.manning.com/books/clojure-in-action-second-edition) 810 | - [📕 Joy of Clojure (2014)](https://www.manning.com/books/the-joy-of-clojure-second-edition) - Quite deep, not for beginners, but superb in combination with "Clojure in Action". 811 | 812 | ### D 813 | 814 | - [📕 The D programming language (2010)](http://amzn.to/1ZTDmqH) 815 | - [📖 Programming in D (2015)](http://ddili.org/ders/d.en/index.html) 816 | 817 | ### Go 818 | 819 | - [📖 Network programming with Go (2012)](https://jan.newmarch.name/go/) 820 | - [📖 The little go book (2014)](http://openmymind.net/The-Little-Go-Book/) 821 | - [📖 Go in action (2015)](https://github.com/iMarcoGovea/books/blob/master/golang/go-in-action.pdf) 822 | - [📖 Go in action, Second Edition (2022)](https://www.manning.com/books/go-in-action-second-edition) 823 | - [📕 The go programming language (2015)](https://www.goodreads.com/book/show/25080953-the-go-programming-language) 824 | - [Notes](https://github.com/namit/The-Go-Programming-Language) 825 | - [📖 Go 101 (2018)](https://go101.org/article/101.html) 826 | - [📖 Web app with go - anti text book](https://thewhitetulip.gitbooks.io/webapp-with-golang-anti-textbook/content/) 827 | - [📖 Build web application with golang](https://github.com/astaxie/build-web-application-with-golang/blob/master/en/preface.md) 828 | - [Multiple Language Versions](https://github.com/astaxie/build-web-application-with-golang#multiple-language-versions) 829 | - [📖 Learn Concurrent Programming with Go (2022)](https://www.manning.com/books/learn-concurrent-programming-with-go) 830 | - [📖 Learn Go with Pocket-Sized Projects (2023)](https://www.manning.com/books/learn-go-with-pocket-sized-projects) 831 | 832 | ### Haskell 833 | 834 | - [📖 Learn You a Haskell for Great Good! (2011)](http://learnyouahaskell.com/) 835 | - [📖 Write you a Haskell (2014)](http://dev.stephendiehl.com/fun/) 836 | - [Implementation in code](https://github.com/AlphaMarc/WYAH) 837 | - [📕 Programming in Haskell (2016)](https://www.goodreads.com/book/show/912217.Programming_in_Haskell) 838 | - [📕 Haskell in Depth (2018)](https://www.manning.com/books/haskell-in-depth) - Explores the important language features and programming skills you’ll need to build production-quality software using Haskell. 839 | - [📕 Thinking with Types (2018)](https://leanpub.com/thinking-with-types) - Type-Level Programming in Haskell. 840 | - [📕 The Haskell School of Music (2018)](https://www.goodreads.com/book/show/18299474-the-haskell-school-of-music) 841 | 842 | ### Java 843 | 844 | - [📕 Effective java (2001)](https://www.goodreads.com/book/show/105099.Effective_Java_Programming_Language_Guide) 845 | - [Code examples](https://github.com/marhan/effective-java-examples) 846 | - [Notes](https://github.com/jwongo/effectivejava) 847 | - [📖 Data structures and algorithms in java (2003)](http://coltech.vnu.edu.vn/~sonpb/DSA/Data%20Structures%20and%20Algorithms%20in%20Java,%206th%20Edition,%202014.pdf) 848 | - [📕 Java concurrency in practice (2006)](http://jcip.net/) 849 | - [📖 Introduction to programming in java: an interdisciplinary approach (2008)](http://introcs.cs.princeton.edu/java/home/chapter1.pdf) 850 | - [📕 Java 8 in action (2014)](https://www.goodreads.com/book/show/20534354-java-8-in-action) 851 | - [📕 Test-driven Java development (2015)](https://www.goodreads.com/book/show/26333479-test-driven-java-development) 852 | - [📕 Java SE 11 Programmer I Certification Guide (2020 early-access)](https://www.manning.com/books/java-se-11-programmer-i-certification-guide) 853 | - [📕 Java by Comparison (2018)](https://www.goodreads.com/book/show/39339133-java-by-comparison) 854 | - [Code examples](https://github.com/javabycomparison/samplecode) 855 | - [📕 Java: The Complete Reference (2011)](https://www.goodreads.com/book/show/12545373-java) 856 | 857 | ### JavaScript 858 | 859 | - [📖 You don’t know JS](https://github.com/getify/You-Dont-Know-JS) 860 | - [📖 Up and going](https://github.com/getify/You-Dont-Know-JS/tree/master/up%20%26%20going) 861 | - [📖 Scope and closures](https://github.com/getify/You-Dont-Know-JS/blob/master/scope%20&%20closures/readme.md#you-dont-know-js-scope--closures) 862 | - [📖 This and object prototypes](https://github.com/getify/You-Dont-Know-JS/blob/master/this%20&%20object%20prototypes/readme.md#you-dont-know-js-this--object-prototypes) 863 | - [📖 Types and grammar](https://github.com/getify/You-Dont-Know-JS/blob/master/types%20&%20grammar/readme.md#you-dont-know-js-types--grammar) 864 | - [📖 Async and performance](https://github.com/getify/You-Dont-Know-JS/blob/master/async%20&%20performance/readme.md#you-dont-know-js-async--performance) 865 | - [📖 ES6 and beyond](https://github.com/getify/You-Dont-Know-JS/blob/master/es6%20&%20beyond/readme.md#you-dont-know-js-es6--beyond) 866 | - [📖 Exploring js](http://exploringjs.com/) 867 | - [📖 Builder Book: Build a Full Stack JavaScript Web App from Scratch (2018)](https://builderbook.org) 868 | - [📖 The JavaScript way (2017)](https://leanpub.com/thejsway) 869 | - [📖 Learning JavaScript design patterns (2015)](https://addyosmani.com/resources/essentialjsdesignpatterns/book/) 870 | - [📕 Secrets of the JavaScript Ninja (2013)](https://www.goodreads.com/book/show/4373732-secrets-of-the-javascript-ninja) 871 | - [📕 Effective JavaScript: 68 specific ways to harness the power of JavaScript (2012)](https://www.goodreads.com/book/show/13705402-effective-javascript) 872 | - [📖 Eloquent JavaScript (2011)](http://eloquentjavascript.net/00_intro.html) 873 | - [📕 JavaScript: The Good Parts (2008)](https://www.goodreads.com/book/show/2998152-javascript) 874 | - [📕 Tiny Node Projects (2022)](https://www.manning.com/books/tiny-node-projects) 875 | 876 | ### Kotlin 877 | 878 | - [📖 Elements of Kotlin (2021)](https://commonsware.com/Kotlin/pages/index) 879 | - [📖 The Joy of Kotlin (2019)](https://livebook.manning.com/book/the-joy-of-kotlin/about-this-book/) 880 | - [📕 Head First Kotlin (2019)](https://www.goodreads.com/book/show/40014285-head-first-kotlin) 881 | - [📖 Kotlin in Action (2017)](https://livebook.manning.com/book/kotlin-in-action/about-this-book/) 882 | 883 | ### Lisp 884 | 885 | - [📕 The little schemer (1974)](https://mitpress.mit.edu/books/little-schemer) 886 | - [📕 Lisp in small pieces (1994)](https://pages.lip6.fr/Christian.Queinnec/WWW/LiSP.html) 887 | - [📖 Practical Common Lisp (2005)](http://www.gigamonkeys.com/book/) 888 | 889 | ### OCaml 890 | 891 | - [📖 Real World OCaml (2018)](http://dev.realworldocaml.org/) 892 | 893 | ### Perl 894 | 895 | - [📖 Modern Perl (2016)](http://modernperlbooks.com/books/modern_perl_2016/index.html) 896 | 897 | ### PowerShell 898 | 899 | - [📕 Learn PowerShell in a Month of Lunches, Linux and macOS Edition (2019)](https://www.manning.com/books/learn-powershell-in-a-month-of-lunches-linux-and-macos-edition) 900 | 901 | ### Prolog 902 | 903 | - [📖 The Power of Prolog (2018)](https://www.metalevel.at/prolog) 904 | - [📖 Logic Programming with Prolog (2005)](https://drive.uqu.edu.sa/_/fbshareef/files/textbook.pdf) 905 | 906 | ### Purescript 907 | 908 | - [📖 Purescript book (2017)](https://github.com/paf31/purescript-book) 909 | 910 | ### Python 911 | 912 | - [📕 Python essential reference (1999)](https://www.goodreads.com/book/show/6666430-python-essential-reference) 913 | - [📖 Dive into python 3 (2004)](http://www.diveintopython3.net/) 914 | - [📖 Problem solving with algorithms and data structures using python (2005)](http://interactivepython.org/runestone/static/pythonds/index.html) 915 | - [📖 Python cookbook (2011)](https://d.cxcore.net/Python/Python_Cookbook_3rd_Edition.pdf) 916 | - [📕 Data structures and algorithms in python (2013)](https://www.goodreads.com/book/show/13838796-data-structures-and-algorithms-in-python) 917 | - [📕 Test driven development with python (2014)](https://www.goodreads.com/book/show/17912811-test-driven-web-development-with-python) 918 | - [📕 Effective python (2015)](https://www.goodreads.com/book/show/23020812-effective-python) 919 | - [📕 Fluent python (2015)](https://www.goodreads.com/book/show/22800567-fluent-python) 920 | - [📖 Think Python: How to Think Like a Computer Scientist (2015)](https://greenteapress.com/thinkpython2/html/index.html) 921 | - [📖 Inside the python virtual machine (2017)](https://leanpub.com/insidethepythonvirtualmachine) 922 | - [📖 Full Speed Python (2018)](https://github.com/joaoventura/full-speed-python) 923 | - [📖 Automate the boring stuff with python](https://automatetheboringstuff.com/) 924 | - [📕 Practices of the Python Pro (2020)](https://www.goodreads.com/book/show/45361469-practices-of-the-python-pro) 925 | - [📕 A Pythonic Adventure (2022)](https://github.com/stjepanjurekovic/books/edit/master/readme.md) - children friendly 926 | - [📕 Twisted Python Projects (2023)](https://www.manning.com/books/twisted-python-projects) - children friendly 927 | 928 | ### R 929 | 930 | - [📖 R for Data Science (2017)](http://r4ds.had.co.nz/) 931 | 932 | ### ReasonML 933 | 934 | - [📖 Exploring ReasonML (2018)](http://reasonmlhub.com/exploring-reasonml/toc.html) 935 | 936 | ### Ruby 937 | 938 | - [📕 The well grounded rubyist (2009)](https://www.goodreads.com/book/show/3892688-the-well-grounded-rubyist) 939 | - [📕 Eloquent ruby (2011)](https://www.goodreads.com/book/show/9364729-eloquent-ruby) 940 | - [📕 Practical object oriented design in ruby (2012)](https://www.goodreads.com/book/show/13507787-practical-object-oriented-design-in-ruby) 941 | - [Code solutions](https://github.com/skmetz/poodr) 942 | - [Notes](https://github.com/jordanpoulton/practical_object_oriented_design_in_ruby) 943 | - [Go implementation](https://github.com/nathany/go-poodr) 944 | - [📕 Confident ruby (2013)](https://www.goodreads.com/book/show/15847933-confident-ruby) 945 | 946 | ### Rust 947 | 948 | - [📖 Rust by example](http://rustbyexample.com/) 949 | - [📖 The rust programming language](https://doc.rust-lang.org/book/) 950 | - [📖 The rustonomicon](https://doc.rust-lang.org/nomicon/) 951 | - [📖 Discovery](https://rust-embedded.github.io/discovery/#scope) - Discover the world of microcontrollers through Rust. 952 | - [📖 Rust and WebAssembly (2018)](https://rustwasm.github.io/book/) 953 | 954 | ### Scala 955 | 956 | - [📕 Functional programming in scala (2014)](https://www.manning.com/books/functional-programming-in-scala) 957 | 958 | ### Smalltalk 959 | 960 | - [📕 Smalltalk best practice patterns (1997)](https://www.goodreads.com/book/show/781561.Smalltalk_Best_Practice_Patterns) 961 | 962 | ### Swift 963 | 964 | - [📖 Swift programming language (2014)](https://developer.apple.com/library/content/documentation/Swift/Conceptual/Swift_Programming_Language/) 965 | - [Swift Cheat sheet](https://github.com/jugend/swift-cheat-sheet) 966 | - [📕 Hacking with macOS (2018)](https://www.hackingwithswift.com/store/hacking-with-macos) 967 | 968 | ### TypeScript 969 | 970 | - [📕 Effective TypeScript: 62 Specific Ways to Improve Your TypeScript (2019)](https://www.goodreads.com/book/show/48570456) 971 | - [Notes](https://github.com/danvk/effective-typescript) 972 | - [📖 Typescript deep dive](https://basarat.gitbooks.io/typescript/) 973 | - [📖 SaaS Boilerplate Book: Build a Production-Ready SaaS Web App from Scratch (2020)](https://builderbook.org/book) 974 | - [📖 The Concise TypeScript Book](https://github.com/gibbok/typescript-book/) 975 | 976 | ### Agda 977 | 978 | - [📖 Programming Language Foundations in Agda (2018)](https://plfa.github.io/) 979 | 980 | ## Programming 981 | 982 | - [📕 The art of computer programming (1968-)](https://www.goodreads.com/book/show/112239.The_Art_of_Computer_Programming_Volumes_1_3_Boxed_Set) 983 | - [📕 The psychology of computer programming (1971)](https://www.goodreads.com/book/show/1660754.The_Psychology_of_Computer_Programming) 984 | - [📕 The elements of programming style (1974)](https://www.goodreads.com/book/show/454039.The_Elements_of_Programming_Style) 985 | - [📕 Software reliability: principles and practices (1976)](https://www.goodreads.com/book/show/2383920.Software_Reliability) 986 | - [📖 Structure and interpretation of computer programs (1979)](http://sarabander.github.io/sicp/html/index.xhtml) 987 | - [SICP in Emacs Lisp](https://github.com/zv/SICP-guile) 988 | - [📖 Mindstorms: children, computers, and powerful ideas (1980)](http://mindstorms.media.mit.edu/) 989 | - [📖 Communicating sequential processes (1985)](http://www.usingcsp.com/cspbook.pdf) 990 | - [📕 The art of the metaobject protocol (1991)](https://www.goodreads.com/book/show/274495.The_Art_of_the_Metaobject_Protocol) 991 | - [📖 Code: hidden language of computer hardware and software (1999)](https://bobcarp.files.wordpress.com/2014/07/code-charles-petzold.pdf) 992 | - [📕 The pragmatic programmer (1999)](https://www.goodreads.com/book/show/4099.The_Pragmatic_Programmer) 993 | - [📕 The practice of programming (1999)](https://www.goodreads.com/book/show/1032758.The_Practice_of_Programming) 994 | - [📕 Refactoring (1999)](https://www.goodreads.com/book/show/44936.Refactoring) 995 | - [📕 How to design programs (2001)](https://www.goodreads.com/book/show/1119079.How_to_Design_Programs) 996 | - [📕 Computer Systems: A Programmer's Perspective (2002)](https://www.goodreads.com/book/show/829182.Computer_Systems) 997 | - [📕 Inside the machine (2006)](https://www.goodreads.com/book/show/610830.Inside_the_Machine) 998 | - [📕 Clean code (2008)](https://www.goodreads.com/book/show/3735293-clean-code) 999 | - [📕 Design concepts in programming (2008)](https://www.goodreads.com/book/show/4412222-design-concepts-in-programming-languages) 1000 | - [📕 Apprenticeship patterns (2010)](https://www.goodreads.com/book/show/5608045-apprenticeship-patterns) 1001 | - [📕 The art of readable code: simple and practical techniques for writing better code (2011)](https://www.goodreads.com/book/show/8677004-the-art-of-readable-code) 1002 | - [📕 Programming in the large with design patterns (2012)](https://www.goodreads.com/book/show/16418148-programming-in-the-large-with-design-patterns) 1003 | - [📕 Dynamic Programming and Optimal Control (2012)](http://www.athenasc.com/dpbook.html) 1004 | - [📕 The Software Craftsman: Professionalism, Pragmatism, Pride (2014)](https://www.goodreads.com/book/show/23215733-the-software-craftsman) 1005 | - [📖 How These Things Work (2016)](http://reasonablypolymorphic.com/book/preface) 1006 | - [📕 Introduction to the Theory of Complex Systems (2018)](https://www.goodreads.com/book/show/40404857-introduction-to-the-theory-of-complex-systems) 1007 | - [📖 Composing programs](http://www.composingprograms.com/) 1008 | - [📕 Designing APIs with Swagger and OpenAPI (early-access)](https://www.manning.com/books/designing-apis-with-swagger-and-openapi) - A hands-on primer for describing, planning and designing web APIs. 1009 | - [📕 API Design Patterns](https://www.manning.com/books/api-design-patterns) - A collection of best practices and design standards for web and internal APIs. 1010 | - [📕 Street Coder (2021)](https://www.goodreads.com/book/show/56986386-street-coder) - Programmer's survival guide, full of tips, tricks, and hacks that will make you a more efficient programmer. 1011 | - [📕 Good Code, Bad Code (2021)](https://www.goodreads.com/book/show/56771599-good-code-bad-code?ac=1&from_search=true&qid=lOLevP7XTs&rank=1) - Book about writing code that is robust, reliable, and easy for team members to understand and adapt. 1012 | - [📕 Software Mistakes and tradeoff: How to make good programming decision (2021)](https://www.manning.com/books/software-mistakes-and-tradeoffs) - Optimize the decisions that define your code by exploring the common mistakes and intentional tradeoffs made by expert developers. 1013 | - [📕 Parallel and High-Performance Computing (2021)](https://www.manning.com/books/parallel-and-high-performance-computing) - A book that offers techniques guaranteed to boost your code’s effectiveness. 1014 | - [📕 The Programmer's Brain (2021)](https://www.manning.com/books/the-programmers-brain) - A book that teaches the concrete techniques rooted in cognitive science that will improve the way you learn and think about code. 1015 | - [📕 Designing APIs with Swagger and OpenAPI (early-access)](https://www.manning.com/books/designing-apis-with-swagger-and-openapi) 1016 | - [📕 Street Coder (2021)](https://www.goodreads.com/book/show/56986386-street-coder) - Programmer's survival guide, full of tips, tricks, and hacks that will make you a more efficient programmer. 1017 | - [📕 Good Code, Bad Code (2021)](https://www.goodreads.com/book/show/56771599-good-code-bad-code?ac=1&from_search=true&qid=lOLevP7XTs&rank=1) - Book about writing code that is robust, reliable, and easy for team members to understand and adapt. 1018 | - [📕 Software Mistakes and tradeoff: How to make good programming decision (2021)](https://www.manning.com/books/software-mistakes-and-tradeoffs) - Optimize the decisions that define your code by exploring the common mistakes and intentional tradeoffs made by expert developers. 1019 | - [📕 Parallel and High-Performance Computing (2021)](https://www.manning.com/books/parallel-and-high-performance-computing) - A book that offers techniques guaranteed to boost your code’s effectiveness. 1020 | - [📕 The Art of Unit Testing, Third Edition (2021)](https://www.manning.com/books/the-art-of-unit-testing-third-edition) - A book that guides you step by step from your first simple unit tests to building complete test sets that are maintainable, readable, and trustworthy. 1021 | - [📕 The Creative Programmer (2022)](https://www.manning.com/books/the-creative-programmer) - Book about creative problem solving in programming. 1022 | 1023 | ## Psychedelics 1024 | 1025 | - [📖 LSD: My Problem Child (1979)](https://www.erowid.org/library/books_online/lsd_my_problem_child) 1026 | - [📕 Tryptamine Palace: 5-MeO-DMT and the Sonoran Desert Toad (2009)](https://www.goodreads.com/book/show/5519081-tryptamine-palace) 1027 | - [📖 Tryptamines I Have Known And Loved: The Chemistry Continues](https://erowid.org/library/books_online/tihkal/tihkal.shtml) 1028 | - [📕 The invisible landscape: mind, hallucinogens, and the i ching (1994)](https://www.goodreads.com/book/show/191375.The_Invisible_Landscape) 1029 | - [📖 The Cosmic Serpent: DNA and the origins of knowledge (1998)](https://www.indybay.org/uploads/2011/04/17/cosmicserp.pdf) 1030 | - [📕 Breaking open the head (2002)](https://www.goodreads.com/book/show/1815.Breaking_Open_the_Head) 1031 | - [📕 Supernatural: meetings with the ancient teachers of mankind (2005)](https://www.goodreads.com/book/show/53324.Supernatural) 1032 | 1033 | ## Psychology 1034 | 1035 | - [📖 Fundamentals of Psychological Disorders](https://opentext.wsu.edu/abnormal-psych/) 1036 | - [📕 Thinking, Fast and Slow (2011)](https://www.goodreads.com/book/show/11468377-thinking-fast-and-slow) 1037 | - [📕 On intelligence (2004)](https://www.goodreads.com/book/show/27539.On_Intelligence) 1038 | - [📕 Influence: the psychology of persuasion (1984)](https://www.goodreads.com/book/show/28815.Influence) 1039 | 1040 | ## Quantum physics 1041 | 1042 | - [📕 Quantum: A Guide for the Perplexed (2003)](https://www.goodreads.com/book/show/100034.Quantum) 1043 | 1044 | ## Regular Expressions 1045 | 1046 | - [📕 Regular expressions cookbook (2009)](https://www.goodreads.com/book/show/6125777-regular-expressions-cookbook) 1047 | - [📖 Python re(gex)? (2020)](https://learnbyexample.github.io/py_regular_expressions/) 1048 | - [📖 JavaScript RegExp (2020)](https://learnbyexample.github.io/learn_js_regexp/) 1049 | - [📖 Ruby Regexp (2020)](https://learnbyexample.github.io/Ruby_Regexp/) 1050 | 1051 | ## Reinforcement learning 1052 | 1053 | - [📖 Reinforcement Learning: An Introduction (2018)](http://www.incompleteideas.net/book/bookdraft2018jan1.pdf) 1054 | 1055 | ## Reverse engineering 1056 | 1057 | - [📖 Reverse Engineering for Beginners (2018)](https://beginners.re/RE4B-EN.pdf) 1058 | 1059 | ## Science 1060 | 1061 | - [📕 The structure of scientific revolutions (1962)](https://www.goodreads.com/book/show/61539.The_Structure_of_Scientific_Revolutions) 1062 | - [📕 Cosmos (1980)](https://www.goodreads.com/book/show/55030.Cosmos) 1063 | - [📕 A brief history of time (1988)](https://www.goodreads.com/book/show/3869.A_Brief_History_of_Time) 1064 | - [📕 The demon-haunted world (1995)](https://www.goodreads.com/book/show/17349.The_Demon_Haunted_World) 1065 | - [📕 A short history of nearly everything (2003)](https://www.goodreads.com/book/show/21.A_Short_History_of_Nearly_Everything) 1066 | - [📕 What if? (2014)](https://www.goodreads.com/book/show/21413662-what-if) 1067 | 1068 | ## Scifi 1069 | 1070 | - [📕 The sirens of titan (1959)](https://www.goodreads.com/book/show/4982.The_Sirens_of_Titan) 1071 | - [📕 Stranger in a strange land (1961)](https://www.goodreads.com/book/show/350.Stranger_in_a_Strange_Land) 1072 | - [📕 Cat’s cradle (1963)](https://www.goodreads.com/book/show/135479.Cat_s_Cradle) 1073 | - [📕 Do androids dream of electric sheep? (1968)](https://www.goodreads.com/book/show/7082.Do_Androids_Dream_of_Electric_Sheep_) 1074 | - [📕 Ubik (1969)](https://www.goodreads.com/book/show/22590.Ubik) 1075 | - [📕 The mote in god's eye (1974)](https://www.goodreads.com/book/show/100365.The_Mote_in_God_s_Eye) 1076 | - [📕 Neuromancer (1984)](https://www.goodreads.com/book/show/22328.Neuromancer) 1077 | - [📕 Ender’s game (1985)](https://www.goodreads.com/book/show/375802.Ender_s_Game) 1078 | - [📕 The player of games (1988)](https://www.goodreads.com/book/show/18630.The_Player_of_Games) 1079 | - [📕 A fire upon the deep (1992)](https://www.goodreads.com/book/show/77711.A_Fire_Upon_the_Deep) 1080 | - [📕 Snow crash (1992)](https://www.goodreads.com/book/show/830.Snow_Crash) 1081 | - [📕 Permutation city (1994)](https://www.goodreads.com/book/show/156784.Permutation_City) 1082 | - [📕 The diamond age (1995)](https://www.goodreads.com/book/show/827.The_Diamond_Age) 1083 | - [📕 The martian (2011)](https://www.goodreads.com/book/show/18007564-the-martian) 1084 | - [📕 Golden son (2015)](https://www.goodreads.com/book/show/18966819-golden-son) 1085 | - [📕 The dispossessed](https://www.goodreads.com/book/show/13651.The_Dispossessed) 1086 | - [📕 Blindsight](https://www.goodreads.com/book/show/48484.Blindsight) 1087 | 1088 | ### SciFi Series 1089 | 1090 | - [📕 The baroque cycle](https://www.goodreads.com/series/49317-the-baroque-cycle) 1091 | - [📕 Hyperion cantos](https://www.goodreads.com/series/40461-hyperion-cantos) 1092 | - [📕 The dark tower](https://www.goodreads.com/series/40750-the-dark-tower) 1093 | - [📕 Foundation](https://www.goodreads.com/series/59386-foundation-publication-order) 1094 | - [📕 Red rising](https://www.goodreads.com/book/show/15839976-red-rising) 1095 | - [📕 Culture](https://www.goodreads.com/series/49118-culture) 1096 | - [📕 Rama](https://www.goodreads.com/book/show/112537.Rendezvous_with_Rama) 1097 | 1098 | ## Security 1099 | 1100 | - [📕 The database hacker’s handbook (2005)](https://www.goodreads.com/book/show/369905.The_Database_Hacker_s_Handbook) - Most detailed book available for attacking databases (covers basic through advanced topics). 1101 | - [📕 A guide to kernel exploitation (2010)](https://www.goodreads.com/book/show/9224826-a-guide-to-kernel-exploitation) - Advanced exploitation of a range of operating systems. 1102 | - [📕 The tangled web (2011)](https://www.goodreads.com/book/show/11553604-the-tangled-web) - Detailed look at the foundations of web protocols followed by a thorough examination of their weakness. 1103 | - [📖 The web application hackers handbook (2014)](https://leaksource.files.wordpress.com/2014/08/the-web-application-hackers-handbook.pdf) 1104 | - [📕 The browser hacker's handbook (2014)](https://www.goodreads.com/book/show/17891588-the-browser-hacker-s-handbook) - A detailed look into many web security topics. 1105 | - [📕 Security Engineering (2020)](https://www.goodreads.com/book/show/3268675-security-engineering) - A look into many security topics. 1106 | 1107 | 1108 | ## Sleep 1109 | 1110 | - [📕 Why We Sleep: Unlocking the Power of Sleep and Dreams (2017)](https://www.goodreads.com/book/show/34466963-why-we-sleep) 1111 | 1112 | ## Society 1113 | 1114 | - [📕 The utopia of rules (2015)](https://www.goodreads.com/book/show/22245334-the-utopia-of-rules) 1115 | 1116 | ## Spirituality 1117 | 1118 | - [📕 The Quantum and the Lotus: A Journey to the Frontiers Where Science and Buddhism Meet (2000)](https://www.goodreads.com/book/show/222652.The_Quantum_and_the_Lotus) 1119 | - [📕 Journey of souls: case studies of life between lives (1994)](https://www.goodreads.com/book/show/104979.Journey_of_Souls) 1120 | 1121 | ## Startups 1122 | 1123 | - [📕 Running Lean (2012)](https://www.goodreads.com/book/show/13078769-running-lean) 1124 | - [📕 Zero to one (2014)](https://www.goodreads.com/book/show/18050143-zero-to-one) 1125 | - [📕 Just fucking ship (2014)](https://www.goodreads.com/book/show/23700819-just-fucking-ship) 1126 | 1127 | ## Statistics 1128 | 1129 | - [📕 The visual display of quantitative information (1983)](https://www.goodreads.com/book/show/17744.The_Visual_Display_of_Quantitative_Information) 1130 | - [📕 Bayesian Data Analysis (1995)](https://www.goodreads.com/book/show/619590.Bayesian_Data_Analysis) 1131 | - [📖 The elements of statistical learning (2001)](http://statweb.stanford.edu/%7Etibs/ElemStatLearn/printings/ESLII_print10.pdf) 1132 | - [📖 All of statistics (2004)](http://www.stat.cmu.edu/~larry/all-of-statistics/) 1133 | - [📕 Introduction to bayesian statistics (2007)](https://www.goodreads.com/book/show/2378169.Introduction_to_Bayesian_Statistics) 1134 | - [📖 Think bayes: bayesian statistics made simple (2012)](http://www.greenteapress.com/thinkbayes/thinkbayes.pdf) 1135 | - [📖 An introduction to statistical learning: with applications in r (2013)](http://www-bcf.usc.edu/%7Egareth/ISL/) 1136 | - [📕 Statistical rethinking: a bayesian course with examples in R and Stan (2015)](http://xcelab.net/rm/statistical-rethinking/) 1137 | - [Lectures](https://www.youtube.com/playlist?list=PLDcUM9US4XdMdZOhJWJJD4mDBMnbTWw_z) 1138 | - [📖 Computational and inferential thinking (2017)](https://www.inferentialthinking.com/) 1139 | - [📕 Statistics Playbook (early Access - 2022)](https://www.manning.com/books/statistics-playbook) 1140 | 1141 | ## Strategy 1142 | 1143 | - [📕 The art of war (~ 500 BC)](https://www.goodreads.com/book/show/10534.The_Art_of_War) 1144 | 1145 | ## Text editors 1146 | 1147 | - [📖 Build Your Own Text Editor](https://viewsourcecode.org/snaptoken/kilo/) 1148 | 1149 | ### Vim 1150 | 1151 | - [📕 Practical vim: Edit Text at the Speed of Thought (2012)](https://www.goodreads.com/book/show/13607232-practical-vim) 1152 | - [Notes](https://github.com/gitig/Practical-Vim-Notes) 1153 | - [📖 Learn Vimscript the Hard Way](http://learnvimscriptthehardway.stevelosh.com/) 1154 | - [📖 Vim user manual](http://vimdoc.sourceforge.net/htmldoc/usr_toc.html) - Must read for anyone new to vim. 1155 | 1156 | ## Type theory 1157 | 1158 | - [📖 Type Theory & Functional Programming (1999)](https://www.cs.kent.ac.uk/people/staff/sjt/TTFP/ttfp.pdf) 1159 | - [📕 Type Theory and Formal Proof: An Introduction (2014)](https://www.goodreads.com/book/show/21442441-type-theory-and-formal-proof) 1160 | - [📕 Programming with Types (early-access 2019/20)](https://www.manning.com/books/programming-with-types) 1161 | 1162 | ## Unix 1163 | 1164 | - [📕 Advanced programming in the unix environment (1992)](https://www.goodreads.com/book/show/603263.Advanced_Programming_in_the_UNIX_Environment) 1165 | - [📕 Unix power tools (1993)](https://www.goodreads.com/book/show/172314.UNIX_Power_Tools) 1166 | - [📖 An introduction to unix (2014)](http://www.oliverelliott.org/article/computing/tut_unix/) 1167 | - [📖 GNU grep and ripgrep (2020)](https://learnbyexample.github.io/learn_gnugrep_ripgrep/) 1168 | - [📖 GNU sed (2020)](https://learnbyexample.github.io/learn_gnused/) 1169 | - [📖 GNU awk (2020)](https://learnbyexample.github.io/learn_gnuawk/) 1170 | 1171 | ## Version control 1172 | 1173 | ### Git 1174 | 1175 | - [📖 Git in practice (2014)](https://content.mirantis.com/rs/451-RBY-185/images/McQuaid-git-in-practice.pdf) 1176 | - [📖 Pro git (2014)](https://git-scm.com/book/en/v2) 1177 | 1178 | ## Visualization 1179 | 1180 | - [📕 Envisioning information (1990)](https://www.goodreads.com/book/show/17745.Envisioning_Information) 1181 | 1182 | ## Writing 1183 | 1184 | - [📕 Style: Lessons in Clarity and Grace (1981)](https://www.goodreads.com/book/show/6966800) 1185 | 1186 | ## Web Development 1187 | 1188 | - [📖 Site Reliability Engineering](https://landing.google.com/sre/book.html) 1189 | - [📕 Hugo in Action (early-access)](https://www.manning.com/books/hugo-in-action) 1190 | - [📕 Micro Frontends in Action](https://www.manning.com/books/micro-frontends-in-action) 1191 | 1192 | ### CSS 1193 | 1194 | - [📖 Learn CSS Layout the pedantic way (2015)](http://book.mixu.net/css/) 1195 | 1196 | ### Node 1197 | 1198 | - [📖 Node up and running (2012)](http://chimera.labs.oreilly.com/books/1234000001808/index.html) 1199 | 1200 | ### React 1201 | 1202 | - [📖 React in Patterns (2018)](https://krasimir.gitbooks.io/react-in-patterns/content/) 1203 | - [📖 The Road to learn React](https://roadtoreact.com/) 1204 | - [📕 React Hooks in Action](https://www.manning.com/books/react-hooks-in-action) 1205 | 1206 | ### Redux 1207 | 1208 | - [📖 Redux Book (2018)](https://read.reduxbook.com/) 1209 | 1210 | ### Webpack 1211 | 1212 | - [📖 Webpack: From apprentice to master (2018)](https://survivejs.com/webpack/preface/) 1213 | 1214 | ### Web design 1215 | 1216 | - [📕 Don’t make me think (2000)](https://www.goodreads.com/book/show/18197267-don-t-make-me-think-revisited) 1217 | 1218 | ## Other 1219 | 1220 | - [Awesome fantasy](https://github.com/RichardLitt/awesome-fantasy) 1221 | - [Awesome scifi](https://github.com/sindresorhus/awesome-scifi) 1222 | - [Book notes](https://github.com/mgp/book-notes) 1223 | - [Book suggestions subreddit](https://www.reddit.com/r/booksuggestions) 1224 | - [Free programming books](https://github.com/EbookFoundation/free-programming-books) 1225 | - [Influential CS books](https://github.com/chhantyal/influential-cs-books) 1226 | - [Language-agnostic programming books](https://news.ycombinator.com/item?id=14486657) 1227 | - [Mind expanding books](https://github.com/hackerkid/Mind-Expanding-Books) 1228 | - [Recommended reading for developers](https://blog.codinghorror.com/recommended-reading-for-developers) 1229 | 1230 | [![CC4](https://img.shields.io/badge/license-CC4-0a0a0a.svg?style=flat&colorA=0a0a0a)](https://creativecommons.org/licenses/by/4.0/) 1231 | [![Lists](https://img.shields.io/badge/-more%20lists-0a0a0a.svg?style=flat&colorA=0a0a0a)](https://github.com/learn-anything/curated-lists) 1232 | [![Contribute](https://img.shields.io/badge/-contribute-0a0a0a.svg?style=flat&colorA=0a0a0a)](contributing.md) 1233 | [![Twitter](http://bit.ly/latwitt)](https://twitter.com/learnanything_) 1234 | --------------------------------------------------------------------------------