Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

JavaScript

grant Mitchell
grant Mitchell
6,919 Points

cross origin?

what courses could help me understand the server-side and the client better? I am struggling to make a client post request to my node server. it would say there is no access control.

2 Answers

Alexander Solberg
Alexander Solberg
14,350 Points

If you are having a hard time making sense of the courses here on treehouse, I recommend maybe finding other courses. It might help to get an introduction to Node from a different perspective.

There are several youtube channels out there worth checking out.

Traversy Media: https://www.youtube.com/watch?v=U8XF6AFGqlc

The Net Ninja: https://www.youtube.com/watch?v=w-7RQ46RgxU&list=PL4cUxeGkcC9gcy9lrvMJ75z9maRw4byYp

Academind: https://www.youtube.com/watch?v=65a5QQ3ZR2g&list=PL55RiY5tL51oGJorjEgl6NVeDbx_fO5jR

In order to get a solid basic understanding of full stack javascript, I would also recommend a udemy course called "Web Developer Bootcamp" by Colt Steele. It covers everything from HTML to Node and Express, RESTful routing, MongoDB and deployment to Heroku. Colt is a formidable teacher and the course is well worth the money.

I also recommend sticking around with the treehouse courses, they actually are pretty great, but maybe supplement it with other sources.

grant Mitchell
grant Mitchell
6,919 Points

Thank you very much I will look[ at these videos.