Resources for the Intermediate WebDev
Those ressources are for junior devs who wants to not be so junior anymore. Work in progress.
Make your code better
Clean code - Naming 101
Very short sum-up on how to Name stuff correctly. From the awesome Robert C. Martin book "Clean Code", which I recommend.
The Clean Coder
Sum-up on the Right attitude for a programmer, from "The Clean Coder" by Robert C. Martin.
Tips for writing self-documenting code
Basics for writing clear code.
Semver
Learn correct versionning.
Rules for developers
Simple best-practices for programming.
Develop your skills
How To DevOps
So you like computers ? Try DevOps.
The Code Review Pyramid
You need to do good code reviews!
Falsehoods programmers believe about names
Also check out the version for Addresses.
Intermediate CSS
Shame.css
Shaaaaaaame on you.
Intermediate Javascript
Webpack config generator
Although I wouldn't advise to use generated configuration, this helps a lot with understanding how it works. Be sure to be smarter than me and read the doc, though.
SEO
Structured Data Schema Markup
How to get your business to show up on the right hand side of google.
Security
JWT Debugger
Great debug tool for JWTs.