Ruby Notes for Professionals



Download free course Ruby Notes for Professionals, pdf file on 234 pages by Stack Overflow Community.
The Ruby Notes for Professionals book is compiled from Stack Overflow Documentation, the content is written by the beautiful people at Stack Overflow.

Table of contents

  • Getting started with Ruby Language
  • Casting (type conversion)
  • Operators
  • Variable Scope and Visibility
  • Environment Variables
  • Constants
  • Special Constants in Ruby
  • Comments
  • Arrays
  • Multidimensional Arrays
  • Strings
  • DateTime
  • Time
  • Numbers
  • Symbols
  • Comparable
  • Control Flow
  • Methods
  • Hashes
  • Blocks and Procs and Lambdas
  • Iteration
  • Exceptions
  • Enumerators
  • Enumerable in Ruby
  • Classes
  • Inheritance
  • method_missing
  • Regular Expressions and Regex Based Operations
  • File and I/O Operations
  • Ruby Access Modifiers
  • Design Patterns and Idioms in Ruby
  • Loading Source Files
  • Thread
  • Range
  • Modules
  • Introspection in Ruby
  • Monkey Patching in Ruby
  • Recursion in Ruby
  • Splat operator (*)
  • JSON with Ruby
  • Pure RSpec JSON API testing
  • Gem Creation/Management
  • rbenv
  • Gem Usage
  • Singleton Class
  • Queue
  • Destructuring
  • Struct
  • Metaprogramming
  • Dynamic Evaluation
  • instance_eval
  • Message Passing
  • Keyword Arguments
  • Truthiness
  • Implicit Receivers and Understanding Self
  • Introspection
  • Refinements
  • Catching Exceptions with Begin / Rescue
  • Command Line Apps
  • IRB
  • ERB
  • Generate a random number
  • Getting started with Hanami
  • OptionParser
  • Operating System or Shell commands
  • C Extensions
  • Debugging
  • Ruby Version Manager
Pages : 234
Size : 1.9 MB
File type : PDF
Downloads: 182
Created: 2022-02-03
License: CC BY-SA
Author(s): Stack Overflow Community
Ruby Notes for Professionals

Warning: Trying to access array offset on false in /home/tutovnfz/public_html/article.php on line 233

Others ruby Tutorials

Learning Ruby on Rails

I Love Ruby

Ruby Regexp

RubyFu

Getting Started with Ruby programming language

Others related eBooks about Ruby Notes for Professionals

Java Persistence and Hibernate Guide for developer

This PDF tutorial provides you an introduction to Java Persistence and Hibernate including the code snippets and complete working examples ,download free training document material for developer....

Advanced Applications for Artificial Neural Networks

In this book, highly qualified multidisciplinary scientists grasp their recent researches motivated by the importance of Artificial Neural Networks (ANN)....

Solving PDEs in Python

Download free course Solving PDEs in Python, pdf file on 152 pages by Hans Petter Langtangen, Anders Logg....

Introduction to Kotlin

This course is a quick tutorial about Kotlin programming langage intended to beginners to learn how to create Android apps, free training document under 4 pages....

Introduction to (Java Server Page) JSF

With this PDF tutorial you will learn how to write Your own JSF Components.Free training document for download....

Kotlin tutorial in PDF

Download free Kotlin tutorial course in PDF, training file in 38 chapters and 118 pages. Free unaffiliated ebook created from Stack OverFlow contributor....

Learning to Program Using Python

An introduction to computer programming, using the easy, yet powerful, Python programming language. Python, a cross-platform language used by such organizations as Google and NASA, lets you work quickly and efficiently, allowing you to concentrate on your work rather than the language. ...

Solving PDEs in Python: The FEniCS Tutorial I

This book offers a concise and gentle introduction to finite element programming in Python based on the popular FEniCS software library. Using a series of examples, including the Poisson equation, the equations of linear elasticity, the incompressible Navier–Stokes equations, and systems of nonl...

Annotated Algorithms in Python: with Applications in Physics, Biology, and Finance

This book is assembled from lectures given by the author over a period of 10 years at the School of Computing of DePaul University. The lectures cover multiple classes, including Analysis and Design of Algorithms, Scientific Computing, Monte Carlo Simulations, and Parallel Algorithms. These lectur...

C++ Programming Language

This PDF course explains the features, technical details and syntaxes of the C++ programming language. To be a proficient programmer, you need to master two things: the syntax of the programming language, and the core libraries (i.e., API) associated with the language....