Skip to content

Amey-Thakur/RUBY

Repository files navigation


Ruby Programming Challenge

License: MIT Status Technology Developed by Amey Thakur and Mega Satish

View Interactive Portfolio

A disciplined 30-day collaborative challenge undertaken to master Ruby programming and Ruby on Rails development, featuring a structured curriculum from basic syntax to full-stack web engineering and cloud deployment.

Curriculum  ·  RailsFriends  ·  TicTacToe  ·  Hangman


Authors  ·  Overview  ·  Activity  ·  Resources  ·  Curriculum  ·  Projects  ·  Structure  ·  Quick Start  ·  Usage Guidelines  ·  License  ·  About  ·  Acknowledgments


Important

🤝🏻 Special Acknowledgement

Special thanks to Mega Satish for her meaningful contributions, guidance, and support that helped shape this work.


Overview

Ruby Programming Challenge was conceived as a disciplined collaborative initiative between Amey Thakur and Mega Satish. Driven by a shared objective to master the Ruby language and its powerful ecosystem, this project represents the culmination of a disciplined 30-day coding journey. Through mutual dedication and daily practice, we successfully navigated the curriculum, from foundational OOP logic to advanced full-stack web engineering using Ruby on Rails, ensuring a high-performance learning environment for researchers and engineers alike.

The repository is structured to enable a deterministic exploration of Ruby's capabilities, from simple script automation to complex modular architectures and production-ready web platforms, authenticated as a testament to this scholarly effort.

Learning Objectives

The curriculum is governed by strict software engineering principles:

  • Object-Oriented Mastery: Deep dive into Ruby's "everything is an object" philosophy, including modules, mixins, and inheritance.
  • Functional Paradigms: Exploiting Blocks, Procs, and Lambdas for high-fidelity code encapsulation and logic flow.
  • Full-Stack Agility: Utilizing the Ruby on Rails framework for rapid application development, implementing MVC, Active Record, and RESTful APIs.

Tip

Challenge Completion

This repository represents the successful completion of a disciplined 30-Day Coding Challenge. Challenge successfully completed with Mega Satish. Each directory corresponds to specific daily milestones, ensuring a linear and verifiable progression of skills.


Activity & Commitment

🗓️ 30-Day Coding Streak

✅ ✅ ✅ ✅ ✅ ✅
✅ ✅ ✅ ✅ ✅ ✅
✅ ✅ ✅ ✅ ✅ ✅
✅ ✅ ✅ ✅ ✅ ✅
✅ ✅ ✅ ✅ ✅ ✅
Continuity: 100% (30/30 Days)


Metric Diagnostic Value
Total Scholarly Effort ~120+ Dedicated Hours
Daily Commitment 4.0+ Hours / Day
Knowledge Transfer 100% (Mentor: Mega Satish)
Status [COMPLETED]

📈 Skill Evolution

Day 1 (Novice Syntax): [▬▬-------------]
Day 30 (Professional Deployment): [▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬]


Resources & IDEs

To maintain the authenticity of the original learning journey, the following primary tools and resources were utilized:

  • Ruby: A programmer's best friend. The core language engine.
  • Ruby on Rails: The premier full-stack framework for web engineering.
  • RubyMine: Professional IDE for Ruby and Rails development.
  • JDoodle: High-fidelity online Ruby execution environment.

Curriculum

Foundations & OOP Basics

Control Flow & Logic

Modular Design & Data Management

Advanced OOP & Functional Ruby

Interactive Systems & Games

Full-Stack Web: Ruby on Rails

Note

Detailed Daily Logs

Detailed code and modular implementations for every single day are available in the repository structure. Refer to the directory tree below to navigate to specific topics.


Projects in Ruby

Project Description Repository
Ruby on Rails
RailsFriends
A high-fidelity Friends List App engineered using Ruby on Rails with SQLite3 data persistence. Open
TicTacToe Algorithmic implementation of the classic TicTacToe game in pure Ruby. Open
Hangman Logic-driven Hangman game implemented to demonstrate set operations and lexical processing. Open

Project Structure

