skytechguyver
Sunday, October 21, 2018
How to stop react dev server
Find:
lsof -i :3000
Kill:
kill -9 <PID>
Friday, October 19, 2018
create responsive email template
https://www.youtube.com/watch?v=XnWIperMy08
Monday, October 15, 2018
HTML
Minify
https://www.willpeavy.com/minifier/
http://www.minifyhtml.net/
***
Formatter
https://htmlformatter.com/
Editor
https://www.onlinehtmleditor.net/
https://htmledit.squarefree.com/
https://www.froala.com/online-html-editor
Friday, October 5, 2018
Install Python Flake8 Lint in sublime text editor
package python flake 8 install in package install
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)
free online comma separating tool
https://delim.co/#
Reset Visual Paradigm - Hacker way!
In my current company, I'm using Visual Paradigm for my documentation task. If you go there site, you can either download community and ...
Jasper Server in Docker
One of the functionality in our system is can able to generate a report using Jasper report. We have a Jasper server setup in another ip ad...
How to Install NVM
https://www.liquidweb.com/kb/how-to-install-nvm-node-version-manager-for-node-js-on-ubuntu-12-04-lts/