Introduction
Today, the world has grown so much and has been so friendly for developers, thousands of tools have been floating in the market for free, but we need to realize and have them in our bucket whenever required.
I will be discussing few important tools, which are handy and work out for every developer.
Tools!!
FIREBUG
The best tool for the developer which can be installed on FireFox (add-on). This helps monitor the structure of your HTML, CSS and also JavaScript. To add the Firebug and get it going, add now!
A web development tool which will help any developer track the issue with the client side and also track the response time for the requests in the network tab.
The tool tab looks like below:
POSTMAN
This is a very important tool, which is a restful API client, which helps developers not to waste time debugging and check the result set and how the API behaves every time they run Visual Studio. Now, we just need to call the URL of the API from Postman and it gives us the result, even the status code.
This will allow developers to request any API, may it be GET
, PUT
, POST
or DELETE
.
I made a get
request to an exposed github API to show how the POSTMAN reacts and shows us the Json result, also the response time and the Status (200 Ok, 404 Not found, 403 Forbidden).
Yslow
This is such a powerful tool for any developer developing any web application, which without any fondness to anyone, ruthlessly shows how good your web app is and how good it will behave? The below image says it all:
The above web site has been given a Grade ‘D’ by Yslow. This also gives a description of why the grade is low, what can be modified or implemented to improve your grade. Here, it also lets developers know for bundling and minification for the JavaScript and the style sheets. So use it and improve the performance of your web app.
Css Sprite Generator
Sprites is a collection of images put together into a single image. So instead of adding multiple images and heavy-ing the web page, we can prefer sprites with images and using CSS to generate and display on web page.
CSS sprite generator add on tool helps you create Sprites. Sprite Cow also helps you generate sprites and also the CSS to use on your web page.
Web Developer
This is a very interesting add on for every developer. This has a lot of features added to it and each of them is useful while developing.
Add the web developer add on and play around. There are a lot of features out there for you.
There are features for CSS, forms, JavaScript, images, cookies, etc.
Window Resizer
Another helpful tool for every developer, as now a days every web app is being designed to be responsive. Developers add CSS and HTML to make it responsive, but it is not possible for developers to test on every possible devices which end users would be using. This helps you resize your web app window and test if the pages are responsive as expected.
Add and play with it.
CSS Viewer
This is an interesting tool to be used, as it lets you view the CSS being used on the web page. This helps check the CSS hovering over the web page area.
CSS Viewer Add on
The add after added on web page looks like below:
Cache Clear
How many times do we developers face the wrath from the testing team, that this is not working, this is breaking and what not! And we ask them to do just one thing, “Please clear your cache”! and then everything works! Here is an add on which helps you clear cache for the application on click of a tool tip only.
Add and recommend testing to add as well.
Angular Batrang
Angular being the king now, every developer is starting to learn and use Angular. This is a very nice tool to be used on Angular application, if they wish to track the scopes and Angular objects and how they behave.
After adding the extension, in the developer tool, it comes as an add on and you can navigate and play with it on your Angular web app.
Conclusion
These were few important developer tools, which I use in my day to day development and I hope this will help few developers as well as they are very useful once you start using and exploring them. Play around and you will be addicted to them. I hope readers will share their views and share which other important developer tools they recommend.
Come on! Recommend and share your views!