Udemy - The Complete Ruby on Rails Developer Course (2015)

0dayddl

U P L O A D E R

30e0c4d47f0f6e037e2cc49e00ed1cfd.jpg

Udemy - The Complete Ruby on Rails Developer Course (2015)
WEBRip | MP4/AVC, ~275 kb/s | 1280 x 720 | English: AAC, 48.0 kb/s (2 ch), 44.1 KHz | 4.59 GB
Genre: Development / Web Development | Language: English | +Project Files​

The Complete Ruby on Rails Developer Course provides a thorough introduction to Web Applications Development using the wildly popular Ruby on Rails framework. With over 22 hours of engaging video lectures and text follow-up lectures with directions, references and all the code used in the videos, this course is designed to take students with no programming/web development experience to accomplished Ruby on Rails developers while being just as useful for students who have experience coding in Rails and want to take their skills to the next level or students who are making the the switch to Ruby on Rails from other frameworks.

Why Ruby on Rails? Since its introduction, Ruby on Rails has rapidly become one of the most powerful and popular tools for building web applications for both startups and existing software houses. Some of the top sites using Ruby on Rails are Basecamp, Twitter, Shopify, Github, LivingSocial, Groupon, Hulu, Airbnb, Yellow Pages and much more. Ruby on Rails developers command some of the highest salaries in the development world and are in high demand.

This course takes a very structured approach of teaching Rails starting with Ruby - the programming language behind Rails. Everything from "Hello World" to Object Oriented Programming is covered. Students acquire skills rapidly utilizing homework assignments, quizzes, coding exercises and free web based resources alongside the video lectures. The text lectures also provide reference material after each video, it's like having multiple books in addition to the videos to guide students through the course.

At first all the code is done from scratch limiting the use of shortcuts and generators so students can understand what's really going on under the hood of Rails applications and can design them the way they want. Then with solid knowledge and understanding already in place, rapid prototyping methods are introduced in later parts of the course, showing use of generators and scaffolding.

Some key features of this course are:
- 214 lectures and 22+ hours of video content
- Ruby programming from writing your first program to say "Hello World" to Object Oriented Programming while building multiple mini-projects along the way
- Rails 4 using cloud-based Integrated Development Environment so no setup necessary
- Git for version control, Github as code repository, Heroku for production deployment
- Working with Amazon Web Services S3 bucket for storage, Sendgrid for production email functionality
- Custom credit card form creation and working with Stripe API to implement payment processing functionality
- Rails MVC structure in-depth - Models, Views, Controllers
- Design and conceptualization using wireframing tools
- Building authentication systems from scratch using default Rails stack, including admin feature, log in/logout and signup at first, then learning how to use Devise and then extend the basic functionality provided by Devise to customize it and speed up authentication systems
- Ajax, Jquery, Javascript - all 3 used in different parts of the course!
- Bootstrap for UI styling
- Learning to build test suites by writing Unit, Functional and Integration tests
- Migrations, one-to-many and complex many-to-many associations at the database layer and implementation with Rails using ActiveRecord
- much, much more!

What are the requirements?
  • Modern browser and internet connection
  • No prior programming or web app development experience of any kind necessary

What am I going to get from this course?
  • Over 214 lectures and 24 hours of content!
  • Learn how to rapidly prototype ideas and turn them into presentable apps
  • Become a Professional Ruby on Rails developer
  • Design and build virtually any web app you can imagine
  • Apply for jobs at software companies as Ruby on Rails developer

What is the target audience?
  • Anyone who wants to be a web app developer: This is a complete course which starts with Ruby and ends with creating multiple web apps with Rails.
  • Anyone who wants to learn to code: Ruby is a language built with programmer happiness in mind
  • Anyone who wants to bring their web app ideas to life
  • Anyone who wants to start their own startup with their own apps

Curriculum
Section 1: Introduction and Setup
Lecture 1 Introduction 03:53
Introduction to the course, instructor and brief overview of what is covered

Lecture 2 Course Structure, Overview and best way to use the course 04:41
Learn how to use the resources provided in the course, including video and text files. Also learn about the different sections and content

Lecture 3 Ruby on Rails Development Environment overview 02:22
Decide whether to sign up for online Integrated Development Environment or to develop locally

Lecture 4 Sign up for Integrated Development Environment 08:04
Sign up for an online Integrated Development Environment with nitrous, a reputed IDE provider, that comes with all the tools necessary, pre-installed, to get started with Ruby on Rails

Lecture 5 Setup Local Development Environment 14:56
How to setup local development environment if students choose not to use an online Integrated Development Environment which will be used during the course (this method is suggested for Mac users only)

Lecture 6 Get familiar with IDE and wrap up Section 1 13:12
Get familiar with and learn to use the Integrated Development Environment and wrap up section 1

Section 2: The Ruby Programming Language
Lecture 7 Introduction to Section 2 and Ruby 14:24
Introduction to Ruby - the language. Learn and write the first program to say "Hello World" in Ruby!

Lecture 8 Introduction to Ruby - Text with directions, references and code Text
Text code as follow-up for lecture on introduction to Ruby

Lecture 9 Working with Strings 19:42
Working with Strings in Ruby

Lecture 10 Working with Strings - Text with directions, references and code Text
Working with Strings in Ruby - text with directions, references and code

Lecture 11 Homework Solution: Analyzer program code Text
Text code for the Analyzer program homework assignment

Lecture 12 Working with numbers 15:33
Working with numbers and methods in Ruby

Lecture 13 Working with numbers - Text with directions, references and code Text
Working with numbers in Ruby - text with directions, references and code

Lecture 14 Homework Solution: Working with numbers - Analyzer Text
Text code for homework solution for working with numbers - Advanced Analyzer Program

