Skip to content

Commit 6c5ad6b

Browse files
committedJan 31, 2023
add SCREENCASTS and COURSES sections
1 parent 4c8160e commit 6c5ad6b

9 files changed

+64
-10
lines changed
 

‎_config.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# These are used to personalize your new site. If you look in the HTML files,
22
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
33

4-
title: SupeRails by Yaroslav Shmarov
4+
title: SupeRails Blog
55
description: >- # this means to ignore newlines until "baseurl:"
6-
Ruby on Rails TLDR articles, Courses, Tutorials, Tips & Tricks.
6+
Ruby on Rails tips & tricks, courses, screencasts.
77
Also my adventures in hackathons, startups, teaching online.
88
#baseurl: "" # the subpath of your site, e.g. /blog
99
url: "https://blog.corsego.com"
@@ -28,7 +28,7 @@ plugins:
2828
- jekyll-seo-tag
2929
- jekyll-pwa-plugin
3030

31-
tagline: Ruby on Rails and Indie Hacking
31+
tagline: Ruby on Rails tips and tricks
3232

3333
feed:
3434
posts_limit: 1000
444 KB
Loading
484 KB
Loading

‎assets/static-pages/courses-saas.png

723 KB
Loading
409 KB
Loading
1.33 MB
Loading

‎courses.md

+50
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
---
2+
layout: page
3+
title: Courses
4+
permalink: /courses/
5+
---
6+
7+
Short HOW-to blogposts and screencasts are informative, but it takes much more skill to connect multiple technologies together into a product that brings **value**.
8+
9+
In my code-along courses I try to show the process of creating a complex Web Applications using Ruby on Rails.
10+
11+
### 1. [Learn to Build a B2B SaaS Multitenancy MVP](https://gumroad.com/l/ror6saas){:target="blank"} - 🔥 My BEST EVER Video Course.
12+
13+
![courses-saas](/assets/static-pages/courses-saas.png)
14+
15+
- 💡 Start your next big project with your own Ruby on Rails SaaS app MVP (like JumpstartPRO, but you build and own it)
16+
- core feature #1: Multitenancy (`Teams`, `Roles`, `Invites`)
17+
- core feature #2: SaaS `Subscriptions` and `Plans`
18+
- 📕 13 hours of content, 20 chapters, 160 lectures.
19+
- 👀 [Live demo (saas.corsego.com)](https://saas.corsego.com){:target="blank"}
20+
- 🤑 [33% discount](https://gumroad.com/l/ror6saas/presale33){:target="blank"}
21+
22+
### 2. [Learn 25+ gems and build a Startup MVP 2020](https://www.udemy.com/course/2519558/?referralCode=4721E9D437DEE1734159){:target="blank"}
23+
24+
![courses-25gems](/assets/static-pages/courses-25gems.png)
25+
26+
- Build your own **Udemy clone** (e-learning platform) step-by-step.
27+
- Learn how to use 25+ Ruby gems.
28+
- 📕 20 hours of content, 18 chapters and 200 lectures.
29+
- **4000+ students already enrolled!**
30+
- 👀 [Live demo (corsego.com)](https://corsego.com){:target="blank"}
31+
- 🤑 [>Buy here<](https://gumroad.com/l/ror6saas){:target="blank"}
32+
33+
### 3. [Complete guide to Stripe Payments and Subscriptions with Ruby on Rails](https://www.udemy.com/course/complete-guide-to-payments-with-ruby-on-rails-stripe-api/?referralCode=41A5A2FC554CFE261894){:target="blank"}
34+
35+
![courses-stripe](/assets/static-pages/courses-stripe.png)
36+
37+
- Learn how to use the Stripe Dashboard and API
38+
- Build an **E-commerce store** where users can order multiple `Products` and **pay** for their `Order`.
39+
- Build a **Software-as-a-Service MVP**, where users have to **pay a subscription** to access content. (Onlyfans Clone?)
40+
- 🤑 [>Buy here<](https://www.udemy.com/course/complete-guide-to-payments-with-ruby-on-rails-stripe-api/?referralCode=41A5A2FC554CFE261894){:target="blank"}
41+
42+
### 4. [Ruby on Rails 6: Startup MVP: School Attendance Tracking App](https://www.udemy.com/course/ruby-on-rails-authentication-authorization-mvp/?referralCode=109A287566701D9AF3CC){:target="blank"}
43+
44+
![courses-attendance](/assets/static-pages/courses-attendance.png)
45+
46+
- 🧠 Dive deep into building **business logic**
47+
- 📆 **Generate** lessons based on a schedule
48+
- Auto-calculate student **expences**
49+
- Auto-calculate teacher **salary**
50+
- 🤑 [>Buy here<](https://www.udemy.com/course/ruby-on-rails-authentication-authorization-mvp/?referralCode=109A287566701D9AF3CC){:target="blank"}

‎index.md

-7
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,4 @@ layout: home
77

88
{{ site.description }}
99

10-
* 📕 [33% discount on my Video course: Ruby on Rails: Learn to Build a Multitenancy Subscriptions SaaS app MVP (like JumpstartPRO, but you build and own it)](https://gumroad.com/l/ror6saas/presale33){:target="blank"}
11-
* 📺 [SupeRails screencasts - my Youtube channel](https://www.youtube.com/channel/UCyr6ZTmztFW3FB4qG_97FoA){:target="blank"}
12-
* 📈 [Open Analytics](https://plausible.io/blog.corsego.com){:target="blank"}
13-
* ✉️ [Get new post/screencast updates](/mailing-list)
14-
15-
****
16-
1710
## Total posts: {{ site.posts.size }}

‎screencasts.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
layout: page
3+
title: Youtube
4+
permalink: /screencasts/
5+
---
6+
7+
Check out my youtube channel [**@SupeRails**](https://www.youtube.com/channel/UCyr6ZTmztFW3FB4qG_97FoA){:target="blank"}, where you can follow my thought process as I actually **build** everything I write about in this blog.
8+
9+
![episodes-thumbnail.png](/assets/static-pages/episodes-thumbnail.png)
10+
11+
Don't forget to like, comment, and subscribe - that's the fuel that keeps me going! 🔥

0 commit comments

Comments
 (0)
Please sign in to comment.