es
Feedback
Ruby On Rails книги

Ruby On Rails книги

Ir al canal en Telegram

Книги по Ruby ------------------------------- Ruby Books Questions and suggestions: @Connor_1992

Mostrar más
El país no está especificadoTecnologías y Aplicaciones32 214
1 887
Suscriptores
-124 horas
-117 días
-2330 días
Archivo de publicaciones
Polished Ruby Programming.pdf2.57 MB

Polished Ruby Programming Build better software with more intuitive, maintainable, scalable, and high-performance Ruby code T
Polished Ruby Programming Build better software with more intuitive, maintainable, scalable, and high-performance Ruby code The target audience for the book is intermediate to advanced Ruby programmers who are interested in learning principles to improve their Ruby programming. Author: Jeremy Evans Language: English Year: 2021

Polished Ruby Programming.pdf2.57 MB

andrews_k_klaus_r_le_r_bigg_r_active_rails.pdf20.61 MB

Active Rails This book will teach you the fundamentals of building a Rails application from the ground-up, complete with stri
Active Rails This book will teach you the fundamentals of building a Rails application from the ground-up, complete with strict adherence to TDD and BDD. Earlier editions of this book have been used by thousands of people to help their Ruby on Rails careers. This book will show you how to build a fully-featured Rails 6 application that includes: - CSS styles - Authentication & Authorization - File uploading - Sending & receiving email - Deployment This book follows community-approved standards of developing a Rails application. We use RSpec and Capybara for testing, Bootstrap for styling, and Devise for authentication. There's also Active Storage for file loading, Action Mailer for sending email and Heroku for deployment. Knowledge pre-requisites This book assumes knowledge of HTML, CSS and some Ruby. No Rails knowledge is required for this book; we'll teach you what you need to know! Authors: Andrews Kieran, Klaus Robin, Le Rebecca, Bigg Ryan Language: English Year: 2021

Симдянов_И_В_Самоучитель_Ruby_Самоучитель_2020_.pdf6.46 MB

Самоучитель Ruby Язык Ruby излагается последовательно от простого к сложному. Описываются интерпретатор Ruby, утилиты, деталь
Самоучитель Ruby Язык Ruby излагается последовательно от простого к сложному. Описываются интерпретатор Ruby, утилиты, детально рассматривается современная Ruby-эко- система, работа со стандартной и сторонними библиотеками Дан разбор синтаксических конструкций: операторов, переменных, констант, конструкций ветвления и циклов, блоков и итераторов. Подробно описаны объектно-ориентированные возможности Ruby: классы, модули, объекты и методы. Показано практическое при- менение языка Ruby в веб-программировании и автоматическом тестировании. Для закрепления материала в конце глав приводятся задания. С помощью книги можно не только освоить язык Ruby, но и подготовиться к работе с профессиональными фреймворками: Ruby on Rails, Sinatra, RSpec, MiniTest и Cucumber. Author: Игорь Симдянов Language: Russian Year: 2020 Sent by: @Zoroksana

metz_sandi_practical_objectoriented_design_an_agile_primer_u.pdf12.70 MB

Practical Object-Oriented Design: An Agile Primer Using Ruby The Complete Guide to Writing Maintainable, Manageable, Pleasing
Practical Object-Oriented Design: An Agile Primer Using Ruby The Complete Guide to Writing Maintainable, Manageable, Pleasing, and Powerful Object-Oriented Applications Object-oriented programming languages exist to help you create beautiful, straightforward applications that are easy to change and simple to extend. Unfortunately, the world is awash with object-oriented (OO) applications that are difficult to understand and expensive to change. Practical Object-Oriented Design, Second Edition, immerses you in an OO mindset and teaches you powerful, real-world, object-oriented design techniques with simple and practical examples. Sandi Metz demonstrates how to build new applications that can “survive success” and repair existing applications that have become impossible to change. Author: Metz Sandi Language: English Year: 2018

👋 Этот новый онлайн-самоучитель поможет узнать об основах Kubernetes и научиться доставлять свой код в кластер! Курс создан
👋 Этот новый онлайн-самоучитель поможет узнать об основах Kubernetes и научиться доставлять свой код в кластер! Курс создан инженерами DevOps-компании «Флант» специально для разработчиков и сочетает в себе теорию и практику. С ним ты научишься собирать Docker-образ своего приложения и деплоить в Kubernetes, подготавливая необходимую для него инфраструктуру, — для этих задач будет использоваться Open Source-утилита werf. Попутно узнаешь об основах «кубернетизации» приложения — т.е. его адаптации под запуск в Kubernetes, на одном из практических примеров, среди которых есть и Ruby on Rails. Самоучитель бесплатен и разрабатывается в публичном GitHub-репозитории. Попробуй!

———————————————– The best open source projects: @opensourceforweb

Test Driven Development in Ruby A Practical Introduction to TDD Using Problem and Solution Domain Analysis Learn the basics o
Test Driven Development in Ruby A Practical Introduction to TDD Using Problem and Solution Domain Analysis Learn the basics of test driven development (TDD) using Ruby. You will carry out problem domain analysis, solution domain analysis, designing test cases, and writing tests first. These fundamental concepts will give you a solid TDD foundation to build upon. Test Driven Development in Ruby is written by a developer for developers. The concepts are first explained, then a coding demo illustrates how to apply the theory in practice. At the end of each chapter an exercise is given to reinforce the material. Complete with working files and code samples, you'll be able to work alongside the author, a trainer, by following the material in this book. Author: Bala Paranj Language: English Year: 2017 Sent by: @thelaptopguy

Test Driven Development in Ruby.pdf5.35 MB

trailblazer.pdf5.94 MB

Trailblazer A New Architecture For Rails Trailblazer introduces several new abstraction layers into Rails. It gives developer
Trailblazer A New Architecture For Rails Trailblazer introduces several new abstraction layers into Rails. It gives developers structure and architectural guidance and finally answers the question of "Where do I put this kind of code?" in Rails. This book walks you through a realistic development of a Rails application with Trailblazer and discusses every bloody aspect of it. Author: Nick Sutterer Language: English Year: 2015

Anthony_Lewis_Rails_Crash_Course,_A_No_Nonsense_Guide_to_Rails_Development.pdf2.88 MB

Rails CRash Cource A No-Nonsense Guide to Rails Development You should be familiar with HTML and CSS. You should know what an
Rails CRash Cource A No-Nonsense Guide to Rails Development You should be familiar with HTML and CSS. You should know what an H1 element is and how to add images and links to a web page. Some knowledge of object-oriented programming is helpful but not required. You’ll use your computer’s terminal (or command prompt) to enter commands, but you don’t need much prior experience with terminal commands to follow the examples. In addition to the terminal, you’ll also need a text editor for writing Ruby code. Many Rails developers use a vintage editor, such as Vim or Emacs. Author: Anthony Lewis Language: English Year: 2015

——————————————— The best open source projects: https://t.me/opensourceforweb

Bootstrap for Rails A quick-start guide to developing beautiful web applications with the Bootstrap toolkit and Rails framewo
Bootstrap for Rails A quick-start guide to developing beautiful web applications with the Bootstrap toolkit and Rails framework This book is for web developers who have a basic understanding of Ruby on Rails. You should definitely have prior knowledge of HTML and how it works. However, it is not necessary that you have prior knowledge of CSS and JavaScript for this book. Author: Syed Fazle Rahman Language: English Year: 2015

——————————————— Полезные репозитории для веб-разработчика: https://t.me/opensourceforweb