How can you make a Login button, and when clicking on it, a login page pops up? Using Bootstrap modal! There are 2 steps to […]
Bootstrap Tooltip
As you can see from the following 2 photos, what tooltip does is that when a user moves the mouse to the specified component, a […]
Bootstrap “show” Class Demonstration
In Bootstrap, there is an enormous number of classes that shape the outcome of the applied webpage. It can be annoying to memorize all the […]
Install Sublime Text on Kali Linux
Demonstration environment: Kali Linux 64-bit in VMWare Fusion on Mac OS 10.14.5 Note: The Latest Kali Linux uses Debian 8.x as its core Installation Install […]
How to server all the mp4 files in a folder
Folder Structure Dependencies The following Python packages are used: flask os References https://stackoverflow.com/questions/3207219/how-do-i-list-all-files-of-a-directory https://fenghe.us/how-to-serve-mp4-video-with-flask/
Apply Font Awesome to WordPress Blog
I used to maintain an ugly footer on my blog, then one day, it strikes me that I can apply font awesome social media icons […]
Shortest-Path Algorithms – Dijkstra’s Algorithm Explained in a Page
Problem 1 Problem 2 – Shortest Path Variant 1 Write a program to not only find the weighted shortest distances but also count the number […]
Add a Navbar to a Webpage
How to create a navbar in a responsive webpage? Following is an example from the full-stack course I took on Coursera. It depends mostly on […]
Ideation for a Reading APP
I am taking a full stack development course offered by HKUST at Coursera and this is one of my course bonus problems – an Ideation […]
Add VS Code to Mac OS Path as code
You may wonder how to open a project in VS code with the aid of the terminal. In this post, I will introduce it to […]