Rohith
Creator of whiletrue.live.
Typescript for Rescue
To avoid uninvited errors and spending hours in debugging issue, comes typescript for rescue.
Posted August 25, 2022 by Rohith and Anusha ‐ 3 min read
Algorithms
An algorithm can be stated as a step-by-step procedure that defines a set of instructions that must be carried out in a specific order to produce the desired result. Algorithms are generally developed independently of other programming languages, which means that an algorithm can be executed or implemented in more than one programming language.
Posted September 26, 2022 by Anusha and Rohith ‐ 4 min read
Types in Typescript
Every programming language must have data types defined to efficiently store, access data objects and identify the code errors at the compile time. JavaScript and TypeScript is not an exception. In this, article we will dive into primitive data types and complex data types in TypeScript.
Posted August 26, 2022 by Rohith and Anusha ‐ 5 min read
Algorithms Classification
An Algorithm is a procedure to solve a particular problem in a finite number of steps for a finite-sized input.
Posted September 29, 2022 by Anusha and Rohith ‐ 4 min read
⌖ data-structures algorithms programming algorithms-classification