Functional Programming Patterns in Scala and Clojure
Functional Programming Patterns in Scala and Clojure
128 Visitas | 97 Descargas | 2015-11-02 15:38:56 | pecarrazana
Descripción
This book is about patterns and functional programming in Scala and Clojure. It shows how to replace, or greatly simplify, many of the common patterns we use in object-oriented programming, and it introduces some patterns commonly used in the functional world. Used together, these patterns let programmers solve problems faster and in a more concise, declarative style than with object-oriented programming alone. If you’re using Java and want to see how functional programming can help you work more efficiently, or if you’ve started using Scala and Clojure and can’t quite wrap your head around functional problem-solving, this is the book for you....
Lightweight Django
Lightweight Django
134 Visitas | 83 Descargas | 2016-02-15 15:36:08 | pecarrazana
Descripción
Why This Book? We wanted to write this book primarily because we love Django. The community is amazing, and there are so many resources to learn about Django and to develop appli? cations using it. However, we also felt like many of these resources, including the official Django documentation, put too much emphasis on the power of Django and not on its decoupled design. Django is a well-written framework, with numerous utilities for building web applications included. What we want this book to highlight is how you can break apart and potentially replace these components to pick and choose what best suits the application you want to build. Similarly, we wanted to break down the typical structure of Django projects and applications. Our goal is to get you to stop asking “how ...
Instrumentation Reference Book Third Edition
116 Visitas | 145 Descargas | 2014-12-06 18:12:17 | raulito
Descripción
E. B. Jones’s writings on instrument technology go back at least to 1953. He was something of a pioneer in producing high level material that could guide those studying his subjects. He had had both practical experience of his subject and had taught it at college, and this enabled him to lay down a foundation that could be built on for more than forty years. I must express my thanks that the first edition of the Instrumentation Reference Book, which E. B. Jones’s work was molded into, has sold well from 1988 to 1994. This book has been accepted as one of the Butterworth-Heinemann series of reference books-a goodly number of volumes covering much of technology. Such books need updating to keep abreast of developments, and this first updating calls for celebration!...
Head-First C
281 Visitas | 676 Descargas | 2013-09-16 17:03:17 | rmillo
Descripción
Ever wished you could learn C from a book? Head First C provides a complete learning experience for C and structured imperative programming. With a unique method that goes beyond syntax and how-to manuals, this guide not only teaches you the language, it helps you understand how to be a great programmer. You'll learn key areas such as language basics, pointers and pointer arithmetic, and dynamic memory management. Advanced topics include multi-threading and network programming - topics typically covered on a college-level course. This book also features labs: in-depth projects intended to stretch your abilities, test your new skills, and build confidence. Head First C mimics the style of college-level C courses, making it ideal as an accessible textbook for students. We think your time is ...