Cantitate/Preț
Produs

Ruby Recipes: A Problem-Solution Approach

Autor Malay Mandal
en Limba Engleză Paperback – 9 dec 2016
Solve your Ruby programming problems that occur during your day-to-day scripting work. This book contains a varied selection of practical and interesting code recipes designed to make your coding life easier. Ruby Recipes includes solutions to problems in working with data, handling exceptions, writing blocks, and using regular expressions.
This book provides ready scripts for both simple complex scripting tasks, which you can use readily or with only minor modifications. These scripts cover areas such as collections, classes and structures, functional programming, and log handling. With these handy recipes at your fingertips, you will be able to solve those niggling problems and become even more efficient.


What You Will Learn 
  • Install and run Ruby
  • Read and write data
  • Write functions
  • Work with arrays, ranges, hashes, and iterators
  • Handle dates and time
  • Process XML as text
  • Master OOP concepts such as classes, objects, subclassing, and inheritance
  • Connect to databases

Who This Book Is For

Programmers new to Ruby, and web developers interested in knowing the foundations of the language.
Citește tot Restrânge

Preț: 17862 lei

Preț vechi: 22327 lei
-20% Nou

Puncte Express: 268

Preț estimativ în valută:
3419 3563$ 2846£

Carte tipărită la comandă

Livrare economică 06-20 ianuarie 25

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9781484224687
ISBN-10: 148422468X
Pagini: 15
Ilustrații: XXVIII, 226 p. 1 illus.
Dimensiuni: 155 x 235 x 14 mm
Greutate: 0.36 kg
Ediția:1st ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States

Cuprins

Chapter 1 : A taste of Ruby.- Chapter 2 : Filing cabinet.- Chapter 3 : Elementary.- Chapter 4 : Collections.- Chapter 5 : First flight.- Chapter 6 : Regular Expressions.- Chapter 7 : Paraphernalia.- Chapter 8 : Cruising along.- Chapter 9 : Classes and Structures.- Chapter 10 : Functional programming facet of Ruby.- Chapter 11 : Applicability.- Chapter 12 : Data and log handling.

Notă biografică

A Master of Engineering (Mechanical Engineering) from IISc, Bangalore ('94), Malay is working in IT for the last 22 or so years. He worked across multiple geographical locations (India, Japan, Singapore, UK ..), across multiple technology stack and for quite a few well known organisations (Telstra, JP Morgan, Citigroup etc.). He quite often actively learns new things, and his creation (other than books) include Apps in Google Play, and some small wooden pieces of furniture at home.

Textul de pe ultima copertă

Solve your Ruby programming problems that occur during your day-to-day scripting work. This book contains a varied selection of practical and interesting code recipes designed to make your coding life easier. Ruby Recipes includes solutions to problems in working with data, handling exceptions, writing blocks, and using regular expressions.
This book provides ready scripts for both simple complex scripting tasks, which you can use readily or with only minor modifications. These scripts cover areas such as collections, classes and structures, functional programming, and log handling. With these handy recipes at your fingertips, you will be able to solve those niggling problems and become even more efficient.
You will:
  • Install and run Ruby
  • Read and write data
  • Write functions
  • Work with arrays, ranges, hashes, and iterators
  • Handle dates and time
  • Process XML as text
  • Master OOP concepts such as classes, objects, subclassing, and inheritance
  • Connect to databases

Caracteristici

Shows how Ruby can be used to do scripting tasks with intermediate complexity Teaches readers enough features to do day-to-day scripting work Excellent coverage of Regex