Lecture 15 Methods and Branching 19:48
More methods and branching techniques in Ruby

Lecture 16 Methods and Branching - Text with directions, references and code Text
More methods and branching techniques in Ruby - text with directions, references and code

Lecture 17 Arrays and Iterators 18:39
Working with arrays and iterators in Ruby

Lecture 18 Arrays and Iterators - Text with directions, references and code Text
Working with arrays and iterators in Ruby - text with directions, references and code

Lecture 19 Hashes 12:53
Working with hashes in Ruby

Lecture 20 Hashes - Text with directions, references and code Text
Working with hashes in Ruby - text with directions, references and code

Lecture 21 Ruby Style Guide 03:35
A guide to styling in Ruby (indentation, tabs, spaces and more)

Lecture 22 Ruby Style Guide - Text with directions and references Text
Ruby styling - text with directions and references

Lecture 23 Homework Assignment: Area code dictionary 07:46
Homework assignment to build an area code dictionary using a hash structure

Lecture 24 Homework Assignment: Area code dictionary - Text directions Text
Text instructions for Homework Assignment to build an area code dictionary

Lecture 25 Solution: Area code dictionary 11:13
Solution to the homework assignment to build an area code dictionary

Lecture 26 Solution: Area code dictionary - Text version Text
Solution to homework assignment of creating an area code dictionary - text version

Lecture 27 Practice what you have learnt 01:21
Try ruby to practice ruby skills acquired so far

Lecture 28 Introduction to Object Oriented Programming 19:15
Classes, Objects, Instance variables and more

Lecture 29 Introduction to Object Oriented Programming - Text directions, refs and code Text
Text directions, references and code for intro to object oriented programming - working with classes, objects, instance variables and more

Lecture 30 Inheritance and Modules 10:00
Introduction to inheritance and modules in Ruby

Lecture 31 Inheritance and Modules - Text directions, references and code Text
Introduction to inheritance and modules in ruby - text directions, references and code

Lecture 32 Final Ruby Project - working with JSON 15:19
Final project in Ruby - working with JSON objects to wrap up section 2

Lecture 33 Text solution for Ruby Project - working with JSON Text
Solution to final Ruby project of working with JSON objects - text

Quiz 1 Ruby Quiz 5 questions
Section 3: Introduction to Ruby on Rails
Lecture 34 Introduction to Section 3 and Ruby on Rails kickoff 06:46
Introducing the Ruby on Rails framework

Lecture 35 Ruby on Rails kickoff - Text directions and references Text
Text follow-up for Intro to Section 3 and Ruby on Rails kickoff

Lecture 36 Model, View, Controller and Rails App Structure 19:54
Structure of a Rails application explained

Lecture 37 Model, View, Controller and Rails App Structure - Text references Text
Text follow-up to lecture on MVC structure of Rails applications

Lecture 38 Learn and practice HTML - Homework Assignment 02:43
Lecture with resources to learn HTML, and a homework assignment

Quiz 2 Create an HTML paragraph element 1 question
Quiz 3 Create an unordered list 1 question
Lecture 39 Route, Controller, Home and Homework Assignment! 16:23
Learn how to build a route, add a controller and actions

Lecture 40 Solution to Homework Assignment Text
Step by step directions and solution to homework assignment assigned in the last video

Lecture 41 Root Route, Git and Version Control 15:17
Creating a root route, introduction to Git, version control and using git for version control

Lecture 42 Root Route, Git and Version Control - Text directions and references Text
Text directions and references for root route, git and version control with git

Lecture 43 Setup Github Repository 12:24
Setup an remote code repository using Github and push local code to the repository

Lecture 44 Setup Github Repository - Text directions and references Text
Text directions and references for setting up online code repository

Lecture 45 Production Deploy! 12:13
Deploy app to production using Heroku

Lecture 46 Production Deploy - Text directions, references and code Text
Text directions for deploying app to production using Heroku

Lecture 47 CRUD, Scaffold and Wrap Section 3 18:37
Intro to Create, Read, Update and Delete database operations, scaffold generators and wrap up Section 3

Lecture 48 CRUD and Scaffold - Text directions, references and code Text
Text directions, references and code for CRUD database operations and scaffold generators

Quiz 4 Rails basics 3 questions
Section 4: CRUD Operations in Ruby on Rails
Lecture 49 Preview of Alpha Blog App 05:49
Preview of application built over next few sections

Lecture 50 Introduction to Section 4: Models, Migrations and Rails Console 19:37
Introduction to working with models, rails console and generating migrations to create tables

Lecture 51 Intro to Models, Migrations and Rails Console - Text directions and references Text
Text directions and references for working with models, migrations and the rails console

Lecture 52 Edit, Delete and Validations 11:53
Edit and delete actions, along with validations from the rails console

Lecture 53 Edit, Delete and Validations - Text directions and code Text
Text directions for working with edit and delete actions, along with validations from the rails console

Lecture 54 Create New Articles from UI 18:33
Add ability to create new articles from the browser

Lecture 55 Create New Articles from UI - Text directions and code Text
Text directions and code for creating new articles from the browser

Lecture 56 Complete New and Show Actions 14:55
Fix new and add show action for articles

Lecture 57 Complete New and Show Actions - Text directions and code Text
Text directions and code for fixing new action and adding show action

Lecture 58 Edit Articles 08:20
Add edit action for articles

Lecture 59 Edit Articles - Text directions and code Text
Text directions for editing articles action

Lecture 60 List Articles and Layout Links 13:29
Articles listing feature and working with links

Lecture 61 List Articles and Layout Links - Text directions and code Text
Text directions and code for listing articles feature and working with layout links

