tsc --version
Thursday, October 31, 2019
Monday, October 28, 2019
rest api
explain rest api in basic
https://www.youtube.com/watch?v=7YcW25PHnAA
available apis
https://www.programmableweb.com
https://www.youtube.com/watch?v=7YcW25PHnAA
available apis
https://www.programmableweb.com
Friday, October 25, 2019
how to auto reload your changes in html to your browser
Working
BrowserSync
https://www.youtube.com/watch?v=3Pptm3EMaP4
not working
LiveServer
NPM node module
https://www.npmjs.com/package/live-server
28-10-2019
I just discover a new way to refresh the browser with 1 simple line of code in html.
add this:
<meta http-equiv="refresh" content="1">
https://code.tutsplus.com/tutorials/4-ways-to-auto-refresh-your-browser-when-designing-new-sites--net-13299
and voila!
BrowserSync
https://www.youtube.com/watch?v=3Pptm3EMaP4
not working
LiveServer
NPM node module
https://www.npmjs.com/package/live-server
28-10-2019
I just discover a new way to refresh the browser with 1 simple line of code in html.
add this:
<meta http-equiv="refresh" content="1">
https://code.tutsplus.com/tutorials/4-ways-to-auto-refresh-your-browser-when-designing-new-sites--net-13299
and voila!
Sunday, October 20, 2019
Monday, October 7, 2019
Shortcut for login to remote computer via SSH
You can add a config file (no file extension) to your .ssh folder with the following entry:
Host lynard.me
HostName 157.245.194.238
User root
reference:
https://superuser.com/questions/399360/shortcut-for-login-to-remote-computer-via-ssh
Subscribe to:
Posts (Atom)
free online comma separating tool
https://delim.co/#
-
In my current company, I'm using Visual Paradigm for my documentation task. If you go there site, you can either download community and ...
-
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...
-
https://www.liquidweb.com/kb/how-to-install-nvm-node-version-manager-for-node-js-on-ubuntu-12-04-lts/