Leanpub Header

Skip to main content

Filters

Category: "Ruby"

Books

  1. Practical Ruby 3 Programming
    Simpler than Python, offering concise syntax, reusable code, and maximum developer productivity
    GitforGits | Asian Publishing House

    In this book, we've gone through all the ins and outs of Ruby, turning theoretical ideas into real-world skills that let you build solid and fast applications. You've got the hang of writing clean, reusable code using blocks, procs, and lambdas, which really shows off Ruby's expressive syntax. You've also learned to handle complex data transformations effortlessly by diving into enumerators, making your programs powerful and elegant.

  2. The Ruby On Rails Interview Bible 2023
    A Comprehensive Guide with 500+ Essential Questions and Answers!
    Nezir Zahirovic

    To all those who struggle at interviews, This book is dedicated to you. We understand how stressful and overwhelming the interview process can be, and we want you to know that you are not alone. We believe in you, and we want to equip you with the knowledge and tools you need to succeed.

  3. REST API Documentation for Rails
    A complete guide on creating RESTful API Documentation for your Ruby on Rails application.
    Blake Erickson
    No Description Available
  4. Руби для романтиков
    Самая простая книга по языку Руби с заданиями
    Роман Пушкин
    No Description Available
  5. Ruby on Roda
    REST APIs with Roda & Sequel
    Mateusz Urbański

    If you've been looking for an alternative to The Rails Way, this book is for you. It will change the way you think about designing and implementing web applications with Ruby. It shows patterns, techniques, and tools that you can use to deal with growing complexity, better organize and documenting your codebase.

  6. 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.

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

  8. 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.

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

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

  10. 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.

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

  12. 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!

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

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

  14. 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...

  15. 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!