Things to avoid in JavaScript
Common mistakes & bad practices among inexperienced frontend & backend developers which can lead to bugs or reliability issues.

Common mistakes & bad practices among inexperienced frontend & backend developers which can lead to bugs or reliability issues.
PHP, like JavaScript, is a language that is highly criticized. Here is my personal opinion about PHP, its future and its pros and cons.
People often recommend using third-party libraries because we don't waste time on reinventing an untested wheel. In reality using third party libraries has its costs, and some of them are not immediately noticeable.
The part 3 of the series of JavaScript features' list that every web developer should know in 2025.
Running some benchmarks with JavaScript's Iterator helpers vs regular arrays with heavily chained transformations in order to determine how slow or fast are iterator helpers transformations compared to regular array transformations.