Published inJavaScript in Plain EnglishHow to Use JavaScript Promises or TypeScript PromisesA simple explanation of how to deal with JavaScript promises and TypeScript promises.Apr 12, 2022Apr 12, 2022
Published inJavaScript in Plain EnglishJavaScript Promise vs JavaScript Observable — What is the Difference?Understand what JavaScript promise and JavaScript observable are and know their difference.Apr 2, 20223Apr 2, 20223
Published inJavaScript in Plain EnglishHow to Use React Fragments and Why You ShouldReact and React Native use a simple idea of view on top of view, and this is why React fragments are very important.Nov 15, 2021Nov 15, 2021
Published inPython in Plain EnglishPython: List Comprehension Vs. For Loop using 5 CriteriaPython list comprehension vs. for loop — which is better and why?Sep 24, 2021Sep 24, 2021
Published inPython in Plain EnglishHow To Sort A List of Python DictionariesPart 2 of a series on sorting Python listsSep 22, 2021Sep 22, 2021
Published inPython in Plain EnglishHow to Sort a Python ListHow to sort a Python list — Part 1.Sep 22, 2021Sep 22, 2021
Published inPython in Plain EnglishHow to Remove an Item from a Python ListThere are a couple of ways to remove item from a Python list. This simple guide will focus mainly on the built-in Python methods for doing…Sep 22, 2021Sep 22, 2021
Published inPython in Plain EnglishHow to Insert an Item into a Python ListA Python list contains items and it can be modified by adding more items to it.Sep 22, 2021Sep 22, 2021