Overview
This path takes you from a beginner to a proficient Ruby on Rails developer. Start with foundational Rails concepts and advance to topics like REST API development, database integration, and security. By the end, you'll be skilled in RESTful Rails development!
Syllabus
- Ruby on Rails Basics
- This course introduces you to the core concepts of Ruby on Rails, focusing specifically on the functionality required to build a ToDo app. You will learn about the project structure, controllers, modules, and services.
- Using REST API to Build ToDo App with Ruby on Rails
- This course teaches how to develop a robust REST API using Rails. By the end of the course, you will have created a ToDo App with CRUD operations. We'll introduce more advanced techniques, such as file uploading and middleware, to enhance your API.
- Adding Enterprise Features to Your Ruby on Rails App
- In this course, we will focus on making the ToDo application more enterprise-friendly by integrating a database, configuring middleware, and handling errors properly.
- Securing and Testing Your Ruby on Rails App
- In this course, we will secure our ToDo application using bcrypt for password hashing and JWT tokens. Additionally, we will cover the application with unit tests using RSpec.
Courses
-
This course introduces you to the core concepts of Ruby on Rails, focusing specifically on the functionality required to build a ToDo app. You will learn about the project structure, controllers, modules, and services.
-
This course teaches how to develop a robust REST API using Rails. By the end of the course, you will have created a ToDo App with CRUD operations. We'll introduce more advanced techniques, such as file uploading and middleware, to enhance your API.
-
In this course, we will focus on making the ToDo application more enterprise-friendly by integrating a database, configuring middleware, and handling errors properly.
-
In this course, we will secure our ToDo application using bcrypt for password hashing and JWT tokens. Additionally, we will cover the application with unit tests using RSpec.