DEV Community

pawan deore
pawan deore

Posted on

Developer daily routine job Guide

This is just experience i would like to share with community how to execute daily tasks as a (Web Developer), i have shared some code templates also which will make your life easier πŸš€.

Whenever you receive any task from your manager/ Senior. divide that thing into small parts try to complete 1 thing at a time don't start writing code, think first and then comment it maybe what your are going to do and then start writing.

Even before dividing task into smaller things you have to do most important part here i.e. understand the problem what exactly you are trying to solve, if you have doubts ask your Senior they will be happy to help, but if you did not understood problem well you will end-up with wrong solution or with no solution at all, so

understand -> think -> comment flow -> code

now i am going to give some solid time saving scripts here that will help in your daily job , starting with

...

πŸ‘‰ REST setup with php + mysql πŸ”— link

πŸ‘‰ Copy text functionality from webpage πŸ”— link

πŸ‘‰ Embed CSS efficiently (Optimized Way) πŸ”— link

πŸ‘‰ Check if Div is on screen or not πŸ”— link

πŸ‘‰ How to send xhr request πŸ”— link

πŸ‘‰ HTTP POST request using async-await with error handling πŸ”— link

πŸ‘‰ Git reset/ revert guide πŸ”— link

πŸ‘‰ Scroll to Top of page from bottom πŸ”— link

πŸ‘‰ Rapid Development tipsπŸ”— link

πŸ‘‰ Optimize your CSS with CSSO πŸ”— link

πŸ‘‰ Optimize your JS with google closure compiler πŸ”— link

πŸ‘‰ Use Squoosh for Image minification πŸ”— link

If you like the tips, and would like to share your dev tips connect with me on Github OR Linkedin

...

Buy me a Coffee

Top comments (0)