This is a basic STEP-BY-STEP workshop for building your first Ruby On Rails application.
Hi Everyone!
I'm Zhu-Song, creator of BigMarker. A large portion of our website is built using Ruby on Rails, including this webinar landing page. In this interactive workshop, I will show you how to create your own Rails App!
This is an entry-level workshop—some programming experience is nice but not required. So before you drop a wad of cash on an expensive bootcamp, join me for this quick webinar and see if this is for you.
I will share my screen and take you through the process of building a simple Ruby on Rails app live. Together, we will build a To-Do app from scratch.
This workshop is perfect for non-technical startup founders, designers, developers looking to transition into using ruby, project managers, QA Testers, and anyone looking to learn more about software development.
If you would like to attend for free, please share this webinar with your friends to receive a complementary ticket.
——————————————————————————————————————
If you are unfamiliar with Ruby on Rails, here are the definitions from Wikipedia:
About Ruby:
Ruby is a dynamic, reflective, object-oriented, general-purpose programming language. It was designed and developed in the mid-1990s by Yukihiro "Matz" Matsumoto in Japan. According to its creator, Ruby was influenced by Perl, Smalltalk, Eiffel, Ada, and Lisp.
About Rails:
Ruby on Rails, or simply Rails, is a web application framework written in Ruby under MIT License. Rails is a model–view–controller (MVC) framework, providing default structures for a database, a web service, and web pages. It encourages and facilitates the use of web standards such as JSON or XML for data transfer, and HTML, CSS and JavaScript for display and user interfacing. In addition to MVC, Rails emphasizes the use of other well-known software engineering patterns and paradigms, including