DEV Community

[Comment from a deleted post]
Collapse
 
saulsilver profile image
Hatem Houssein • Edited

As a fullstack web dev, I had this on my list when I first started + what have been already mentioned.

For CSS:

  1. CSS tricks is a goldmine
  2. Cool design ideas is Awwwards
  3. Sometimes I check dribblefor ideas too

For Javascript/ES6:

  1. ES6 nice collection of features
  2. I used to go this post repeatedly to get used to map, filter, reduce, etc:
  3. Javascript shorthand techniques
  4. If you're in the functional programming paradigm, good answer for Higher Order function
  5. The Holly grail 🏆
  6. Nice place to check the latest "best" of Javascript