Leanpub Header

Skip to main content

Filters

Category: "Computers and Programming"

Books

  1. This book covers Dependency Injection from A to Z.  In it you'll learn about Constructor Injection, Property Injection, and Method Injection.  You'll learn about the right and wrong way to use the Dependency Injection Container.

  2. What to Look for in a Code Review
    Effective tips for reviewing code
    Trisha Gee

    Effective Code Review Tips and Tricks

  3. 轻量级Web应用开发
    Using Ruby and JavaScript
    Juntao Qiu

    这本书将教会你如何将一个idea变成实际的Web应用。从高效的编程工具,开发流程,到敏捷开发中的各种轻量级实践,再到从零开始开发一个具体而微的实例。

  4. Digital Circuits Projects
    An Overview of Digital Circuits through implementing Integrated Circuits
    Charles Kann

    This book is a series of labs that explain all of the major components in a CPU using only basic and/or/not/xor gates. It implements those components using a breadboard and 7400 series IC chips.

  5. The purpose of this book is to fill a niche in teaching MIPS assembly language in that it does not simply teach assembly language programming, but attempts to show higher level language and computer organizational principals. For example, value and reference types are covered in detail, as are call stacks and heap memory. Through understanding these concepts in assembly, programmers should be more effective in other areas of computer science.

  6. Practical Go Programming
    Building Real World Applications
    Steve Blow

    Coming to grips with Go is more than just familiarizing yourself with the language features. Learning to use those features to write production-ready code can be difficult task. If you are looking for guidelines and assistance, then this book is surely what you are looking for.

  7. HowTo: WordPress 4
    The answer's inside.
    Ric Shreves

    The ultimate guide for WordPress site owners.

  8. SCRUM Developer
    Manual del alumno
    Mayra Liliana Castorena Luna, Alejandro Garcia Fdz, Jose Arturo Mora Soto, and Arturo Lagunas Inocencio

    Este es el manual del curso de Desarrllo Ágil con Integración Continúa Impartido por los autores. Se cubre TDD, CI, CD

  9. No matter how clear and well written, naked code is never quite self-documenting. There is always a role for comments, whether the in-line narration of key design points or the formal annotation of public declarations

  10. Playground Secrets and Power Tips leads you through creating playgrounds and exploring their built-in features. Push beyond the basics to expose the hidden power of the Swift playground.

  11. ЗЗЗ сървър, ЗЗЗ база и ЗЗЗ++
    NoSQL програмен пакет софтуерни технологии версия 1.16 за Windows™, Mac OS X™, Linux (включително за Raspberry PI) и Android
    Златин Георгиев

    Забравете за таблиците при работа с бази данни! Описвайте информацията така както е подредена в природата. Забравете за ограниченията в обема информация, която можете да обработвате - няма такива! Вие не търсите информация, просто се разхождате в нея! В тази книга не се описва обикновена база данни, а работа със знания.

  12. The only book on the market written for non-developers and total beginners, by a non-developer and one-time total beginner. If you're frustrated by endless jargon, huge logic leaps, and a decent helping of that good old feeling of WTF, but you still want to learn PowerShell, then PowerShell for Total Beginners was written just for you.

  13. Coderetreat
    Hosting and Facilitating
    Adrian Bolboacă and Alexandru Bolboaca

    Learn how to facilitate and host a coderetreat from two of the most experienced coderetreat facilitators.

  14. Quick Build System with Gulp
    Automate Development Process With Gulp
    Sandeep Kumar Patel

    Gulp is new build system is capable of automate minification, file copy, watching file changes and rerun tasks. Gulp is built on top of the NodeJS and is available as open source.This book covers the gulp plugin architecture with simple explanation.Finally, We will learn to develop our own Gulp plugin.

  15. Symfony Framework Recipes - Forms
    Practical Symfony2 form recipes for real-life use-cases.
    Joshua Thijssen

    Stuck with Symfony2 forms? Want to know how to easily solve (complex) form use-cases? This book contains practical recipes that are easily implemented in your own projects, and gives you a bit more insight in the Symfony Form component.