Stumble upon in the search of adding Buy me coffee script into react application land to the following wonderful hook solution to add script to react on stack overflow here I will also add up here the update code of stack overflow which helped in the solution (for incase above shared link will be changed […]
Author Archives: admin
How to play with Graphql playground for Mutation’s?
Okay, well I was also looking for solution to this and here it is: Mutation example of adding employee using Graphql Playground, most important step after you have added the code below to playground tab window: You need to add your JSON payload to QUERY VARIABLES tab window (which is closed by default on below […]
PHP sql returns space in email address while query with json post data using post method
I have faced a scenario where I was getting space error in the email address before @ symbol in email address, as I were making simple post request to verify the login. Json post object sample: Was returning error in response of like test @example.com so the email address was not getting verified in the […]
npm install error due to typescrip dev dependency or following error
If you face any similar kind of log error during npm install for react: run following command to clean up npm cache or manually delete the npm-cache folder using path from the above log generation in command line interface.or update your npm version to the latest version with using following command: npm install -g npm@latest(or […]
What is for?
I was wondering about below code, as searched result over google as usually everyone does to know. So here is the answer: https://stackoverflow.com/questions/1988499/meta-tags-for-mobile-should-they-be-used Basically, explained its to identify as mobile content for one of the browser, and it also become general standard to for identifying mobile websites.
angular ng serve command throws error: An unhandled exception occurred: Project does not exist
If you facing with such problem, you may refer to following link for the solution. I have posted this question here on StackOverlow Hope it helps someone. Thanks.
Fix PUTTY keyboard-interactive authentication password message prompt or access denied error or alternative to connect to SSH with PUTTY
If you are struggling to connect to your server from windows using PUTTY software try this from installation folder path of PUTTY in the command line: In terminal cd to your putty installation path, for example: C:\Program Files\PuTTY in command line type in below with corresponding user information of yours. this will let you pass […]
Binding JSON data dynamically from ajax/promise/observable request to pug template
I was struggling to loop over ajax response to pug, with a lot of scratching head on google and Github, got a clue to use ES6 template to create cart list items from response data and append its HTML back to section container of HTML, here is sample code below. I have also tried out […]
how to solve basic development issues and steps to getup application working
These are the random solution to the issues, faced while developing the application in front-end and these are just the hand tools to fix issues and refer anytime in need. Hope it helps you in your search for solutions. Will keep updating with more and were need of improvement required to this page. ANGULAR – […]
Random Solution to development issues and steps to getup application working
These are the random solution to the issues I have faced while developing the application in front-end and these are my hand tools to fix issues and refer anytime in need. Hope it helps you in your search for solutions. Will keep updating with more and were need of improvement required to this page. https://gist.github.com/jsbimra/aa63475592b9909a0c7b877ffb7d9667