Leanpub Header

Skip to main content

Filters

Category: "Computers and Programming"

Computers and Programming

  1. Refactoring to Clean Code
    Refactoring to Clean Code
    Concepts and Techniques for Taming Wild Code
    Amr Noaman

    One of the most painful activities in software is maintaining poor code. This book is your companion to improve application code to become easier to understand and cheaper to modify. It's also your step by step guide to adopt clean coding techniques and professional development habits in a systematic and sustainable way.

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

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

  3. Digital Circuits Projects
    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.

  4. Introduction to MIPS Assembly Language Programming

    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.

  5. Practical Go Programming
    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.

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

    The ultimate guide for WordPress site owners.

  7. SCRUM Developer
    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

  8. Swift Documentation Markup

    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

  9. Playground Secrets and Power Tips

    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.

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

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

  11. Coderetreat
    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.

  12. Quick Build System with Gulp
    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.

  13. Symfony Framework Recipes - Forms
    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.

  14. The Web API Design Guidelines for Happy Developers
    The Web API Design Guidelines for Happy Developers
    A short pragmatic guide to build effective and funny Web APIs
    Federico Pinna and Antonio Pintus

    Web APIs should be beautiful and fun to use: this short book will guide you through the simple steps and key points needed to design or improve you API and make your users happy when using it.

  15. Laravel Companion: Second Edition

    A progressive discovery of the Laravel helper features, functions, classes, utilities, Collections, and more!