Two ways to perform Event Listener
Use JS plug-in to perform Parallax Scrolling Effect
Parallax.js
3 ways to install this plug-in
- Use CDN
1
<script src="https://cdnjs.cloudflare.com/ajax/libs/parallax/3.1.0/parallax.min.js"></script>
- Download
compiled.zip
from release section - Install by npm
1
npm i -s parallax-js
- Use CDN
Boost your coding speed with hotkeys on VScode
Wrapping individual lines with Abbreviation
Demo is here
Set up your hotkey in VScode, as in the demo video showed,
you can set up as “Shift+Ctrl+A”
Tips for beginner to use Git
Why need to learn version control system (Git) ?
When programmer works on project, there will be lots of files and source codes created during the development.
In the ancient times, people will create lots of files using different name tags, to identify with each other.
1 | 2020-08-21.html |
Using Axios to do GET / POST / PATCH / DELETE
How does API work ?
When we operate on webpage, it will need to get some data from backend.
But, it can’t get data directly from DB(database), instead, need to ask browser to do the favor.
Therefore, there is a communication method between browser and webpage called API.
(Application Programming Interface)
Vietnam Insider-第一手越南新聞 新手上路包
Tutorial of building Gitpage with Hexo in 10 minutes
Building a Gitpages using Hexo, we can get it done from 2 main parts separately.
1. Github setting-1st part
Visit Github, and create a new repository on the website
Hello World
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.