From University to Professional in 13 Short Years

(How you can do it in 7)

CodePen

What is a Web Programmer?

Fundamentally it's a programmer who generates HTML, CSS and JavaScript.

 

How you do that will never stop changing.

So Many Places to Learn

"To know ten thousand things, know one well" - Miyamoto Musashi

The Idea

A website where I can learn about the the NPM dependencies of popular projects.

 

I love reading open source JavaScript GitHub projects. Most JavaScript projects have a special package.json file that explains what it the project does and what other libraries it depends on.

The Limits

I'm not a great designer. I want to make something pretty so I'll need to use an open source library.

 

I don't want to set up any servers for this project it'll have to work on the client side.

The Plan

I'll create a React app using CodePen projects and an open source library called Bootstrap.

 

It'll read a package.json file and pull the dependency data from NPM.

 

I'll host and publish the site on CodePen.

Becoming a Professional

“You can only fight the way you practice” - Miyamoto Musashi

From

By Alex Vazquez

From

  • 507