Nuxt.js - Vue.js on Steroids

share ›
‹ links

Below are the top discussions from Reddit that mention this online Udemy course.

Build highly engaging Vue JS apps with Nuxt

Reddemy may receive an affiliate commission if you enroll in a paid course after using these buttons to visit Udemy. Thank you for using these buttons to support Reddemy.

Taught by
Academind by Maximilian Schwarzmüller

1

Reddit Posts and Comments

0 posts • 4 mentions • top 4 shown below

r/Nuxt • comment
1 points • d_ruckus

This course with Max is great: https://www.udemy.com/course/nuxtjs-vuejs-on-steroids/

r/vuejs • comment
1 points • YokuYomu

I recommend "Nuxt.js: Vue.js on Steroids".

https://www.udemy.com/course/nuxtjs-vuejs-on-steroids/

This is a paid video course, developed and presented by Maximilian Schwartzmüller on udemy.com.

Follow along, programming everything that Max teaches and I'm very sure you will understand it.

Max also has a "Develop with Vue JS 2" udemy course, if you only want to use Vue.js and not Nuxt.js.

https://www.udemy.com/course/vuejs-2-the-complete-guide/

Max can proudly boast on having more than 100,000 students on Udemy; he's an excellent teacher. Recommended.

r/RandomKindness • post
2 points • opeodedeyi
[request] can someone please buy be some courses on Udemy?

I am learning some courses in order to better prepare for the future by building some startup websites that I believe will be successful.

I would need some help to get some of these courses (4 courses) which are sold on udemy, right now they are currently on sale which will be ending in 15 hours from now at 12 dollars for a course, with this sale, it is the cheapest I can get it for now and most convenient place I can get such content.

below are the links to the courses according to my scale of preference, that I need to learn:

https://www.udemy.com/course/javascript-beginners-complete-tutorial/

https://www.udemy.com/course/vuejs-2-the-complete-guide/

https://www.udemy.com/course/nuxtjs-vuejs-on-steroids/

https://www.udemy.com/course/css-animation-transitions-and-transforms-creativity-course/

I would be able to get the course if it is gifted to me on the platform, for that, you would need my email which is [email protected], and name which is Odedeyi Opeyemi.

r/startups • comment
3 points • divulgingwords

Here goes. Don't listen to the frontend fanboys. Start with a legit backend language that makes sense: C#.

It's going to cost you $30/m. You can do this all in 1 month if you really get down to it.

  1. https://www.pluralsight.com/paths/csharp

When done with that (you can knock that out in 4 days if you're really motivated), take the following in this order:

  1. https://www.pluralsight.com/courses/aspnet-core-fundamentals (RIP Scott Allen)

  2. https://www.pluralsight.com/courses/building-aspdotnet-core-mvc-web-applications

These two will hammer in the MVC design pattern. The next are going to drop the "views" and focus on api's (same tech, just no frontend - this is what you would use for a react/angular/vue project).

  1. https://www.pluralsight.com/courses/building-api-aspdotnet-core

  2. https://www.pluralsight.com/courses/asp-dotnet-core-api-building-first

Now, I want you to learn about dependency injection. You will have touched this stuff in the earlier courses, but this will really tie in everything.

  1. https://www.pluralsight.com/courses/aspdotnet-core-dependency-injection

  2. https://www.pluralsight.com/courses/dotnet-core-aspnet-core-configuration-options

Now, I want you to take the grand daddy of them all. This is going to tie everything you have learned into an actual working project.

  1. https://www.pluralsight.com/courses/aspnetcore-mvc-efcore-bootstrap-angular-web

So there's phase one. If you can complete that all those courses and you actually understand what you're doing, you can straight up get a junior dev C# job making 70k+/yr.

Now, since you want to make a startup or be a full stack dev, take the following courses:

Do this one first: https://www.udemy.com/course/modern-javascript-from-the-beginning/

If you want to learn React:

  1. https://www.udemy.com/course/react-the-complete-guide-incl-redux/

  2. https://www.udemy.com/course/react-redux/

If you want to learn Vue:

  1. https://www.udemy.com/course/vuejs-2-the-complete-guide/

  2. https://www.pluralsight.com/courses/vuejs-fundamentals

  3. https://www.udemy.com/course/nuxtjs-vuejs-on-steroids/

If you want to learn angular:

  1. https://www.udemy.com/course/the-complete-guide-to-angular-2/

  2. https://www.pluralsight.com/courses/angular-2-getting-started-update

Now, to learn how to host everything onto a $5/m cloud VPS

  1. https://www.udemy.com/course/docker-and-kubernetes-the-complete-guide/

And there you have it.

For frontends, my recommendation is Vue. I've tried all 3, and it was the most enjoyable. React would be a moderate second, with angular being my least favorite. React will have more job opportunities, so that might be your choice, but IMO, it won't matter because you know C#.

Don't worry about absolutely mastering javascript, as your C# and linq skills will translate nicely. Obviously you'll be rough around the edges, but you'll be fine. Remember, code in every language basically boils down to variables, loops, and "if" statements.

Hope this helps. I can answer any questions if you have any.