Leanpub Header

Skip to main content

Filters

Category: "Ruby"

Ruby

  1. Building your own authentication library with Trailblazer

    Authentication - the art of creating and locking accounts, of verifying users and encrypting or forgetting passwords. Step-wise this beginner's guide explores software design and abstractions in Trailblazer by building an authentication library in Rails. After this book, you're ready to lock out people with your own code.

  2. Gradual Modularization for Ruby and Rails
    Gradual Modularization for Ruby and Rails
    Improve collaboration, system design, and flexibility
    Stephan Hagemann

    Get yourself a new tool to manage your Rails application and your growing engineering organization! Prevent the ball-of-mud (and fix it!). Go for microservices or SOA if it makes sense not just because you don't have any other tool. Do all this through a low-overhead tool: packages. Enable better conversations to make practical changes today.

  3. Soon to be Ruby on Rails --API programmer
    Soon to be Ruby on Rails --API programmer
    Building API could be fund with Ruby on Rails. Let Rails help you with easy and fast coding while you only need to worry about requirements and features.
    SaKKo Sama

    Building API could be fund with Ruby on Rails. Let Rails help you with easy and fast coding while you only need to worry about requirements and features.

  4. เกิดอยากจะเขียน API ง่ายๆ ด้วย Ruby on Rails
    เกิดอยากจะเขียน API ง่ายๆ ด้วย Ruby on Rails
    เขียนง่าย เขียนสนุก เขียนโปรแกรมไม่ควรจะยากตั้งแต่เริ่มต้น หากเริ่มแล้วยาก ใครจะอยากทำต่อ มาเขียน Ruby on Rails กันเถอะ
    Tanasak Tantitarntong

    เขียนง่าย เขียนสนุก เขียนโปรแกรมไม่ควรจะยากตั้งแต่เริ่มต้น หากเริ่มแล้วยาก ใครจะอยากทำต่อ มาเขียน Ruby on Rails กันเถอะซื้อหนังสือผ่านการโอนเงินง่ายๆ แอดไลน์ @geekstart ได้เลยครับ

  5. Ruby One-Liners Guide
    Ruby One-Liners Guide
    Example based guide for text processing with Ruby from the command line.
    Sundeep Agarwal

    This book will help you learn about various command line options and features that make it possible to write compact Ruby one-liners.

  6. REST HOW TOs
    REST HOW TOs
    Consuming and Building REST API in Python, Ruby, Java, C# and Go
    A.P. Rajshekhar and Shrikant Khare

    REST APIs Simplified! - Build and Consume in Python, Ruby, Java, C# and Go

  7. Active Rails
    Active Rails
    Ryan Bigg, Rebecca Le, Kieran Andrews, and Robin Klaus

    Learn how to build a production-quality Rails 6 application from the ground up. Complete with TDD / BDD examples. Just like we do in the real world!

  8. Python Command Line Tools
    Python Command Line Tools
    Design powerful apps with Click
    Noah Gift and Alfredo Deza

    Learn the ultimate interface...the command-line.

  9. Write a compiler for brainfunk

    Do you know what are the tools programmers use?Do you know how to write such tools?The book implements those tools for a very simple language and does so with less than 150 pages...

  10. Build Your Own Sinatra

    A book about Rack, Sinatra, Rails, and all the magical things in-between. Master the Rack spec, learn how to write plain Rack apps without a framework, learn how to write middleware, how to build a router, and more!

  11. From Ruby to Golang
    From Ruby to Golang
    A Ruby Programmer's Guide to Learning Go
    Joel Bryan Juliano

    This book is built on one idea: the fastest way for a Rubyist to learn Go is to map every Go concept back to Ruby. Each chapter starts with Ruby code you already understand, then shows the Go equivalent. You’re not learning from scratch — you’re translating. Take everything you know about Ruby — classes, hashes, exceptions, enumerable methods — and translate it directly to Go. No fluff, no abstract theory, just runnable Ruby-to-Go comparisons with hands-on exercises.

  12. Programming For Entrepreneurs
    Programming For Entrepreneurs
    Learn Just Enough to Build Your Business
    Christopher Franklin

    You don't want to be a coder. You want to build a business. Why does every "Introduction to Programming" book assume you want to learn just for the sake of learning? Why aren't there any books that teach you just enough to build and launch your product? Programming For Entrepreneurs will take you from beginner to product without the fluff.

  13. Understanding Ruby Regexp
    Understanding Ruby Regexp
    Example based guide to mastering Ruby regular expressions
    Sundeep Agarwal

    Scripting and automation tasks often need to extract particular portions of text from input data or modify them from one format to another. This book will help you learn Ruby Regular Expressions, a mini-programming language for all sorts of text processing needs.

  14. Ruby Is For Fun
    Ruby Is For Fun
    Self-Study Course, From Absolute Beginner to Advanced
    Roman Pushkin

    This self-study course written as a book is your first step towards making money by coding and programming from home, and doing that with fun. You will understand how the Ruby language works, and establish a foundation for being successful freelance developer. 

  15. Créer votre framework web en Ruby

    Vous souhaitez comprendre le fonctionnement interne d'un framework web ? Vous voulez écrire votre propre framework web mais vous ne savez pas par où commencer ? Ce livre vous dévoile les dessous des frameworks web, élément après élément, grâce à une réalisation concrète.