developer

How to create anonymous test data with AutoFixture?

This article is the continuation of the previous article “Make your Unit Testing easier with AutoFixture”. In this article, we will cover how to create anonymous data and Objects with Autofixture. If you also want to run the below examples on your machine make sure to install AutoFixture and XUnit Nuget Package. Also remember to …

How to create anonymous test data with AutoFixture? Read More »

Analyse JavaScript Code with JSLint

In this article we will know how to analyse JavaScript with JSLint and why it is important but first we will start with what is JavaScript. Java Script is a high level, untyped, and interpreted programming and most importantly its a dynamic programming language (term dynamic used for the those programming languages which, at runtime, execute many common …

Analyse JavaScript Code with JSLint Read More »

Identify and Remove unused CSS from Page

If you are working on a website using some templates which comes with the framework like Bootstrap or foundation or may be your website using Metro-UI CSS, then it might possible that you are not using all the properties/selector that are included the CSS file. And believe me guys this is BIG NO to just copy that file which includes several lines of …

Identify and Remove unused CSS from Page Read More »