|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/the-complete-ruby-on-rails-developer-course/
课程评论:没有评论
课程名称:《完整的 Ruby on Rails 开发者课程》 课程概述:本课程现已更新至 Rails 6,是 Ruby on Rails 框架的最新版本。根据 Glassdoor 2020 年 1 月的数据显示,Ruby on Rails 网络开发者在不同城市的平均薪资如下:纽约 - 年薪 95,000 美元,波士顿 - 年薪 97,000 美元,旧金山 - 年薪 100,719 美元。Ruby on Rails 自推出以来,成为了初创企业和成熟软件公司最流行且强大的 web 应用开发工具之一。许多顶尖网站如 Basecamp、Twitter、Shopify、Github 等都是使用 Ruby on Rails 构建的,即使在经历了大规模扩展后,它们依然在使用这个框架。 本课程是 Udemy 上最受欢迎的 Ruby on Rails 网页开发课程,已有超过 64,000 名学生参与,获得 9,500 条评分,其中 57% 为 5 星评价。课程内容涵盖从简单到复杂的可部署 web 应用的构建,包括使用 Ruby 编程语言开发 5 个项目:Alpha-blog 和 Finance Tracker(使用 Rails 6)、MessageMe 和 University 应用(使用 Rails 5),以及正在进行中的 SAAS 应用升级至 Rails 6。 课程目标: - 帮助没有编程或 web 应用开发经验的学生成长为熟练使用 Ruby on Rails 的 web 应用开发者。 - 对已有 Ruby on Rails 或 web 开发经验的学生进行行业提升,帮助他们掌握 Rails 的后端开发技能,灵活搭建复杂应用。 - 为专业人士和学生提供切换到 Ruby on Rails 作为首选后端开发框架的机会,从而快速构建强大的网站应用,兑现他们的创意。 课程内容包括: - 40+ 小时的在线视频讲座,以及文本讲解和代码指导。 - Ruby 编程基础,涵盖从撰写第一个“Hello World”程序到面向对象编程的所有内容。 - 本地开发环境搭建,支持 Mac 和 Windows。 - Git 版本控制、GitHub 代码仓库,以及 Heroku 生产部署。 - 使用 Amazon Web Services S3 进行存储和 SendGrid 进行生产环境邮件功能。 - 深入了解 Rails 的 MVC 结构,数据库关联等。 主要特点: - 250+ 节讲座和 40+ 小时的视频内容。 - 完全的在线支持和作业反馈。 - 采用多种 UI 风格框架如 Bootstrap、Semantic-UI 和 MaterializeCSS。 - 完全自动化的测试套件,涵盖单元测试、功能测试和集成测试。 加入课程,带着你的创意与梦想,让我们一起学习如何使用 Ruby on Rails 构建应用!
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.