Creating a Site Using Materials Mkdocs

Images from Unsplash MkDocs is a fast, simple and downright gorgeous static site generator that’s geared towards building project documentation. With source files in Markdown configured with a YAML configuration, site can be easily generated and deployed. Material for Mkdocs is build on top of Mkdocs, and it is targeted for project documentation with a set of powerful and beautiful documentation framework. Let’s go through how the site below is built:...

September 4, 2023 · 4 min · Kean Teng Blog

Creating a Website With Hugo & PaperMode

There are a few things to prepare before your own site can be created, as follows: A GitHub account Installed Microsoft Visual Studio Code Installed Git. After you create a GitHub account and installing the necessary software, we are ready to begin!

April 9, 2023 · 4 min · Kean Teng Blog

Images Scraping from Web Pages

In this article, we will learn how to image scraping on this National Geographic article: Asteroids vs. comets: How do they differ, and do they pose a threat to Earth? We will learn how to download in bulk the high-quality images in the webpage with Python code.

February 19, 2023 · 3 min · Kean Teng Blog

Google Sheet Simple Web Scraping

In this article, I will be showing the process of scraping some listed companies market capitalization in Malaysia data using Google Sheet. We will perform web scraping on the i3 Investor site. First of all, open a new google sheet and

November 5, 2022 · 2 min · Kean Teng Blog