Introduction to Javascript

JavaScript is a programming language mostly used to develop web pages/web applications. It is interpreted, Just-in-Time compiled based on engine, eg: v8. It follows ECMAScript Language Specification and ECMAScript Internationalization API specification. If someone is referring to ES6+ they are referring to JavaScript with the features from that specific ECMAScript version. There are some popular…

Jest Tutorial – Installation and overview

Jest is a JavaScript testing framework that support almost all libraries like angular, vue, react and also works with node, typescript, babel. Step1: Installation npm install –save-dev jest or yarn add –dev jest Step2: Add this in package.json to run test case execution mentioned below. { “scripts”: { “test”: “jest” } } Step3: Create a…

Useful resources while working with Typescript

TypeScript has many advantages and there are lot of resources available for those who are trying to use with other libraries and languages. Listed some of those here. Follow the links to find more information. Integrate typescript with webpack https://webpack.js.org/guides/typescript/ Is NodeJs with TypeScript possible? Yes https://nodejs.dev/learn/nodejs-with-typescript VueJs and TypeScript Vue itself written in TypeScript…

Introduction to typescript

TypeScript is a programming language similar to JavaScript but with additional features like static type checking. So TypeScript is superset of JavaScript. Javascript syntax is valid in typescript but due to it’s additional rules on how different types can be used it throws error while writing the code itself where the type information is not…

Types of Painting to Choose from to become an Artist

There are different types of paintings that are popular and easy to start learning. Some of the widely used types are below. Acrylic Painting Oil Painting Water Color Painting Pencil Sketch and Color Pencil Sketch Most of the others are easy to learn once you learnt these well.