Dissecting Ruby on Rails 5 - Become a Professional Developer

所在平台: Udemy

课程主页: https://www.udemy.com/course/professional-rails-5-development-course/

课程评论:没有评论

第一个写评论        关注课程

课程简介

课程名称:深入剖析 Ruby on Rails 5 - 成为专业开发者 课程概述:本课程于2021年3月更新,增加了多个关于Ruby on Rails 6的内容。许多学生常问:“我能跟随教程,但不够自信从零开始构建应用/功能。” 本课程正是对此问题的解答。我的目标不仅是教会你如何构建应用,而是让你理解如何开发专业级的网络应用,而不是单纯跟随教程。这是我迄今为止最全面的课程,结合了我14年以上的开发经验。 课程特点: 1. **课程大纲**:课程设计经过众多CTO和高级Rails开发者的反馈,确保所学技能符合行业需求,让学生掌握专业级Rails应用的构建。 2. **深入讲解**:课程在每个模块结束后安排深入讲解,详细解析重要概念,帮助学生全面理解Rails框架的关键特性。 3. **全栈开发**:课程全面涵盖后端开发(Ruby on Rails)和前端开发(HTML/CSS/JavaScript/jQuery),并教授高效的SQL数据库管理技巧。 4. **沉浸式学习**:本课程面向想要成为专业开发者的编码训练营学生,共有超35小时的视频课程,完成后学生将能独立构建专业级Rails应用。 主要项目:课程将教授学生构建一个功能丰富的个人作品集应用,具体包括: - 建立专业的Rails开发环境,提供针对PC用户的免费C9仪表盘。 - 利用Pivotal Tracker遵循SCRUM项目管理最佳实践。 - 学习Rails生成器的使用和自定义,掌握数据流在Rails中的运作原理。 - 掌握高级SQL技术,管理数据库数据关系和高效查询。 - 学习编写干净的代码和常见的设计模式。 - 深入理解JavaScript及jQuery的集成,构建动态表单和实时页面更新等功能。 - 集成Twitter API,拉取实时推文。 - 创建自己的RubyGem,并在应用中使用。 - 还将涉及高级表单、Bootstrap 4样式整合、AWS文件上传连接及应用部署等内容。 课程中还包括每个模块的源代码,确保学生随时能访问完整的代码库。期待与您一起深入这一课程,祝您编码顺利!

课程评论(0条)

课程详情

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!

课程标签

0人关注该课程

主题相关的课程