FreeComputerBooks.com
Links to Free Computer, Mathematics, Technical Books all over the World
|
|
-
Object-Oriented vs. Functional Programming (R. Warburton) Post under Object-Oriented (OOA/OOD/OOP), Functional Programming on Sat Nov 09, 2019
This book discusses similarities between these programming paradigms and points out that both FP and OOP are actually moving closer toward one another. One prominent example is the use of lambda expressions in Java and other OOP languages.
-
Imperative to Functional Programming Succinctly (Marc Clifton) Post under Functional Programming on Sat Nov 09, 2019
Learn the main concepts behind functional programming such as currying, partial application, and monads, and how to combine functional programming with your imperative programming projects.
-
React Succinctly (Samer Buna) Post under JavaScript Frameworks (Node.js, AngularJS, ...) on Sat Nov 02, 2019
In this book, you'll learn the fundamental concepts of the React library, how the library fits in with modern JavaScript, and how to apply what you learn to create a simple interactive memory game.
-
Deep Learning and the Game of Go (Max Pumperla, et al) Post under Deep Learning and Python Programming on Sat Nov 02, 2019
This book teaches you how to apply the power of deep learning to complex reasoning tasks by building a Go-playing AI. After exposing you to the foundations of machine and deep learning, you'll use Python to build a bot and then teach it the rules of the game.
-
Machine Learning with TensorFlow (Nishant Shukla) Post under Machine Learning and Deep Learning on Sat Nov 02, 2019
This book gives readers a solid foundation in machine-learning concepts plus hands-on experience coding TensorFlow with Python. You'll learn the basics by working with classic prediction, classification, and clustering algorithms.
-
HTML5 in Action (Rob Crowther, et al) Post under HTML, HTML5, XHTML and DHTML on Sat Nov 02, 2019
This book provides a complete introduction to web development using HTML5. You'll explore every aspect of the HTML5 specification through real-world examples and code samples. It's much more than just a specification reference, though.
-
Practical C++ Metaprogramming (Edouard Alligand, et al) Post under The C++ Programming Language on Sat Nov 02, 2019
With this example-driven ebook, you’ll learn how improved metaprogramming techniques in C++11 and C++14 can help you avoid a lot of mistakes and tedious work by making the compiler work for you.
-
Transforms in CSS: Revamp the Way You Design (Eric A. Meyer) Post under Cascading Style Sheets (CSS) on Sat Nov 02, 2019
Whether you're rotating a photo, doing some interesting perspective tricks, or creating an interface that lets you reveal information on an element’s backside, this practical guide shows you how to use them to great effect.
-
Code: The Hidden Language of Computer Hardware and Software Post under Assembly and Machine Languages on Sat Nov 02, 2019
Using everyday objects and familiar language systems such as Braille and Morse code, the author weaves an illuminating narrative for anyone who's ever wondered about the secret inner life of computers and other smart machines.
-
Introduction to Probability (Charles M. Grinstead, et al) Post under Probability, Stochastic Process, Queueing Theory, etc. on Sat Nov 02, 2019
The book is a beautiful introduction to probability theory at the beginning level. The book contains a lot of examples and an easy development of theory without any sacrifice of rigor, keeping the abstraction to a minimal level.
-
What I've Learned From Failure? (Reginald Braithwaite) Post under Miscellaneous and Uncategorized Books on Sat Nov 02, 2019
This book contains a lot of truth about software development. At least, a lot that feels true based on author's experience. And that's a point he makes clearly in one section: software development is probabilistic, not deterministic.
:
|
|