RUBY/
│
├── docs/                            # Documentation Layer
│   └── SPECIFICATION.md             # Technical Architecture
│
├── Mega/                            # Attribution Assets
│   ├── Filly.jpg                    # Companion (Filly)
│   ├── Mega.png                     # Profile Image (Mega Satish)
│   └── ...                          # High-Fidelity Gallery
│
├── Source Code/                     # Primary Engineering Layer
│   ├── Day 1/                       # Variables & Input
│   ├── Day 2/                       # Methods & Conditionals
│   ├── Day 3/                       # Classes & Objects
│   ├── Day 4/                       # Getters & Setters
│   ├── Day 5/                       # Class Variables & Self
│   ├── Day 6/                       # Loops
│   ├── Day 7/                       # Control Flow (Break/Next/Redo)
│   ├── Day 8/                       # Blocks & Yield
│   ├── Day 9/                       # Modules
│   ├── Day 10/                      # Requirements & Inclusion
│   ├── Day 11/                      # Array Fundamentals
│   ├── Day 12/                      # 2D Arrays
│   ├── Day 13/                      # Hashes
│   ├── Day 14/                      # Logic & Menu Class
│   ├── Day 15/                      # Inheritance
│   ├── Day 16/                      # Operator Overloading
│   ├── Day 17/                      # Object Freezing
│   ├── Day 18/                      # Procs & Lambdas
│   ├── Day 19/                      # Functional Scoping
│   ├── Day 20/                      # Date & Time
│   ├── Day 21/                      # TicTacToe Game
│   ├── Day 22/                      # Hangman Game
│   └── Day 23-30/                   # RailsFriends App (Full-Stack)
│
├── CITATION.cff                     # Project Citation Manifest
├── codemeta.json                    # Metadata Standard
├── LICENSE                          # MIT License
├── README.md                        # Project Entrance
└── SECURITY.md                      # Security Protocols

Quick Start

1. Prerequisites

  • Ruby Language (3.0+): Core runtime environment. Download Ruby
  • Bundler: Ruby gem manager for dependency synchronization.
  • Git: For repository cloning and management.

Warning

Gem Synchronization

Many modules (especially Days 17 and 23-30) require external gems. Always execute bundle install within the specific project directory to ensure the runtime environment is correctly calibrated.

2. Installation & Setup

Step 1: Clone the Repository

git clone https://github.com/Amey-Thakur/RUBY.git
cd RUBY

Step 2: Select a Module

cd "Source Code/Day <Number>"

3. Execution

Launch the primary script using the Ruby interpreter:

ruby <ScriptName>.rb

Example: Running Hangman

cd "Source Code/Day 22"
ruby Hangman.rb

Tip

Ruby Railcraft Academy | Interactive Curriculum Explorer

Experience the complete 30-Day Ruby Programming Challenge ecosystem. This repository serves as a scholarly gateway that orchestrates the month-long implementation of full-stack milestones, providing a visual demonstration of skill evolution, credential validation, and featured project integration across the modern web engineering landscape.

Launch Interactive Portfolio on GitHub Pages


Usage Guidelines

This repository is openly shared to support learning and knowledge exchange across the software engineering and Ruby community.

For Students
Utilize this repository as a definitive roadmap for mastering semantic Ruby programming. The 30-day structured progression offers a disciplined, measurable pathway to transition from novice syntax to advanced Ruby on Rails competence.

For Educators
Adopt this curriculum architecture as a modular template for designing intensive coding bootcamps or accelerated Ruby on Rails workshops, providing a proven pedagogical framework for technical capability building.

For Researchers
Reference these artifacts as a verifiable case study in self-paced technical education, demonstrating the efficacy of structured daily challenges in rapid skill acquisition and applied software development.


License

This repository and all its creative and technical assets are made available under the MIT License. See the LICENSE file for complete terms.

Note

Summary: You are free to share and adapt this content for any purpose, even commercially, as long as you provide appropriate attribution to the original authors.

Copyright © 2022 Amey Thakur & Mega Satish


About This Repository

Created & Maintained by: Amey Thakur & Mega Satish

Collaborator's Repository: Ruby Programming Challenge - Mega Satish

This project features Ruby Programming Challenge, a comprehensive study conducted to master the Ruby language and Ruby on Rails. It represents a personal exploration into Web Engineering, Full-Stack Development, and Automated Scripting.

Connect: GitHub  ·  LinkedIn  ·  ORCID

Acknowledgments

Grateful acknowledgment to Mega Satish for her exceptional collaboration and scholarly partnership during this Ruby Programming Challenge. Her intellectual agility, a veritable superpower to rapidly synthesize complex logic and articulate it with clarity, was the driving force behind this project's success. She processed new concepts with remarkable speed, clarifying intricate details in a way that made learning reciprocal and effortless. Her engagement was not merely supportive but vital; this rigorous curriculum would not have been completed without her steady discipline, ability to simplify the complex, and constant encouragement. Thank you, Mega, for everything you shared and taught along the way.

Special thanks to the mentors and peers whose encouragement, discussions, and support contributed meaningfully to this learning experience.


↑ Back to Top

Authors  ·  Overview  ·  Activity  ·  Resources  ·  Curriculum  ·  Projects  ·  Structure  ·  Quick Start  ·  Usage Guidelines  ·  License  ·  About  ·  Acknowledgments


Ruby Programming Challenge


Computer Engineering (B.E.) - University of Mumbai

Semester-wise curriculum, laboratories, projects, and academic notes.

About

30-Day Ruby Programming Challenge by Amey Thakur and Mega Satish, focused on mastering Ruby fundamentals, object-oriented programming, Ruby on Rails development, and full-stack web engineering with cloud deployment.

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors