Tools to Boost Your Productivity as Web Dev
As a web developer we come across resources, tech stack, meetings ,tasks, priority task and many more. I am going to mentioned the tools I find useful to increase my productivity as Web Dev.
To Generate Dummy Data:
Most of our task, implementation is update, manage, analysis of data easy. In this process of development we often find we need a dummy or fake data to test our implementation.
Data play a very vital role in our productivity suppose you are given a task to implement a CRUD operation, I personally find it very hard to generate fake data.
To Generate Data: https://generatedata.com/
Dummy/ Mock API
HTTP API Calls is what we talk about every moment when are trying to make something dynamic, REST APIs is very important feature without which almost no dynamic website exist today.
While working on frontend its often happens when backend team have still not completed the API, Mocking APIs are solution here.
There are many services to mock the API, but I created one of my own set of dummy APIs. Link: https://mockrestapi.herokuapp.com
You can get mock GET API if you have a JSON or use the predefined set of APIs.
Screen Shot:
As a person who develops an App which is gonna be used by thousands, millions people, Its becomes every important some time that you want to share the screen shot of your website, log or error.
I personally find this chrome extension very useful: GoFullPage - Full Page Screen Capture. You can download PDF, PNG of the screenshot.
Medium
To be productivity in today’s dynamic era its really really important to stay updated with latest trend and tech, I find that my knowledge of web dev highly derived from Medium Blogs.
Todoist
Tasks, Bugs, meetings schedules is one the problem which almost everyone in the world of corporate have but we have it as pain in our head we haunts us every day.
Todoist is the productivity tool you need to get work and life organised. Collect tasks, organise projects, and plan your day
Thank you for your time, I hope you find this blog useful and helpful.