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.
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.
The upcoming Temporal API will fix many problems and inconveniences of the old Date object. In this article I'll explain the upcoming Temporal API with easy to understand examples.