Lint staged files on commit

How to run linting on git staged files when committing code with no dependency needed.

Migrate from Prettier to ESLint Stylistic

Why and how to configure ESLint to replace Prettier for stylistic rules.

React input number done right

Having an input number working correctly is not that easy, let me share my implementation.

Vanilla JavaScript date manipulation

You don't need moment.js! Just use few snippets of native JavaScript code to parse and manipulate dates.

Use fetch!

Which is better? axios or fetch? Let me share my ( unconventional, as always :^) opinion.