Lecture 62 Destroy and Partials 12:40
Add the destroy action and work with partials

Lecture 63 Destroy and Partials - Text directions and code Text
Text directions and code for destroy action and working with partials

Lecture 64 Deploy and Wrap Section 4 15:35
Before action, deploy to prod and wrap up section 4

Lecture 65 Deploy and Wrap Section 4 - Text directions, references and code Text
Text directions, references and code for deploying to prod and homework assignment to learn about bootstrap and CSS

Quiz 5 Rails UI 3 questions
Quiz 6 Define a style to set the font color 1 question
Quiz 7 Define a style to remove underlines from all hyperlinks 1 question
Section 5: Styling for your Rails Application
Lecture 66 Introduction to Section 5 04:27
Introduction to styling and mockups

Lecture 67 Install Bootstrap 06:22
Add bootstrap gem to application for styling

Lecture 68 Install Bootstrap - Text directions, references and code Text
Text directions, references and code for installing bootstrap-sass

Lecture 69 Build Homepage 18:43
Build homepage and navigation

Lecture 70 Complete Homepage - Footer and Image 16:19
Finish homepage by adding footer and image

Lecture 71 Complete Homepage - Text directions and code Text
Text directions and code for completing homepage

Lecture 72 Style Form Template 18:15
Add bootstrap styling to the form template

Lecture 73 Style Form Template - Text directions and code Text
Text directions and code for styling the form partial

Lecture 74 Style Messages 16:39
Add styling to messages and error displays

Lecture 75 Style Messages - Text directions and code Text
Text directions and code for styling messages and errors

Lecture 76 Style Show View 11:06
Add styling to the show view

Lecture 77 Style Show View - Text directions and code Text
Text directions and code for styling show template

Lecture 78 Style List View 10:13
Add styling to the articles listing view

Lecture 79 Style List View - Text directions and code Text
Text directions and code for styling articles listing view

Lecture 80 Deploy to Production and Wrap Section 5 05:36
Deploy the app to production and wrap up section 5

Lecture 81 Deploy to Production - Text directions and references Text
Text directions for deploying to production and homework reading assignment

Quiz 8 Rails front-end styling 3 questions
Section 6: Associations and Authentication Systems
Lecture 82 Intro to Section 6 and Associations 14:09
Introduction to associations between models

Lecture 83 Create Users 10:14
Create User model and users table

Lecture 84 Create Users - Text directions and code Text
Text directions and code for creating User model and users table using feature branch

Lecture 85 Add User Validations 15:45
Add validations to User model

Lecture 86 Add User Validations - Text directions and code Text
Text directions and code for adding validations to User model

Lecture 87 One to Many Association 19:41
Add a one-to-many association between users and articles

Lecture 88 One to Many Association - Text directions and code Text
Text directions and code to adding a one-to-many association between users and articles

Lecture 89 Show User Info in Articles 09:39
Show user data in articles

Lecture 90 Show User Info in Articles - Text directions and code Text
Text directions for showing user info in articles

Lecture 91 Add Secure Password 09:59
Add secure passwords to users for authentication system

Lecture 92 Add Secure Password - Text directions and code Text
Text directions and code for intro to authentication with adding secure passwords to users

Lecture 93 New User Signup 15:33
Add new user signup form and signup and create new users

Lecture 94 New User Signup - Text directions and code Text
Text directions and code for new user signup

Lecture 95 Edit Users 12:35
Add ability to edit existing users

Lecture 96 Edit Users - Text directions and code Text
Text directions and code for editing existing users

Lecture 97 Show User and Profile Image 15:52
Add ability to display users profile with a gravatar image

Lecture 98 Show User and Profile Image - Text directions and code Text
Text directions and code for showing user profiles with gravatar image

Lecture 99 Add Users Index 14:02
Add a users listing page

Lecture 100 Add Users Index - Text directions and code Text
Text directions for adding a users index page

Quiz 9 Rails actions, authentication and associations 4 questions
Section 7: Stock Tracker Social Media App
Quiz 10 Declare a variable and assign it a string value 1 question
Quiz 11 Create a simple function which accepts one parameter and returns a computed value 1 question
Quiz 12 Invoke a function 1 question
Quiz 13 Sort the characters of a string in alphabetical order 1 question

Many Thanks to Original uploader.

For More Rare Movies

Download Links:
No Mirrors Please

YoeqXCjd_o.jpg



AusFile
Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!
Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!
RapidGator
Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!
Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!
 
Kommentar

8152c45ce654b163587ff194a553c0b4.jpg

The Complete Ruby On Rails Developer Course
Last updated 2/2021
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 14.08 GB | Duration: 47h 52m​

Learn to make innovative web apps with Ruby on Rails and unleash your creativity

