Sorting An Array of Strings in Typescript and Javascript
| |

Sorting An Array of Strings in Typescript and Javascript

Earlier, we learned how to filter an array in Typescript/Javascript. and now, we will have a quick look over Array.sort() in typescript and javascript. While what we will learn here is simple, it will be the foundation we need for our coming tutorials! Sorting Strings in Javascript / Typescript So we’d have this array: Javascript…

How to filter an array of objects in Typescript, the easy way
|

How to filter an array of objects in Typescript, the easy way

Filtering is something that you would often do in your Javascript and Typescript applications. We’ll be using Array.filter() to achieve this and to make the information more digestible, we will start with a simple array. Filtering an Array of Numbers so let us say we have an array of numbers and we want to filter…

The hard learned lessons of trying to build my first web app

The hard learned lessons of trying to build my first web app

Having an idea for the next great thing before having any of the technical knowledge required for it is great. The imagination runs wild, and the sky is the limit. On top of that, arrogance is one hell of a fuel. “I can easily create something better than this in a few weeks!”. It’s not…