One-stop Ruby on Rails: Build Web Applications from Scratch
One-stop Ruby on Rails: Build Web Applications from Scratch, available at $54.99, has an average rating of 4.5, with 129 lectures, based on 282 reviews, and has 2273 subscribers.
You will learn about Prototype any MVP for a web app Install and setup Ruby on Rails Create new web applications in Ruby on Rails and launch it live on the web Style websites with front-end tools like CSS, Javascript, and Bootstrap Scrape data from any website and store it in a database Write Ruby scripts to automate tasks Parse, clean, and analyze data Read technical documentation including Ruby gems and web tools Master Github and Heroku Learn to work and code in the command line Add Google Maps integration with API Work within the Rails console to manipulate data Add online payments and bank transfers using the Stripe API Host images with Amazon S3 or Dropbox and embed images on any site Implement multiple types of user accounts and login This course is ideal for individuals who are This course is for entreprenurial-minded people who want to learn to build web applications for their ideas. or This course is for people who want to learn Ruby on Rails for building web applications. or This course is for data enthusiasts who want a general introduction into using Ruby and APIs to scrape data on the web and build a web application around real time data. or This course is for hackers who want to learn to prototype MVPs of any idea quickly and effectively. or This course is for anyone working in technology who wants to know how products are built. or This course is for people who want a project-based approach to learning how to code. or This course is for people who want to code an online marketplace, an apartment rental site, or a reviews site. or This course in NOT for you if you want to become a software engineer and learn programming syntax and theory from the ground up. It is particularly useful for This course is for entreprenurial-minded people who want to learn to build web applications for their ideas. or This course is for people who want to learn Ruby on Rails for building web applications. or This course is for data enthusiasts who want a general introduction into using Ruby and APIs to scrape data on the web and build a web application around real time data. or This course is for hackers who want to learn to prototype MVPs of any idea quickly and effectively. or This course is for anyone working in technology who wants to know how products are built. or This course is for people who want a project-based approach to learning how to code. or This course is for people who want to code an online marketplace, an apartment rental site, or a reviews site. or This course in NOT for you if you want to become a software engineer and learn programming syntax and theory from the ground up.
Enroll now: One-stop Ruby on Rails: Build Web Applications from Scratch
Summary
Title: One-stop Ruby on Rails: Build Web Applications from Scratch
Price: $54.99
Average Rating: 4.5
Number of Lectures: 129
Number of Published Lectures: 129
Number of Curriculum Items: 129
Number of Published Curriculum Objects: 129
Original Price: $124.99
Quality Status: approved
Status: Live
What You Will Learn
- Prototype any MVP for a web app
- Install and setup Ruby on Rails
- Create new web applications in Ruby on Rails and launch it live on the web
- Style websites with front-end tools like CSS, Javascript, and Bootstrap
- Scrape data from any website and store it in a database
- Write Ruby scripts to automate tasks
- Parse, clean, and analyze data
- Read technical documentation including Ruby gems and web tools
- Master Github and Heroku
- Learn to work and code in the command line
- Add Google Maps integration with API
- Work within the Rails console to manipulate data
- Add online payments and bank transfers using the Stripe API
- Host images with Amazon S3 or Dropbox and embed images on any site
- Implement multiple types of user accounts and login
Who Should Attend
- This course is for entreprenurial-minded people who want to learn to build web applications for their ideas.
- This course is for people who want to learn Ruby on Rails for building web applications.
- This course is for data enthusiasts who want a general introduction into using Ruby and APIs to scrape data on the web and build a web application around real time data.
- This course is for hackers who want to learn to prototype MVPs of any idea quickly and effectively.
- This course is for anyone working in technology who wants to know how products are built.
- This course is for people who want a project-based approach to learning how to code.
- This course is for people who want to code an online marketplace, an apartment rental site, or a reviews site.
- This course in NOT for you if you want to become a software engineer and learn programming syntax and theory from the ground up.
Target Audiences
- This course is for entreprenurial-minded people who want to learn to build web applications for their ideas.
- This course is for people who want to learn Ruby on Rails for building web applications.
- This course is for data enthusiasts who want a general introduction into using Ruby and APIs to scrape data on the web and build a web application around real time data.
- This course is for hackers who want to learn to prototype MVPs of any idea quickly and effectively.
- This course is for anyone working in technology who wants to know how products are built.
- This course is for people who want a project-based approach to learning how to code.
- This course is for people who want to code an online marketplace, an apartment rental site, or a reviews site.
- This course in NOT for you if you want to become a software engineer and learn programming syntax and theory from the ground up.
Project based learning is the most effective type of learning.
Whether you're learning to code to become a web developer, or just looking to prototype your MVP, we believe working on projects is the most effective way to learn. Instead of being taught theory, you’ll learn by building working applications. You understand the big picture concepts before filling in the details. You learn to build apps the way developers do — one feature at a time.
Most people feel demotivated when they take traditional programming classes, but with our course, you’ll make rapid progress on your projects so you always stay engaged. Along the way, you learn in-demand tech skills through practice and solving problems with available resources, not through brute memorization.
Our course walks you through building four comprehensive web applications you will launch live on the web including:
1) A restaurant review site for people to browse and rate local eateries:
Admin users can add new restaurants while signed in users can leave star ratings with a review. Anyone can search through the listings index for specific restaurants.
2) A two-sided marketplace for buyers and sellers:
Sellers will be able to upload listings with images, manage their inventory through a dashboard, and charge credit cards with the Stripe API. You'll learn how to take a small percentage cut of each transaction and transfer payments to your sellers.
3) A web scraper to collect data:
Access a webpage's HTML and identify proper selectors for parsing through data. Write a script in the Ruby programming language to scrape Wikipedia and Airbnb and export the information into a database.
4) Apartment Rental Site like Craigslist:
Gather data through an API and use that data to build a custom Ruby on Rails web app. You'll write a script in the Ruby programming language to collect and process the data you receive, then save the information to a database, and build a front-end interface for users to interact with it. By the end of the course, you'll have learned to automate the data collection process and have an app that's live on Heroku.
5) Bonus Feature videos:
Learn how to code your site in multiple lanugages, add social media features, and more with a series of bonus features to feature customize your app.
Web development topics covered:
- Ruby on Rails
- HTML and CSS
- jQuery
- JSON
- Bootstrap
- Coffeescript
- Stripe API
- Google Maps API
- Git and Github
- Heroku
Web scraping topics covered:
- Data scraping
- SQlite
- CSV databases
- Data analysis
- Data scraping
- Data cleaning
- Parsing data files
- CSV databases
- Script automation
By the end of this course, your web applications will be ready for real users and you can start collecting payments through Stripe immediately. You'll have the skills, experience, and portfolio to get a job as a web developer or build out any idea of your own.
[Note: This is the BaseRails bundler pack of four projects included in this one course. You may start with any project as each course is self-contained.]
Course Curriculum
Chapter 1: Build a Reviews and Ratings Aggregator like Yelp: Get started
Lecture 1: Course Introduction
Lecture 2: Installation for Mac Users
Lecture 3: Installation for Non-Mac Users
Chapter 2: Create our Website
Lecture 1: Create a New App
Lecture 2: Add Our First Pages
Lecture 3: Add Links
Lecture 4: Add Restaurants
Lecture 5: Set the Home Page
Chapter 3: Get Started with Bootstrap
Lecture 1: Install Bootstrap
Lecture 2: Add a Navigation Bar
Lecture 3: Simplify Our Code
Lecture 4: Build Beautiful Forms
Chapter 4: Launch our Site
Lecture 1: Set Up Github
Lecture 2: Save Our Progress
Lecture 3: Deploy on Heroku
Chapter 5: Add Images
Lecture 1: Add the Carrierwave Gem
Lecture 2: Image Hosting with Amazon S3
Lecture 3: Protect Our Passwords
Lecture 4: Resize Images
Chapter 6: Add Front-end Design
Lecture 1: Create a Custom Banner
Lecture 2: Format the Navbar
Lecture 3: Add Static Images
Chapter 7: Add Users
Lecture 1: Install Devise
Lecture 2: Insert Conditional Links
Lecture 3: Style Devise Forms
Lecture 4: Customize Alerts and Error Messages
Chapter 8: Add Reviews Part 1
Lecture 1: Build a Review Scaffold
Lecture 2: Link Reviews to Users
Lecture 3: Modify Data with Rails Console
Lecture 4: Remove Unnecessary URLs
Chapter 9: Add Reviews Part 2
Lecture 1: Link Reviews to Restaurants
Lecture 2: Nest Resource URLs
Lecture 3: Display Reviews
Chapter 10: Add Star Ratings
Lecture 1: Convert Numbers to Stars
Lecture 2: Layer on More Options
Chapter 11: Set Validations and Permissions
Lecture 1: Add User Fields
Lecture 2: Integrate Names into Reviews
Lecture 3: Validate Submitted Data
Lecture 4: Set User Permissions
Chapter 12: Add Bells and Whistles
Lecture 1: Set up Google Maps
Lecture 2: Set Up Search
Lecture 3: Course Summary
Chapter 13: Build a Two-sided Marketplace Like Etsy: Get Started
Lecture 1: Course Introduction
Lecture 2: Create a New App
Lecture 3: Add our First Pages
Lecture 4: Add Links
Lecture 5: Add Listings
Chapter 14: Add Front-end Design
Lecture 1: Install Bootstrap
Lecture 2: Add a Navigation Bar
Lecture 3: Simplify Our Code
Lecture 4: Build Beautiful Forms
Chapter 15: Update Listings with Images
Lecture 1: Install Paperclip and ImageMagick
Lecture 2: Set Up Paperclip
Lecture 3: Design Pages Layouts
Lecture 4: Add Custom CSS
Chapter 16: Save Our Progress
Lecture 1: Set Up Github
Lecture 2: Commit Our Code to Github
Lecture 3: Deploy on Heroku
Chapter 17: Host Images Online
Lecture 1: Set Up Dropbox
Lecture 2: Protect Our Account Data
Lecture 3: Configure Dropbox Settings
Chapter 18: Add Users
Lecture 1: Install Devise
Lecture 2: Insert Conditional Links
Lecture 3: Customize Devise Forms and Alerts
Lecture 4: Add Names to Users
Lecture 5: Validate User and Listing Data
Chapter 19: Connect Users to Listings
Lecture 1: Associate Listings With Users
Lecture 2: Set User Permissions
Lecture 3: Create a Seller Page
Lecture 4: Redesign the Seller Page
Lecture 5: Create a Homepage Banner
Chapter 20: Place Orders
Lecture 1: Link Orders, Listings, Users: Part 1
Lecture 2: Link Orders, Listings, Users: Part 2
Lecture 3: Create Order History Pages
Lecture 4: Reorganize Order Links and URLs
Chapter 21: Accept Payments
Lecture 1: Set Up Stripe
Lecture 2: Add Credit Card Fields
Lecture 3: Verify Credit Card Data
Lecture 4: Charge Credit Cards
Instructors
-
Alex Yang
Hacker and Instructor at BaseRails
Rating Distribution
- 1 stars: 6 votes
- 2 stars: 10 votes
- 3 stars: 21 votes
- 4 stars: 75 votes
- 5 stars: 170 votes
Frequently Asked Questions
How long do I have access to the course materials?
You can view and review the lecture materials indefinitely, like an on-demand channel.
Can I take my courses with me wherever I go?
Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!
You may also like
- Top 10 Language Learning Courses to Learn in November 2024
- Top 10 Video Editing Courses to Learn in November 2024
- Top 10 Music Production Courses to Learn in November 2024
- Top 10 Animation Courses to Learn in November 2024
- Top 10 Digital Illustration Courses to Learn in November 2024
- Top 10 Renewable Energy Courses to Learn in November 2024
- Top 10 Sustainable Living Courses to Learn in November 2024
- Top 10 Ethical AI Courses to Learn in November 2024
- Top 10 Cybersecurity Fundamentals Courses to Learn in November 2024
- Top 10 Smart Home Technology Courses to Learn in November 2024
- Top 10 Holistic Health Courses to Learn in November 2024
- Top 10 Nutrition And Diet Planning Courses to Learn in November 2024
- Top 10 Yoga Instruction Courses to Learn in November 2024
- Top 10 Stress Management Courses to Learn in November 2024
- Top 10 Mindfulness Meditation Courses to Learn in November 2024
- Top 10 Life Coaching Courses to Learn in November 2024
- Top 10 Career Development Courses to Learn in November 2024
- Top 10 Relationship Building Courses to Learn in November 2024
- Top 10 Parenting Skills Courses to Learn in November 2024
- Top 10 Home Improvement Courses to Learn in November 2024