What you'll learn
Learn how to rapidly prototype ideas and turn them into presentable apps
Become a professional web application developer
Become a professional Ruby on Rails developer
Design and build virtually any web application you can imagine
Apply for jobs at software companies as Ruby on Rails developer
Requirements
Modern browser and internet connection
No prior programming or web app development experience necessary
Description
Now featuring Rails 6 - the latest version of the Ruby on Rails framework.Ruby on Rails Web Developer average salaries by city as of January 2020 (according to Glassdoor):New York - $95,000/yr, Boston - $97,000/yr, San Francisco - $100,719/yrNeed more reasons on "why Ruby on Rails?" Since its introduction, Ruby on Rails has rapidly become one of the most popular and powerful web application development tools for both startups and mature software companies. Some of the top sites in the world started with Ruby on Rails such as Basecamp, Twitter, Shopify, Github, LivingSocial, Groupon, Hulu, Airbnb, Yellow Pages and many more! Even after immense scaling, most of them continue to use Rails! Ruby on Rails developers routinely command the highest salaries in the tech industry!The Complete Ruby on Rails Developer is:#1 Web development course with Ruby on Rails on Udemy. 64,000+ students, 9500+ ratings, 57% of them are 5-star!#1 Best-seller in Ruby on Rails since it's launchThis is the only course you'll need where you learn how to build everything from simple to complex, deployable, production-ready web applicationsThis course currently features the Ruby programming language, 5 total apps - Alpha-blog and Finance Tracker featuring Rails 6, MessageMe and University app featuring Rails 5 and a SAAS app upgrade to Rails 6 underway!The Complete Ruby on Rails Developer Course provides a thorough introduction to Web Applications Development using the wildly popular Ruby on Rails framework. With 40+ hours of engaging video lectures and text follow-up lectures with directions, references and code, this course is designed to:- Take students with no prior programming or web application development experience to accomplished web application developers specializing in Ruby on Rails.- Give students with prior experience in Ruby on Rails or web development a leg up in the industry by helping them learn the ins and outs of back-end development with Rails and building complex apps at will. - Give professionals and students alike the avenue by which they can switch to Ruby on Rails as the back-end development framework of choice so they can build robust web apps in very quick time and bring their ideas to life.Current web apps built in the course (6):Sections 4 - 7: Alpha blog - CRUD functions, multiple resources, authentication system built from scratch, front-end using Bootstrap, one-to-many and many-to-many associations at DB layer, production deployment! Compatible with both Rails 4 and 5 (with repositories on each version). Built using Rails 6 (compatible with 4, 5, 6)Section 8: MessageMe real-time messaging app featuring ActionCable, use of WebSocket protocol and Semantic-UI front-end. Built using Rails 5!Section 9: Finance Tracker social media app - Learning to use Devise for authentication, generators, search forms, Ajax, JavaScript, search functionality, external API usage, secure credentials management, rapid prototyping. Built using Rails 6.Section 10: Photo App - Production email confirmation functionality, extending devise basic functionality, payment using Stripe API, file storage with AWS S3 bucket.Section 11: SaaS Project Management App - Multi-tenancy, extending devise and incorporating payment functionality with Stripe, multi-tiered teams, email invitations within teams, restrictions based on payment tiers and more!Section 12: University App (bonus) - Introductory Rails app (optional as beginner app for the course) - beginner friendly, along the lines of Alpha blog, but uses MaterializeCSS front-end framework instead of Bootstrap and walks through how to customize features in it. Built using Rails 5.Ruby on Rails - introduced 15 years ago - continues to be the cool but stable framework of choice for startups since it allows for rapid development - while maintaining structure and security - as complex and disruptive business ideas are brought to life in record time.This course takes a very structured approach of teaching Rails starting with Ruby - the programming language behind Rails. Everything from "Hello World" to Object Oriented Programming is covered. Students acquire skills rapidly; utilizing homework assignments, quizzes, coding exercises and free web based resources to go with the video lectures. The text lectures also provide reference material after each video, it's like having multiple books in addition to the videos to guide students through the course.At first all the code is done from scratch limiting the use of shortcuts and generators so students can understand what's really going on under the hood of Rails applications and can design them the way they want. Then with solid knowledge and understanding already in place, rapid prototyping methods are introduced in later parts of the course, showing use of generators and scaffolding, finishing with a complete Software as a Service Application that can be used to launch a startup!Some key features of this course are:- 250+ lectures and 40+ hours of video content- Ruby programming from scratch; writing your first program to say "Hello World" to Object Oriented Programming while building multiple mini-projects along the way- Local installation and development options made available for both Macs and Windows machines (that's right, Windows as well!)- Git for version control, Github as code repository, Heroku for production deployment- Working with Amazon Web Services S3 bucket for storage, Sendgrid for production email functionality, Multi-Tenancy using Milia- Custom credit card form creation and working with Stripe API to implement payment processing functionality- Rails MVC structure in-depth - Models, Views, Controllers- FREE live support- Design and conceptualization using wire-framing tools- Building authentication systems from scratch at first using the default Rails stack, including admin feature, log in/logout and signup. Then learning how to use Devise and extend the basic functionality provided by Devise to customize it and speed up authentication systems- Ajax, Jquery, plain JavaScript - all 3 used in different parts of the course!- Bootstrap, Semantic-UI and MaterializeCSS (using material design concepts) for UI styling- Fully automated test suites using Unit, Functional and Integration tests- Database associations: One-to-many, many-to-many, self-referential using ActiveRecord- much, much more!Join today and I'll see you in the course.

Overview

Section 1: Introduction and Setup

Lecture 1 Introduction

Lecture 2 Let's code the quiz!

Lecture 3 Course Structure, Overview and best way to use the course

Lecture 4 Ruby on Rails Development Environment overview

Lecture 5 [IMPORTANT] Development Environment Update - Please don't skip this text lecture

Lecture 6 Web apps built in the course - Preview series kickoff

Lecture 7 Preview: SaaS - Project Management App built in section 11

Lecture 8 Preview of MessageMe chat application showcasing real-time Rails - Section 8

Lecture 9 Preview of Finance Tracker App built in section 9, rapid prototyping

Lecture 10 Preview of Univ App using material design for front-end (Section 12)

Lecture 11 Preview of Alpha Blog App built from section 4 through 7

Section 2: The Ruby Programming Language

Lecture 12 How to get Free Live Help!

Lecture 13 Introduction to Section 2 and Ruby

Lecture 14 Introduction to Ruby - Text with directions, references and code

Lecture 15 Working with Strings part 1

Lecture 16 Working with Strings part 2: Getting input from user

Lecture 17 Working with Strings - Text with directions, references and code

