Author: Dinesh Kumar R
Clear tutorial on Functions in TypeScript in under 2 mins
Learn to write the functions in TypeScript and print it in TypeScript In this tutorial, we will learn how to write our first function using TypeScript. In the earlier tutorials, we have discussed how to get started with TypeScript, variables, arrays in TypeScript. You can access our previous tutorials from the menu. Now let’s get…
Quick Read on Interfaces in TypeScript in 2 mins
Learn about Interfaces in Typescript and how to implement TypeScript in 2021 In this tutorial, we will discuss how to implement the interface in TypeScript. Earlier, we discussed the variable, array, functions in TypeScript. If you would like to revisit, you can access it from the menu table on the left or the menu icon…
Getting started with TypeScript in 2021 – Quick Read
Know what is TypeScript, its Benefits and how to install TypeScript in Windows, Mac and Linux Machines. Getting started with TypeScript TypeScript is a superset of JavaScript and has some vital advantages which make it profoundly used in Angular, React. Following are the key points that make TypeScript unique which includes but are not limited…
Easy understanding of Distribution in Statistics in 2021
Learn about Distribution in Statistics and various types of Distribution in Statistics with examples and charts Definition of Distribution: Distribution is a function that shows the possible value for variables and how often they occur. Distribution in Statistics means listing all possible data in the sample space and how frequently they occur. In statistics, usually,…
Easy read on Data Types in Statistics in just 2 mins
Learn about Data Types in Statistics In general, data types in statistics are a group of individual data points. Statistics consists of two main types of Data. Categorical Data Types Numerical Data Types In this section, we will be discussing each of the Data Types with the example from Cricket since I watch cricket the…
A quick 3 mins read on how the web works
Learn how the web works, client-server interaction and more You all know if you type the domain URL in any web browser, you can view the website related to the URL. This quick tutorial will discuss what happens when one types a URL and how the browser renders the website associated with the particular domain. …
Quickly implement Responsive CSS Grid in Angular Material in 2 Mins
Learn Responsive CSS Grid in Angular Material n this tutorial, you will learn how to incorporate simple responsive CSS Grid Layout using a framework called Materialize CSS in Angular Material. We write this tutorial, with the understanding that you have created an Angular Project and Angular Material version 6.2.1. If you are new to Angular…
Implement Scrollable table in Angular Material with 2 easy steps
Learn how to make Scrollable table in Angular Material In this tutorial, you will learn how to make a table with a large number of columns less cramped and make the table scrollable based on the number of columns we add to the table. We write this tutorial with a presumption that you already know…
Proven Roadmap to web development in 2021
Learn the Proven Roadmap to web development in 2021 In this tutorial, we will discuss the Roadmap to web development. We will discuss the technologies and tools that you should learn to become a web developer are. 2 Parts in web development Any website has two parts: Frontend Backend Frontend: The front end is the…
Open Modal on page load easily in 3 easy steps
Learn how to Open Modal on page load In this tutorial, we will discuss how to create a modal that opens on the page load in Materialize CSS framework. In a presumption that you already have an idea to implement modal in your Materialize CSS project, we have written this tutorial. It is merely a…