DEV Community

Fayaz Ahmed
Fayaz Ahmed

Posted on

Question for vue.js developers (beginners)

Hello, a quick survey. For beginners who are learning Vue.js.

Would you be interested in a vue.js course which won't teach the basics, instead teach how to build actual realtime projects, from small apps to medium sized.

Some course ideas

  1. Expense tracker - with Airtable API/Google Sheets API
  2. Complete Landing page with Lead Capture, Sending Emails with Sendgrid
  3. Small Ecommerce App, capturing Payments with Stripe
  4. A Node + Express + MongoDB + Vue CRUD app
  5. Github Gists app
  6. Sign in with Google/Facebook
  7. Making a chat app with Websockets
  8. Making a video call app with WebRTC.

Top comments (10)

Collapse
 
patarapolw profile image
Pacharapol Withayasakpunt • Edited

Nuxt is must. Or perhaps Gridsome.

A Node + Express + MongoDB + Vue CRUD app

I am also interested in SEO aspect as well. (esp. social links)

Collapse
 
fayaz profile image
Fayaz Ahmed

Nuxt.js + tailwindcss is current go-to stack for building projects.

Currently building a large Bidding platform with Nuxt for my employer, & I have also built multiple sites as a freelancer, so I lots of insights to share on this.

Collapse
 
avxkim profile image
Alexander Kim

You guys ever tried Next with React? It has way better DX, than nuxt, also less magic.

Collapse
 
bastianhilton profile image
Sebastian hilton

agreed with Gridsome, i would love to see Gridsome interacting with some sort of backend perhaps.

Collapse
 
bastianhilton profile image
Sebastian hilton

more gridsome courses would be nice as they are very light across the web. Bringing more attention to this static site generator using vuejs would be awesome and definetly help your blog and/or videos standout from the various nuxtjs and vuejs only videos.

Collapse
 
akkisagiraju profile image
Akhil Sagiraju

Hi Fayaz! I'd surely be interested in such a course. Learning along while building stuff is the way I like it.

Collapse
 
fayaz profile image
Fayaz Ahmed • Edited

Although tremendous amount of work, I am commited to making this, if I get good response.
I would have definitely been interested in something like this when I was learning.

Collapse
 
mzaini30 profile image
Zen

i use vue js with script src

Collapse
 
menark profile image
Yauheni Yukhnavets

Yes. Especially 7 and 8 are good ideas.

Collapse
 
cpreizler profile image
cpreizler

I would be interested in the ecommerce app with capturing payments as well as utilizing google sheets api! im assuming the google sheets would be as a makeshift databse?