Intro to Python for JavaScript developers 📅 Jul 23, 2024 · ☕ 11 min read · ✍️ Iskander Samatov Written from a JavaScript developer's perspective, this post provides a solid starting point for learning Python.
Comprehensive Guide to Metaprogramming in JavaScript 📅 Nov 6, 2022 · ☕ 7 min read · ✍️ Iskander Samatov Metaprogramming is a powerful technique for extending the capabilities of a language.
Improve Graphics Performance with OffscreenCanvas & Web Workers 📅 Oct 22, 2022 · ☕ 4 min read · ✍️ Iskander Samatov OffScreenCanvas is a great way to boost graphics performance, and it's simple to use.
Improve Animation Performance in React 📅 Sep 29, 2022 · ☕ 7 min read · ✍️ Iskander Samatov Animation is a powerful tool to improve user experience and drive engagement, but getting it right takes effort.
How to Prevent the Timers from Stopping Due to Browser Tab Inactivity in JavaScript 📅 May 15, 2022 · ☕ 3 min read · ✍️ Iskander Samatov Timers stopping or acting erratically is a common problem that occurs when you have multiple browser tabs open.
The Difference between Local Storage and Session Storage: When to Use Each 📅 May 9, 2022 · ☕ 4 min read · ✍️ Iskander Samatov We will discuss similarities and differences between local and session storage and when to use each.
JavaScript Tips: How to Write Clean Functions 📅 Apr 11, 2022 · ☕ 6 min read · ✍️ Iskander Samatov Following these tips will make your functions more maintainable and easier to read and understand.
Constructor vs Prototype in JavaScript: What's the Difference? 📅 Mar 21, 2022 · ☕ 5 min read · ✍️ Iskander Samatov We will demystify these two terms and explain the difference between them.
Reclaiming Responsibility From Best Practices in Software Development 📅 Dec 27, 2021 · ☕ 6 min read · ✍️ Iskander Samatov This post explores some of the common best practices, why they don't always work, and what's a better approach.
Simple guide to JavaScript Decorators 📅 Dec 7, 2021 · ☕ 3 min read · ✍️ Iskander Samatov A short and simple tutorial on JavaScript decorators with examples and common use-cases.
How to review pull requests more quickly: practical tips 📅 Dec 5, 2021 · ☕ 6 min read · ✍️ Iskander Samatov This post contains some actionable tips on how you can start reviewing PRs faster.
Simple Functional Programming concepts in JavaScript 📅 Sep 28, 2021 · ☕ 4 min read · ✍️ Iskander Samatov Basic concepts of Functional Programming in JavaScript you can start applying today.
You are refactoring code all wrong 📅 May 31, 2021 · ☕ 7 min read · ✍️ Iskander Samatov People often refactor without a strategy and for the wrong reasons. You need to know why you're doing it and have a clear end goal.