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 […]