Dissecting Ruby on Rails 5 – Become a Professional Developer
Dissecting Ruby on Rails 5 – Become a Professional Developer, available at $109.99, has an average rating of 4.25, with 248 lectures, 3 quizzes, based on 3132 reviews, and has 20595 subscribers.
You will learn about Build a professional Rails application. Implement advanced JavaScript components, such as persistent drag and drop functionality and live page update via ActionCable into a Rails application. Deploying a Rails application along with the ActionCable web socket feature to Heroku. Build a Rails 5 application that utilizes multiple layouts. Build jQuery and CoffeeScript components that can be utilized by the Rails application. This course is ideal for individuals who are This course is for someone who wants to learn how to build professional grade Ruby on Rails applications or This course is for developers that want to learn advanced features specific to the Ruby on Rails version 5 framework, such as ActionCable It is particularly useful for This course is for someone who wants to learn how to build professional grade Ruby on Rails applications or This course is for developers that want to learn advanced features specific to the Ruby on Rails version 5 framework, such as ActionCable.
Enroll now: Dissecting Ruby on Rails 5 – Become a Professional Developer
Summary
Title: Dissecting Ruby on Rails 5 – Become a Professional Developer
Price: $109.99
Average Rating: 4.25
Number of Lectures: 248
Number of Quizzes: 3
Number of Published Lectures: 247
Number of Published Quizzes: 3
Number of Curriculum Items: 251
Number of Published Curriculum Objects: 250
Original Price: $189.99
Quality Status: approved
Status: Live
What You Will Learn
- Build a professional Rails application.
- Implement advanced JavaScript components, such as persistent drag and drop functionality and live page update via ActionCable into a Rails application.
- Deploying a Rails application along with the ActionCable web socket feature to Heroku.
- Build a Rails 5 application that utilizes multiple layouts.
- Build jQuery and CoffeeScript components that can be utilized by the Rails application.
Who Should Attend
- This course is for someone who wants to learn how to build professional grade Ruby on Rails applications
- This course is for developers that want to learn advanced features specific to the Ruby on Rails version 5 framework, such as ActionCable
Target Audiences
- This course is for someone who wants to learn how to build professional grade Ruby on Rails applications
- This course is for developers that want to learn advanced features specific to the Ruby on Rails version 5 framework, such as ActionCable
Latest course update: March 2021 – Added multiple sections for the Ruby on Rails 6 full course update.
Through the years I’ve constantly heard the same question from students: “I can follow a tutorial, but I don’t feel confident enough to build apps/features from scratch”. This course is my answer to that question. I’m not satisfied in simply teaching you how to build an application, my goal is to teach you to understand how to build professional web applications, not to simply follow a tutorial. This is the most comprehensive course I’ve ever put together and combines my 14+ years of development experience.
I took a completely different approach in building this course. This course is unique for a number of reasons:
-
Curriculum – After completing the initial course outline I sent it out to a group of CTOs and Senior Rails developers from around the world. I asked them to go through the list of features and add the full set of skills they look for when hiring Rails devs. The course outline literally doubled based on their input. So the features that we’re going to build throughout this course aren’t simply my idea of what it takes to build progressional grade Rails applications, it’s the combined knowledge over over a dozen premier developers from a wide variety of industries. One of the hiring managers who reviewed the outline responded to the outline and said, “If you send me developers who build this full set of features, I’ll hire them on the spot!”.
-
Deep Dives – Going through tutorials is great. However, many times courses that simply walk through the build out of a project skip over important concepts. For this reasons I have created a Deep Dive at the end of each section of this course. These guides select the most challenging topics of each section and give a detailed walk through of the concept so that you can completely understand how to work with the key features of the Rails framework.
-
Full Stack – Many courses promise to teach you how to become a full stack developer, but most of them simply gloss over the concepts that you need in order to build truly professional applications. This course was built to walk you through a real world approach to full stack coding. This includes: backend development with Ruby on Rails, front end coding with HTML/CSS/JavaScript/jQuery, along with advanced ways to use SQL for database management.
-
Immersive – This is not a light and easy course that you can go through in a weekend. This course was designed specifically for coding bootcamp students that have the goal of becoming professional developers. This means that there is over 35 hours of video lessons and you will build a professional grade Rails application by the time you have completed the course.
So with all that being said, let’s talk about everything that we’re going to build throughout the guides. We’re going to build a feature rich portfolio application that you can actually use for your own portfolio (I’m even using it for my own portfolio). Let’s walk through the full feature set of what the application will include:
-
Building out a professional Rails environment (if you’re on a PC I even built a free C9 dashboard that you can use for this course).
-
We’ll utilize Pivotal tracker to follow SCRUM project management best practices throughout the build of this application, just like you’ll do in a professional dev shop.
-
Examine how to work with Rails generators, including how to customize the generators so that you can have your very own scaffolds.
-
Work with data flow in Rails. One of my strongest beliefs is that if you can understand how data flow works in Rails, you can build anything! With that in mind we’ll take a step by step approach for understanding how data comes into a Rails app and how you can build features that utilize the process.
-
Manage a database. You’ll learn advanced SQL techniques for working with data in a Rails application, including how to manage data relationships between tables along with what it takes to implement efficient queries.
-
Best practices. Writing clean code is one of the key requirements of professional Rails developers, throughout the course we’ll walk through what professional grade code looks like and the common patterns you’ll need to know in order to build well written applications.
-
JavaScript and jQuery components. One of the hallmarks of a modern Rails application is the proper integration of JavaScript features. Throughout the course we’ll walk through advanced JavaScript features such as how to integrate drag and drop functionality for users and how to build dynamic forms that change based on user input, all without a page refresh!
-
Streaming Live Data/Page Updates with ActionCable. The top new feature in Rails 5 was definitely Action Cable, which allows for Rails to utilize web sockets and have live page updates. In this course we’ll build a real time commenting feature for our portfolio that will showcase your JavaScript skills to everyone who visits your new site.
-
API Integration. Because most modern applications need to communicate with the outside world, in this course we’ll build an integration with the Twitter API to pull in real time tweets into our portfolio application.
-
RubyGem Libraries. In addition to teaching you about how to use RubyGems in a Rails application, I also show you how to create your very own RubyGem from scratch and walk through how to use it in your application.
-
In addition to all of these features, we’ll also examine: advanced forms, how to integrate professional styles by leveraging Bootstrap 4, building a connection to AWS for file uploads, and how to deploy our application to the web.
In addition to the lectures, I also include the source code for each guide so that you can always have access to the full codebase for the application.
I look forward to going through this immersive program with you and good luck with the coding!
Course Curriculum
Chapter 1: Mac Environment Customization
Lecture 1: The Application We're Going to Build
Lecture 2: Section Introduction
Lecture 3: Introduction to the Command Line Interface in Mac and Linux
Lecture 4: Installing the X-Code Command Line Tools for Mac
Lecture 5: Installing Git for Source Code Version Control
Lecture 6: How to Install Homebrew on a Mac
Lecture 7: Installing GPG Security System on a Mac
Lecture 8: Guide to RVM for Ruby Management
Lecture 9: Configuring RubyGems and Installing Rails
Lecture 10: Installing the Postgres Database on a Mac
Lecture 11: Installing and Working with the Sublime Text Editor
Lecture 12: Deep Dive into the Command Line – Part 1 of 2
Lecture 13: Deep Dive into the Command Line – Part 2 of 2
Chapter 2: PC Environment Setup
Lecture 1: Note to PC Users
Lecture 2: PC Environment Setup: Installing Virtual Box
Lecture 3: Guide to Installing Ubuntu Linux in VirtualBox
Lecture 4: How to Reboot a Linux Virtual Machine from the Terminal
Lecture 5: Installing Desktop Applications and Ubuntu Navigation Tips and Tricks
Lecture 6: How to Sign Up for a GitHub Account
Lecture 7: How to Install Git on Linux and Connect to GitHub via SSH
Lecture 8: How to Securely Install Node and NPM on Linux via NVM
Lecture 9: Installing the Heroku CLI and the Full Deployment Lifecycle
Lecture 10: How to Install and Work with Sublime Text in Linux
Lecture 11: PC Setup: Guide for Ruby on Rails and Postgres on Linux – Part 1 of 2
Lecture 12: PC Setup: Guide for Ruby on Rails and Postgres on Linux – Part 2 of 2
Lecture 13: Fixing the Role Does Not Exist Error
Chapter 3: App Creation and Project Planning
Lecture 1: Section Introduction
Lecture 2: Signing Up for a Project Management Account
Lecture 3: Managing the Project Management Dashboard
Lecture 4: Download Project Management Data
Lecture 5: Importing Project Management Tasks into Pivotal Tracker
Lecture 6: Creating a Rails Application
Lecture 7: Generating a Blog for the Portfolio Application Using Rails Scaffolds
Lecture 8: Analyzing the Rails Process: Index and Show Actions
Lecture 9: Analyzing the Rails Process: New, Create, Update, Edit, and Destroy Actions
Lecture 10: Analyzing the Rails Process: Routing with Resources
Lecture 11: Rails File System Overview
Lecture 12: Updating the Project Management Dashboard
Lecture 13: Deep Dive: Analyzing the Application Generator – Part 1 of 2
Lecture 14: Deep Dive: Analyzing the Application Generator – Part 2 of 2
Chapter 4: Implementing Version Control
Lecture 1: Section Introduction
Lecture 2: How to Sign Up for a GitHub Account
Lecture 3: Generating SSH Keys to Securely Communicate with GitHub
Lecture 4: Guide to GitHub
Lecture 5: How to Update a .gitignore File to Securely Store Secret Credentials
Lecture 6: Guide to the Markdown Syntax
Lecture 7: Updating the Git Sprint in the Project Management Dashboard
Lecture 8: Deep Dive: Analyzing Version Control and Git – Part 1 of 2
Lecture 9: Deep Dive: Analyzing Version Control and Git – Part 2 of 2
Chapter 5: Rails Generators
Lecture 1: Section Introduction
Lecture 2: Guide to the Rails Controller Generator to Build Pages Part 1 of 2
Lecture 3: Guide to the Rails Controller Generator to Build Pages Part 2 of 2
Lecture 4: Guide to the Rails Model Generator to Build out Data Specific Features
Lecture 5: Guide to the Rails Resource Generator for Building Out the Portfolio Feature
Lecture 6: Deep Dive: Analyze Rails Generators and How to Customize a Generator – 1 of 2
Lecture 7: Deep Dive: Analyze Rails Generators and How to Customize a Generator – 2 of 2
Chapter 6: Data Flow in Rails
Lecture 1: Section Introduction
Lecture 2: Building out a Seeds File for Generating Dynamic Sample Data
Lecture 3: Implement an Index Action from Scratch in Rails
Lecture 4: Build the New and Create Functionality from Scratch in Rails
Lecture 5: Implement the Ability to Edit Database Records from Scratch in Rails
Lecture 6: How to Use the Link To Method in Rails for Creating Dynamic Links
Lecture 7: How to Implement the Show Action from Scratch in Rails
Lecture 8: Building the Ability to Delete Items in Rails
Lecture 9: How to Implement Custom Routes for Pages in Rails
Lecture 10: How to Override the Rails Resources Routes for the Show Action
Lecture 11: How to Implement Permalinks in a Rails Application – Part 1 of 2
Lecture 12: How to Implement Permalinks in a Rails Application – Part 2 of 2
Lecture 13: How to Use Enums in Rails to Manage Data Stages
Lecture 14: How to Implement a Custom Action in Rails via a Button Click – Part 1 of 2
Lecture 15: How to Implement a Custom Action in Rails via a Button Click – Part 2 of 2
Lecture 16: Updating the Project Management Dashboard and Performing a Pull Request
Lecture 17: Deep Dive: Rails Routing and Data Flow – Part 1 of 3
Lecture 18: Deep Dive: Rails Routing and Data Flow – Part 2 of 3
Lecture 19: Deep Dive: Rails Routing and Data Flow – Part 3 of 3
Chapter 7: Data Management in Rails
Lecture 1: Section Introduction
Lecture 2: Implementing Data Validations in Rails 5
Lecture 3: Guide to Data Relationships in Rails
Lecture 4: How to Implement Custom Scopes in Rails 5
Lecture 5: How to Set Default Values in Rails 5
Lecture 6: How to Use Concerns in Rails 5
Lecture 7: Building an Additional Parent/Child Relationship in Rails 5
Lecture 8: Rails 5 Complex Forms: Configuring Nested Attributes in the Model
Lecture 9: Rails 5 Complex Forms: Configuring Nested Attributes in the Form
Lecture 10: Deep Dive: Working with SQL and ActiveRecord in Rails 5 – Part 1 of 3
Lecture 11: Deep Dive: Working with SQL and ActiveRecord in Rails 5 – Part 2 of 3
Lecture 12: Deep Dive: Working with SQL and ActiveRecord in Rails 5 – Part 3 of 3
Chapter 8: Rails 5 Authentication
Lecture 1: Section Introduction
Lecture 2: How to Install Devise in Rails 5
Lecture 3: Using Devise to Implement Registrations and Login Functionality
Instructors
-
Jordan Hudgens
CTO at Bottega Code School
Rating Distribution
- 1 stars: 29 votes
- 2 stars: 27 votes
- 3 stars: 169 votes
- 4 stars: 784 votes
- 5 stars: 2123 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