Lecture 18 Homework Solution: Analyzer program code

Lecture 19 Working with numbers

Lecture 20 Working with numbers - Text with directions, references and code

Lecture 21 Homework Solution: Working with numbers - Analyzer

Lecture 22 Brief look at comparison operators

Lecture 23 Methods

Lecture 24 Branching if/elsif/else/end

Lecture 25 Methods and Branching - Text with directions, references and code

Lecture 26 Arrays and Iterators

Lecture 27 Arrays and Iterators - Text with directions, references and code

Lecture 28 Hashes

Lecture 29 Hashes - Text with directions, references and code

Lecture 30 Homework Project: Authenticator

Lecture 31 Authenticator project implementation

Lecture 32 Text lecture: Authenticator project code

Lecture 33 Ruby Style Guide

Lecture 34 Ruby Style Guide - Text with directions and references

Lecture 35 Homework Assignment: Area code dictionary

Lecture 36 Homework Assignment: Area code dictionary - Text directions

Lecture 37 Solution: Area code dictionary

Lecture 38 Solution: Area code dictionary

Lecture 39 Practice what you have learnt

Lecture 40 Introduction to Object Oriented Programming

Lecture 41 Introduction to Object Oriented Programming - Text directions, refs and code

Lecture 42 Attributes, getters and setters

Lecture 43 Attributes, getters, setters - Text directions, references and code

Lecture 44 Final Ruby project: Classes, Modules, Mixins - 1 - bcrypt

Lecture 45 Final Ruby project 1 - Text follow-up

Lecture 46 Final Ruby project: Classes, Modules, Mixins - 2 - methods

Lecture 47 Final Ruby project 2 - Text follow-up

Lecture 48 Final Ruby project: Classes, Modules, Mixins - 3 - modules

Lecture 49 Final Ruby project 3 - Text follow-up

Lecture 50 'self' notation for method names

Lecture 51 Final Ruby project: Classes, Modules, Mixins - 4 - include

Lecture 52 Final Ruby project 4 - Text follow-up

Section 3: Introduction to Ruby on Rails

Lecture 53 Introduction to Section 3 and Ruby on Rails kickoff

Lecture 54 Ruby on Rails kickoff - Text directions and references

Lecture 55 Model, View, Controller and Rails App Structure

Lecture 56 Model, View, Controller and Rails App Structure - Text references

Lecture 57 Required: Ruby on Rails installation (local or cloud-IDE)

Lecture 58 Root route, controller, more MVC and say 'Hello World!'

Lecture 59 Root route, controller and more MVC - Text directions and references

Lecture 60 Structure of a Rails application

Lecture 61 Structure of a Rails application - Text references

Lecture 62 Version control with Git

Lecture 63 Version control with Git - text references

Lecture 64 Setup online code repository with GitHub

Lecture 65 Setup online code repo with Github - Text directions and references

Lecture 66 Front-end: Learn and practice HTML and CSS

Lecture 67 Learn and practice HTML and CSS references

Lecture 68 Add About page and homework assignment

Lecture 69 Add About page and homework assignment - Text reference and code

Lecture 70 Production Deploy!

Lecture 71 Production Deploy - Text directions, references and code

Lecture 72 The back-end: Database and tables in Rails

Lecture 73 The back-end: CRUD, scaffold and wrap-up section 3

Lecture 74 CRUD and scaffold generators - Text directions, references and code

Section 4: CRUD Operations in Ruby on Rails

Lecture 75 Preview of Alpha Blog App and Information

Lecture 76 Introduction to Section 4: Tables, migrations and naming conventions

Lecture 77 Intro to tables, migrations, rails conventions - text references

Lecture 78 Models and rails console

Lecture 79 Models and rails console - text references

Lecture 80 CRUD operations from rails console

Lecture 81 CRUD ops from rails console - text directions and code

Lecture 82 Validations

Lecture 83 Validations - text references

Lecture 84 Show articles (route, action and view)

Lecture 85 Show articles feature - text references and code

Lecture 86 Articles index

Lecture 87 Articles index - text references and code

Lecture 88 Forms - build a new article creation form

Lecture 89 Forms - new article form text reference

Lecture 90 Create action - save newly created articles

Lecture 91 Create action - text references

Lecture 92 Messaging - validation and flash messages

Lecture 93 Messaging - validation and flash messages - text references

Lecture 94 Edit and update: update existing articles

Lecture 95 Edit and update - text references and code

Lecture 96 Delete: delete articles

Lecture 97 Delete articles - text references

Lecture 98 User Interface - add layout links

Lecture 99 Layout links: text references

