This project started as a compilation of js clean code tips from clean-code-javascript github repo with an idea of a single page which will rotate articles in random order with some timeout.

Later I decided to add more content from different areas and languages e.g. Zen of Python.

You can find my other projects here: 34x.me


Latest

Backups
Debugger
Favor functional programming over imperative programming
Avoid positional markers
Don't have journal comments
Don't leave commented out code in your codebase
Only comment things that have business logic complexity
Async/Await are even cleaner than Promises
Use Promises, not callbacks
Dependency Inversion Principle (DIP)