Starters Resource Guide to Frontend Development

Sophia Muo
2 min readJan 8, 2021

--

Starting off your development journey can be quite daunting and overwhelming. Therefore, I will leave the words that helped me through the first stages below and hope it does the same for you.

“When action grows unprofitable, gather information; when information grows unprofitable, sleep.”

— Ursula K. Le Guin

THE ROAD MAP

The roadmap is the first step and a constant step through your growth. You will always refer back to it. It includes every necessary step you must take to become a frontend developer.

Link: https://roadmap.sh/frontend

WEB DOCUMENTATIONS

MDN Web Docs

Formerly referred to as Mozilla Developer Network. This docs has been a companion through and through and will never let you down. Never lacking in information.

Link: https://developer.mozilla.org

w3schools

I refer to this resource as the most simplified, direct, and concise. Amid the confusion,w3schools will be your best friend.

Link: https://www.w3schools.com/

CSS Tricks

As the name implies, it contains guides for CSS. However, it covers different parts of development apart from CSS like javascript, HTML, etc.

Link: https://css-tricks.com/

ONLINE COURSE PLATFORMS

codewithmosh

codewithmosh is a platform where you can take courses from beginners to advance levels. I particularly like it because it’s straight to the point and does not fail to teach best practices while being direct. If you are also a fan of learning using videos, this will be great for you.

Link: https://codewithmosh.com/

udacity

I recommend udacity because of my experience while learning version control. It was a swift and in-depth study resource.

Link: https://www.udacity.com/

OTHERS

Some other pointers to get you set up include;

  • Always ask questions until you clearly understand.
  • There is nothing wrong with asking for help. Over time you will realize you can hold some weight on your own.
  • Be ready to continue learning. It never ends.
  • Find a specific area and excel.

“You do not have to be a genius or a visionary or even a college graduate to be successful. You only need a framework and a dream.

- Michael Dell

--

--