DEV Community

Jacob Martin
Jacob Martin

Posted on

freeCodeCamp New Responsive Web Design Curriculum.

All you need to know...

Presently I am revising CSS styles from @freeCodeCamp, and I want to commend them for improving how they tutor the new Responsive Web design curriculum. I’m currently enjoying the CSS challenges, and my experience is being enhanced by

  1. About coursework – First, the old coursework for the Responsive Web Design Curriculum is still intact and renamed to Legacy Responsive Web Design right at the bottom of the curriculum ladder board. In addition, your progress in the Legacy Responsive Web Design is still intact, and your certification is still valid. The new curriculum coaching has improved. That is the big difference and game changer from my end.

  2. New editor – The new editor works similarly to an external editor, for example, (visual studio code or sublime text) used on local computers. You must link your styles.css file to your HTML for your code to run. Additionally, you have access to both index.html and styles.css files while working. The latter provides learners with room for tracking practice progress.

  3. Seek help – The new version help link redirects you to a read-search-ask method which implies you can read the documentation or error, google, or ask friends. Equally, you can join the @freeCodeCamp community forum and post your issues. The old version provided a watch video when seeking help which the new curriculum does not. These improve the ability of newbies to google and develop strong problem-solving skills.

  4. Certification – The certification is similar to the older version, which you get upon completing five (5) certification projects. In addition, you can still claim certificates from the old version curriculum if you completed the projects or intend to finish the curriculum if already in progress.

  5. About Project – Five projects are done in both versions. The big difference here, however, is that in the new curriculum, you build your project after completing a given section of the CSS course and not the whole course. For example, after finishing forms, you will match onto the next CSS challenge (flexbox) before undertaking another project. I feel the latter way gets newbie devs to complete projects unlike stacking the whole five (5) projects at the end of the CSS curriculum.

Top comments (0)