Arman KolahanMastering Website Accessibility: A Comprehensive Guide to Famous Accessibility AttributesIn today’s digital age, creating websites that are accessible to all users is not just a best practice; it’s a necessity. Web accessibility…Dec 22, 2023Dec 22, 2023
Arman KolahanUtility Types in TypescriptTypeScript comes with a collection of utility types that enable developers to perform common type manipulations with ease. These utility…Dec 19, 20231Dec 19, 20231
Arman KolahaninStackademicUnderstanding Type Guards in TypeScript: A Comprehensive GuideTypeScript, a superset of JavaScript, introduces powerful static typing features to enhance code robustness and developer productivity…Dec 18, 2023Dec 18, 2023
Arman KolahaninStackademicChoosing the Right Data Structures in JavaScript: Arrays, Maps, Sets, Objects, WeakMap, and WeakSetJavaScript developers often face the challenge of selecting the most suitable data structures for their applications. The choice of data…Dec 12, 2023Dec 12, 2023
Arman KolahaninJavaScript in Plain EnglishDemystifying Microfrontend Architecture: A Comprehensive GuideIn the ever-evolving landscape of web development, architects and developers are constantly on the lookout for innovative approaches to…Dec 9, 2023Dec 9, 2023
Arman KolahaninStackademicNever use Array.map in a React app: Virtual Scroll and Performance Optimization for Large ListsIn the world of web development, creating fast and responsive user interfaces is crucial for providing an optimal user experience. When…Dec 7, 2023Dec 7, 2023
Arman KolahaninTowards DevHow to be a Git master from scratch — Step by step instructionsKnowing how to work with Git is an essential part of programming. As a developer, git is the main tool to work in a team, which is useful…Feb 20, 2022Feb 20, 2022
Arman KolahanDevelop Android TV App Using RecyclerViewTV app is becoming a trend in some businesses and its demand is increasing due to growth of smart TV users. One of the biggest shares of…Apr 3, 20212Apr 3, 20212
Arman KolahanNull (Undefined) Safety in TypeScriptOne of the most common issues in developing JavaScript is checking the var is defined or not. By TypeScript, you can cut off the excess if…Nov 28, 2020Nov 28, 2020
Arman KolahanKotlin Tutorial (Part 3) — Basic SyntaxIn this article, we start discussing the syntax in Kotlin programming language.Sep 7, 2020Sep 7, 2020