Leanpub Header

Skip to main content

Filters

Category: "Ruby"

Ruby

  1. Toy Robot
    Toy Robot
    Ryan Bigg

    The Toy Robot is a common interview exercise for new programmers. This short book will take you through how to implement it in Ruby in a BDD-style, with some great explanations and imagery along the way.

  2. Ruby Web Dev: The Other Way
    Ruby Web Dev: The Other Way
    Personal best practices guide
    Yevhen Kuzminov

    When Rails is not enough!This guide is an attempt to describe the way to build the web app with a real understanding of each component, with knowledge that are relevant in any web language and framework. To become a better web developer and demand for a better ecosystem!The book if free. But you can "buy me a cup of cappuccino" here :)

  3. Continuous Integration for Mobile Apps
    Continuous Integration for Mobile Apps
    A Feedback loop pattern for build, deploy and test automation
    Pradeep Macharla

    Continuous Integration Pattern for Android Mobile Apps.

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

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

  5. Apprendre à programmer: par l'exemple

    Introduction à la programmation en utilisant le jeu du bonhomme pendu comme exemple. Le langage de programmation utilisé est le langage Ruby. Aucun connaisance préalable de la programmation n'est requise. Le texte est écrit en anglais et en français en vis-à-vis.

  6. Learning to program: by example.

    The book is an introduction to programming using the hangman game as example. The programming language used to write the code is the Ruby language. No programming knowledge is necessary. The text is written in English and French side by side.

  7. Read-Eval-Print-λove
    Read-Eval-Print-λove
    v003 - Forth Thinking
    Michael Fogus

    A primordial Forth, and some related philosophy.

  8. Fast Feedback Using Ruby

    Let's use Ruby to get feedback automatically, as early and as often as possible. Whether you're running automated tests or creating image files from raw data, Ruby can automate these tasks. Furthermore, it can also be used to automate running tasks whenever a file changes. Does that sound like a good idea? Then this book is for you.

  9. Learn Ruby Programming by Examples
    Learn Ruby Programming by Examples
    Zhimin Zhan and Courtney Zhan

    Learn and master programming with Ruby in a step by step and practical way. 

  10. Learn Ruby on Rails: Book One

    Get the book that is called, "The best Rails book for beginners."

  11. Reliably Deploying Rails Applications
    Reliably Deploying Rails Applications
    Hassle free provisioning, reliable deployment
    Ben Dixon

    A robust framework for provisioning servers with Chef and deploying reliably with Capistrano 3, including example code templates you can use directly.

  12. Full Stack for Ruby Framework
    Full Stack for Ruby Framework
    Guide for Ruby on Rails, Sinatra on Linux environment.
    Fredy Konig

    Full stack guide for setting up Ruby-On-Rails servers. A DevOps overview to manage back end task on the server, such as deployment with Capistrano, LogRotate on the server, NGINX configurations and other back end tasks.First intended to circle all tasks needed for a Ruby-On-Rails Server on Ubuntu, it also touches Mac OS and RedHat configurations.