Tips

Clean Code

TODO comments are not clean code. Use them correctly!

TODO comments should not be part of the production code. They can be practical in the development process. There is an option to configure an ESLint rule to avoid them.

Read
Security

Solving Password Management in Free and Secure Way

Everybody recommends using strong passwords. In this article, I would like to show you a highly secure and almost free way how to manage personal passwords.

Read