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

Linkopen in new window

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

Linkopen in new window

Sum-up on the Right attitude for a programmer, from "The Clean Coder" by Robert C. Martin.

Tips for writing self-documenting code

Linkopen in new window

Basics for writing clear code.

Semver

Linkopen in new window

Learn correct versionning.

Rules for developers

Linkopen in new window

Simple best-practices for programming.

Develop your skills

How To DevOps

Linkopen in new window

So you like computers ? Try DevOps.

The Code Review Pyramid

Linkopen in new window

You need to do good code reviews!

Falsehoods programmers believe about names

Linkopen in new window

Also check out the version for Addresses.

Intermediate CSS

Shame.css

Linkopen in new window

Shaaaaaaame on you.

Intermediate Javascript

Webpack config generator

Linkopen in new window

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

Linkopen in new window

How to get your business to show up on the right hand side of google.

Security

JWT Debugger

Linkopen in new window

Great debug tool for JWTs.

Last Updated:
Contributors: Samuelfaure