Lecture 100 DRY (Don't Repeat Yourself) code - refactoring and partials

Lecture 101 DRY code - text references

Lecture 102 Production deploy and wrap up section 4

Lecture 103 Production deploy - text follow-up

Section 5: Styling for your Rails Application

Lecture 104 Introduction to Section 5 and styling

Lecture 105 Learn to use Bootstrap

Lecture 106 Install Bootstrap, asset pipeline, JavaScript, webpack - Rails 6 vs 5

Lecture 107 Install Bootstrap, asset pipeline - text directions, references and code

Lecture 108 Install Bootstrap in Rails 5 (or earlier versions)

Lecture 109 Install Bootstrap in Rails 5 - text references

Lecture 110 Build homepage

Lecture 111 Build homepage - text follow-up

Lecture 112 Layout links using Bootstrap classes

Lecture 113 Layout links - text follow-up

Lecture 114 Style articles index page

Lecture 115 Style index view - text references

Lecture 116 Style form partial

Lecture 117 Style form - text references and code

Lecture 118 Style validation and flash messages

Lecture 119 Style messages - text references

Lecture 120 Style show view

Lecture 121 Style show view - text references

Lecture 122 Cleanup layout, production deploy and wrap up section 5

Lecture 123 Cleanup layout - text references

Section 6: Associations and Authentication Systems

Lecture 124 Introduction to section 6: users, associations, ERD and more

Lecture 125 One-to-many associations demo with the rails console

Lecture 126 Create users

Lecture 127 Create users - text directions and code

Lecture 128 Add user validations

Lecture 129 Add user validations - text directions and code

Lecture 130 One to many association

Lecture 131 One to many association - text directions and code

Lecture 132 Show user info in articles

Lecture 133 Show user info in articles - text directions and code

Lecture 134 Alter object state before_save

Lecture 135 Alter object state before_save - text directions

Lecture 136 Add secure password

Lecture 137 Add secure password - text directions and code

Lecture 138 New user signup form

Lecture 139 New User Signup - text directions and code

Lecture 140 Create new users (back-end)

Lecture 141 Create new users - text directions and references

Lecture 142 Edit users

Lecture 143 Edit users - text directions and code

Lecture 144 Show user and profile image

Lecture 145 Show user and profile image - text directions and code

Lecture 146 Add users index

Lecture 147 Add users index - text directions

Lecture 148 Cleanup layout

Lecture 149 Cleanup layout - text reference

Lecture 150 Add pagination to views

Lecture 151 Add pagination to views - text references

Lecture 152 Add login form

Lecture 153 Add login form - text references

Lecture 154 Create and destroy user sessions

Lecture 155 Create and destroy sessions for users - text directions and code

Lecture 156 Authentication helper methods

Lecture 157 Authentication helper methods - text reference and code

Lecture 158 Controller methods as helper methods

Lecture 159 Controller methods as helper methods - text references

Lecture 160 Restrict actions from UI

Lecture 161 Restrict actions from UI - text references

Lecture 162 Modify navigation based on helpers

Lecture 163 Modify navigation - text references

Lecture 164 Restrict actions at controller level - articles

Lecture 165 Restrict actions for articles controller - text references

Lecture 166 Restrict actions in controller level - users

Lecture 167 Restrict actions for users controller - text references

Lecture 168 Delete user

Lecture 169 Delete user - text references

Lecture 170 Add admin user functionality - intro

Lecture 171 Admin user intro - text references

Lecture 172 Add admin user access through views and controllers

Lecture 173 Add admin user access - text references

Lecture 174 Assignment - alert message color based on type

Lecture 175 Assignment solution - text references

Lecture 176 Production deploy and wrap up section 6

Section 7: Many-To-Many Associations and Automated Testing - Integration, Functional, Unit

Lecture 177 Introduction to Section 7

Lecture 178 Category model and testing

Lecture 179 Category model and testing - text references and code

Lecture 180 Validations using unit tests

Lecture 181 Validations using unit tests - text references

Lecture 182 Categories controller and tests

Lecture 183 Categories controller and tests - text references and code

Lecture 184 Create category and test

Lecture 185 Create category - text references and code

Lecture 186 Integration test: Create category business process

Lecture 187 Integration test: Create category - text references

Lecture 188 Integration test for invalid category

Lecture 189 Integration test for invalid category - text references

Lecture 190 Integration test and feature: listing categories

Lecture 191 Integration test and feature: listing categories - text directions and code

Lecture 192 Admin user requirement and test

Lecture 193 Admin user requirement and test - text references

Lecture 194 Update navigation

Lecture 195 Update navigation - text references

Lecture 196 Many-to-many association - introduction

Lecture 197 Many-to-many association - back-end implementation

Lecture 198 Many-to-many association - implementation - text references

Lecture 199 Add association from UI

Lecture 200 Add association from UI - text references

Lecture 201 Update article views to display categories

Lecture 202 Update article views - text references

Lecture 203 Complete category index and show views

Lecture 204 Complete category index and show - text references

Lecture 205 Edit categories

Lecture 206 Edit categories - text references

Lecture 207 Deploy to production, homework, wrap up section 7

Lecture 208 Deploy to production, homework and wrap section 7 - text

Section 8: Real-time Rails - MessageMe Chat app using ActionCable and web sockets

Lecture 209 Preview of the app built in this section

Lecture 210 (IMPORTANT) Notes about this section

Lecture 211 Start new rails app (local, cloud9, AWS cloud9 all 3 for demo)

Lecture 212 Task 1: Version control

Lecture 213 Task 2: Root and Login routes

Lecture 214 Install Semantic-UI for front-end

Lecture 215 Add navigation menu

Lecture 216 Enable dropdown functionality and create nav partial

Lecture 217 Add favicon

Lecture 218 Build Chatroom Homepage

Lecture 219 Complete Chatroom

Lecture 220 Task 3: Build login page

Lecture 221 Explore the back-end design

Lecture 222 Task 4: Build User resource

Lecture 223 Task 5: Build Message resource

Lecture 224 Task 6: Add actual messages from table

Lecture 225 Add message partial and refactor some code

Lecture 226 Task 7: Start authentication system

Lecture 227 Add authentication system - create and destroy sessions

Lecture 228 Enable flash messages display

Lecture 229 Restrict views at controller layer

Lecture 230 Add messages from UI

Lecture 231 Introduction to WebSocket protocol

Lecture 232 Implementing real-time with ActionCable overview

Lecture 233 Generate a Chatroom channel

Lecture 234 Modify and broadcast messages

Lecture 235 Display messages using partial

Lecture 236 Add auto-scrolling to chat window

Lecture 237 Beautify input box, functionality and create custom scope

Lecture 238 Section Project

Lecture 239 Section conclusion notes

Section 9: Stock Tracker Social Media App

Lecture 240 Preview and Details of Stock Tracker Social Media App

Lecture 241 Finance Tracker Requirements

Lecture 242 Finance Tracker Assignment 1 - Text

Lecture 243 Assignment 1 completion

Lecture 244 Finance Tracker Assignment 2 - Text

Lecture 245 Assignment 2 completion

Lecture 246 Add devise gem for authentication

Lecture 247 Create users using devise

Lecture 248 Test authentication system, login, logout

Lecture 249 Assignment: Add Bootstrap to the application

Lecture 250 Implementation: Add Bootstrap 4 step by step

Lecture 251 Update views

Lecture 252 Update layout: containers for styling

Lecture 253 Layout Assignment: Add messages and nav partial

Lecture 254 Setup and use API key to get stock data

Lecture 255 Create Stock model with attributes

Lecture 256 Stock lookup: build class method to lookup stock info

Lecture 257 Secure credentials in Rails 6

Lecture 258 Store secure API key

Lecture 259 Setup front-end structure for stock lookup

Lecture 260 Build Stock Lookup Form

Lecture 261 Display stock price in browser

Lecture 262 Create and display stock objects in browser

Lecture 263 Dealing with invalid search results

Lecture 264 Use Ajax for form submission

Lecture 265 Setup JavaScript response

Lecture 266 JavaScript responses to invalid search results

Lecture 267 Users and stocks: many-to-many association

Lecture 268 Setup UserStock resource

Lecture 269 Stocks listing view

Lecture 270 Cleanup application layout

Lecture 271 Track stocks from front-end: browser

Lecture 272 Implement stock tracking restrictions

Lecture 273 Add functionality to remove tracking

Lecture 274 Modify user model

Lecture 275 Accept additional fields in app - edit action

Lecture 276 Complete signup assignment

Lecture 277 Self referential association - users and friends

Lecture 278 Assignment completion walkthrough: friends list

Lecture 279 Assignment: Create search friends form

Lecture 280 Add JavaScript response to form submission

Lecture 281 Search users/friends: implement search method

Lecture 282 Display search results in the browser

Lecture 283 Implement remove tracking functionality

Lecture 284 Implement add friend functionality

Lecture 285 Display user/friend profile and tracking options

Lecture 286 Finance Tracker Assignment and section wrap up

Section 10: Email, Custom Payment Functionality and File Uploads

Lecture 287 IMPORTANT: Preview of material covered in this section

Lecture 288 Start Photo App

Lecture 289 Start Photo App - Text directions and code

Lecture 290 Setup Authentication System

Lecture 291 Setup Authentication System - Text directions and code

Lecture 292 Sending Email in Production

Lecture 293 Sending Email in Production - Text directions and code

Lecture 294 Update Layout and Test Email in Production

Lecture 295 Update Layout and Test Production Email - Text directions and code

Lecture 296 Build Homepage

Lecture 297 Build Homepage - Text directions and code

Lecture 298 Stripe and Payment Introduction

Lecture 299 Stripe for Payment Introduction - Text directions, references and code

Lecture 300 Payment Model

Lecture 301 Payment Model - Text directions and code

Lecture 302 Update Form for Credit Card Payments

Lecture 303 Update Form for Credit Card Payments - Text directions and code

Lecture 304 Javascript Events

Lecture 305 Javascript Events - Text directions and code

Lecture 306 Extend Devise Registrations Controller

Lecture 307 Extend Devise Registrations Controller - Text directions, references and code

Lecture 308 Fix Conflict Bug

Lecture 309 Fix Conflict Bug - Text directions

Lecture 310 Image Upload

Lecture 311 Image Upload - Text directions and code

Lecture 312 Image Size Validations

Lecture 313 Image Size Validations - Text directions and code

Lecture 314 Image Upload in Production

Lecture 315 Image Upload in Production - Text directions and code

Lecture 316 Complete Prod Image Upload

Lecture 317 Complete Prod Image Upload - Text directions and code

Section 11: Software as a Service Project Management App

Lecture 318 Preview of the Saas - Project Management App

Lecture 319 Pre-requisites for this section - Important - Please Read!

Lecture 320 Start the new SaaS app

Lecture 321 Start new SaaS app - Text directions and code

Lecture 322 Setup email

Lecture 323 Setup email - Text directions and code

Lecture 324 Setup Milia and Devise

Lecture 325 IMPORTANT - don't skip! Setup Milia and Devise - Text directions and code

Lecture 326 Add Bootstrap for styling

Lecture 327 Add Bootstrap for styling - Text directions and code

Lecture 328 Build Homepage and add styling

Lecture 329 Build Homepage and add styling - Text directions and code

Lecture 330 Add Plans for Tenants

Lecture 331 Add Plans for Tenants - Text directions and code

Lecture 332 Confirmations and Styling

Lecture 333 Confirmations and Styling - Text directions and code

Lecture 334 Invite new members

Lecture 335 Invite new members - Text directions and code

Lecture 336 Projects for Tenants

Lecture 337 Projects for Tenants - Text directions and code

Lecture 338 Projects Controller

Lecture 339 Projects Controller - Text directions and code

Lecture 340 Add Datepicker

Lecture 341 Add Datepicker - Text directions and code

Lecture 342 Projects show and list

Lecture 343 Projects show and list - Text directions and code

Lecture 344 Create Artifacts

Lecture 345 Create Artifacts - Text directions and code

Lecture 346 Setting up AWS

Lecture 347 Setting up AWS - Text directions

Lecture 348 Upload Artifacts

Lecture 349 Upload Artifacts - Text directions and code

Lecture 350 Complete Artifacts

Lecture 351 Complete Artifacts - Text directions and code

Lecture 352 Fix AWS issues and Preview App

Lecture 353 Fix AWS issues and Preview App - Text reference

Lecture 354 Setup Stripe for Payments

Lecture 355 Setup Stripe for Payments - Text directions and code

Lecture 356 Form for Credit Card Fields

Lecture 357 Form for Credit Card Fields - Text directions and code

Lecture 358 Javascript details - Stripe and Payment Processing

Lecture 359 Javascript details - Stripe and Payment Processing - Text code

Lecture 360 Javascript continued

Lecture 361 Custom Registrations Controller

Lecture 362 Custom Registrations Controller - Text directions and code

Lecture 363 Edit Tenant Plans

Lecture 364 Edit Tenant Plans - Text directions and code

Lecture 365 Update Action

Lecture 366 Update Action - Text directions and code

Lecture 367 Add Admin User for Organizations

Lecture 368 Add Admin User for Organizations - Text directions and code

Lecture 369 Create Nav Partial

Lecture 370 Create Nav Partial - Text directions and code

Lecture 371 Users and Projects

Lecture 372 Users and Projects - Text directions and code

Lecture 373 Complete User - Project views

Lecture 374 Complete User - Project views - Text directions and code

Lecture 375 Bug Fixes, Preview and Deploy!

Lecture 376 Bug Fixes, Preview and Deploy - Text directions and code

Section 12: Material Design (MaterializeCSS) as front-end

Lecture 377 Section intro - Use MaterializeCSS as front-end instead of bootstrap

Lecture 378 Notes about this section (Important please read)

Lecture 379 Start new rails app, run server - both local and cloud-IDE example

Lecture 380 App structure, MVC and root route

Lecture 381 Naming conventions - Convention over configuration

Lecture 382 Add routes

Lecture 383 Explore the layout file and erb

Lecture 384 Start styling the app

Lecture 385 Add front-end framework and navigation

Lecture 386 Create a sticky footer

Lecture 387 Add dropdown feature and hamburger menu

Lecture 388 Work on the content layout view - Courses

Lecture 389 CRUD from the back-end and courses resource

Lecture 390 Front-end display and validations

Lecture 391 Learn how to use partials

Lecture 392 Create students resource

Lecture 393 Create students resource - Text follow-up directions

Lecture 394 Students index

Lecture 395 Create a new student form

Lecture 396 Create students and work with errors

Lecture 397 Add flash messages and errors

Lecture 398 Student show page

Lecture 399 Edit student functionality

Lecture 400 DRY your code - extract redundancies

Lecture 401 Add secure password

Lecture 402 Update forms to accept passwords and modify styling

Lecture 403 Authentication system - build routes and form

Lecture 404 Create and destroy sessions - add auth methods

Lecture 405 Restrict actions, views and clean up layout

Lecture 406 Introduction to many to many associations

Lecture 407 Create association from rails console

Lecture 408 Add associations from front-end

Section 13: Rails installation and usage: Mac

Lecture 409 Terminal basics in MacOS

Lecture 410 Command Line Tools

Lecture 411 Text editor

Lecture 412 Install (or check installation of) NodeJS

Lecture 413 Install Yarn (JavaScript package manager)

Lecture 414 Install RVM (Ruby version manager)

Lecture 415 Install Ruby

Lecture 416 Install and setup Git for version control

Lecture 417 Install and use Ruby on Rails 6

Lecture 418 Install and use Ruby on Rails 5

Section 14: Rails installation and usage: AWS Cloud9

Lecture 419 Amazon Web Services Cloud9 setup

Lecture 420 Terminal basics in AWS Cloud9

Lecture 421 Install (or check installation of) Rails dependencies in IDE

Lecture 422 Install and use Rails 6 on AWS Cloud9

Lecture 423 Install and use Rails 5 on AWS Cloud9

Section 15: Rails Installation and usage: Windows

Lecture 424 Command Line/Powershell basics

Lecture 425 Text editor

Lecture 426 Install Ruby

Lecture 427 Install (or check installation of) NodeJS and Yarn

Lecture 428 Install and setup Git for version control

Lecture 429 Install Ruby on Rails 6 and create new Rails application

Lecture 430 Install Ruby on Rails 5 and create new Rails 5 applications

Section 16: Thank you and next steps

Lecture 431 Final Student Project

Lecture 432 Thank you

Anyone who wants to be a web app developer: This is a complete course which starts with Ruby and ends with creating multiple web apps with Rails 5 & 6.,Anyone who wants to learn to code: Ruby is a language built with programmer happiness in mind,Anyone who wants to bring their web app ideas to life,Anyone who wants to start their own startup with their own apps

yjLPTwyY_o.jpg



RapidGator
Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!
NitroFlare
Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!
DDownload
Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!
 
Kommentar

In der Börse ist nur das Erstellen von Download-Angeboten erlaubt! Ignorierst du das, wird dein Beitrag ohne Vorwarnung gelöscht. Ein Eintrag ist offline? Dann nutze bitte den Link  Offline melden . Möchtest du stattdessen etwas zu einem Download schreiben, dann nutze den Link  Kommentieren . Beide Links findest du immer unter jedem Eintrag/Download.

Data-Load.me | Data-Load.ing | Data-Load.to | Data-Load.in

Auf Data-Load.me findest du Links zu kostenlosen Downloads für Filme, Serien, Dokumentationen, Anime, Animation & Zeichentrick, Audio / Musik, Software und Dokumente / Ebooks / Zeitschriften. Wir sind deine Boerse für kostenlose Downloads!

Ist Data-Load legal?

Data-Load ist nicht illegal. Es werden keine zum Download angebotene Inhalte auf den Servern von Data-Load gespeichert.
Oben Unten