MKMahmoud Khedrinmuhandis.software·Sep 28, 2025 · 8 min readA Comprehensive Guide to Types, Interfaces, Classes, and Abstract Classes in TypeScriptWhen working with TypeScript, one of the first hurdles developers face is understanding the differences between types, interfaces, abstract classes, and classes. At first glance, they all seem to overlap—each can describe shapes, enforce contracts, o...00
MKMahmoud Khedrinmuhandis.software·Sep 17, 2025 · 5 min readLeetCode Problem Solving: Remove Element and Combination Sum TechniquesThis is my first article on my new blog. I have the habit of grinding DSA problems. I took a LeetCode assessment where I had to solve two problems: the Remove Element and Combination Sum problems. In this article, I will explain my thought process fo...00