https://github.com/alexandrospanag/my_ruby_projects
My Ruby Projects. Written by Alexandros Panagiotakopoulos. All Rights Reserved Ⓒ.
https://github.com/alexandrospanag/my_ruby_projects
learn methods object-oriented-programming ruby ruby-on-rails
Last synced: 2 months ago
JSON representation
My Ruby Projects. Written by Alexandros Panagiotakopoulos. All Rights Reserved Ⓒ.
- Host: GitHub
- URL: https://github.com/alexandrospanag/my_ruby_projects
- Owner: AlexandrosPanag
- License: other
- Created: 2023-08-25T23:02:50.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-11-11T10:01:59.000Z (8 months ago)
- Last Synced: 2025-11-11T12:03:44.547Z (8 months ago)
- Topics: learn, methods, object-oriented-programming, ruby, ruby-on-rails
- Language: Ruby
- Homepage:
- Size: 145 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# My Ruby Projects
[![CC BY-NC-SA 4.0][cc-by-nc-sa-shield]][cc-by-nc-sa]
This work is licensed under a
[Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License][cc-by-nc-sa].
[![CC BY-NC-SA 4.0][cc-by-nc-sa-image]][cc-by-nc-sa]
About Ruby
-----
Ruby is a dynamic programming language with a complex but expressive grammar and
a core class library with a rich and powerful API. Ruby draws inspiration from Lisp,
Smalltalk, and Perl, but uses a grammar that is easy for C and Java™ programmers to
learn. Ruby is a pure object-oriented language, but it is also suitable for procedural and
functional programming styles. It includes powerful metaprogramming capabilities
and can be used to create domain-specific languages or DSLs.
This citation was taken from the book "The Ruby Programming Language: Everything You Need to Know"
by David Flanagan (Author), Yukihiro Matsumoto (Author) - I highly encourage everyone to read their amazing book!
Another great material that I found useful can be found here: https://www.youtube.com/watch?v=t_ispmWmdjY
[cc-by-nc-sa]: http://creativecommons.org/licenses/by-nc-sa/4.0/
[cc-by-nc-sa-image]: https://licensebuttons.net/l/by-nc-sa/4.0/88x31.png
[cc-by-nc-sa-shield]: https://img.shields.io/badge/License-CC%20BY--NC--SA%204.0-lightgrey.svg
| Compiler/IDE | Download Link |
| --------------- | ---------------- |
| VS Code | [Download Link](https://code.visualstudio.com) |