Leanpub Header

Skip to main content

Filters

Category: "Computer Science"

Books

  1. This book powers our MicroMasters program on edX and specialization on Coursera, one of the ten most popular computer science courses on Coursera. Over half a million students have tried to solve many programming challenges and algorithmic puzzles described in this book. We invite you to join them! See the webpage of the book for more details.

  2. The Road to learn React (Italian)
    Your journey to master plain yet pragmatic React
    Robin Wieruch and Ivan Lasorsa

    A lot of roadmaps exist on how to master React. This book uses the common sense of these roads and weaves it into the implementation of an app. You will build an own React app. On the road you will learn ES6, React with all its basics and advanced concepts and internal state management. Updates via Twitter | NewsletterFull Course | Blog

  3. 《React 学习之道》The Road to React (简体中文版)
    通往 React 实战大师之旅:掌握 React 最简单,且最实用的教程
    Robin Wieruch, JimmyLv, and Jiahao Li

    如何掌握 React 存在特别多的路线图。本书提取这些路线图中的精华部分,并将其融入于一个应用程序的具体代码实现当中。 您将会构建一个属于自己的 React 应用程序。在本次学习之旅当中,您将学习 ES6,了解所有 React 的基础知识、先进理念,以及组件的内部状态管理。 通过 Twitter | Newsletter 获取更新完整课程 | 博客

  4. How Computer Programmers Work
    Understanding Software Development in Practice
    Espen Suenson

    This book shows why success in development projects is determined by more than programming techniques. It should be read by anyone who works with software development regardless of development methodology. http://howcomputerprogrammerswork.com/

  5. O Modelo 4 E
    uma abordagem prática para inovação e transformação digital
    Paulo Caroli and Adriane Lemos

    Você precisa de uma estratégia para a inovação. Este eBook compartilha um modelo simples e efetivo que tem impulsionado empresas e grupos de trabalho a criar, fomentar e catalisar produtos inovadores.

  6. The Road to learn React (Spanish)
    Tu camino para aprender React simple y pragmático
    Robin Wieruch, Juan Luis Chaurant, Emanuel Canova, and Guillermo Salazar

    Hay muchos caminos para aprender React. Este libro toma elementos de cada uno y crea una ruta, que te guiará directo a la implementación de una web app real. Construirás tu propia aplicación React y aprenderás sobre ES6, React, conceptos básicos y gestión interna de estado. Actualizaciones vía Twitter | NewsletterCurso Completo | Blog

  7. Want to learn the basic concepts of functional programming on simple and straightforward examples? This book is your trusted guide through all the new ideas you need to grasp as a beginner in the world of pure functions, closures, immutability, idempotence and other more or less obscure topics.

  8. OSPF for the Initiated
    Advanced topics for the CCIE Enterprise Infrastructure v1.1 Candidate
    Angelos Vassiliou

    All you ever needed to know about OSPF to help you pass the ENCOR exam and the CCIE Enterprise Infrastructure lab.

  9. Bio/Recursion
    An Exploration in R
    Shawn T. O'Neil

    Available as PDF+Code Files or on Amazon, Bio/Recursion explores computer science and bioinformatics via examples in the R programming language. Along the way, over 100 color illustrations, 150 code blocks, and dozens of exercises illuminate the text.

  10. Amazon Machine Learning
    An Introduction
    Dan Moore

    Would you like to perform machine learning without setting up any infrastructure? Amazon Machine Learning lets you do supervised learning against datasets in S3, RDS and Redshift and build models that can be accessed via realtime or batch predictions.

  11. Reactive Programming on Android with RxJava
    Christopher Arriola and Angus Huang

    This book is a guide for experienced Android developers looking to learn about reactive programming using RxJava, the Java implementation of ReactiveX. It is written in a clear and concise way with many Android-specific examples.

  12. Research and Practice
    Essays of a researcher-practitioner
    Željko Obrenović

    In my career, I have been doing research in both academic and industrial settings, experiencing both positive and negative aspects of doing research in practice. With these essays, I want to share the lessons I learned. The central theme of essays is the tension between the value of doing research in practice and difficulties that it brings.

  13. Hacking Portugal
    Making Portugal a global player in Software Development
    Dinis Cruz

    As technology and software become more and more important to Portuguese society, it is time for Portugal to take them more seriously, and become a real player in that world. All content is released under an Creative Commons license and feedback will be highly appreciated (please open an issue for them) Paperback book available on Amazon

  14. JavaParser: Visited
    Analyse, transform and generate your Java code base
    Nicholas Smith, Danny van Bruggen, and Federico Tomassetti

    In this book key contributors to the JavaParser library teach you how to programmatically analyse, transform and generate your java code base. The first part of the book aims to introduce you to the basics of the library before the team take you through a more detailed look at some of their favourite applications of the library.

  15. This book introduces to Sparsity problem. Some methods to solve it. And a Unique method to solve this problem.