Chun Ming Wang·Mar 25, 2021Sending data from a parent component to a child component in AngularAs indicated in this article, it is common to share data between a parent component and one or more child component. One can implement…
Chun Ming Wang·Dec 26, 2020A local PostgreSQL development environment based on DockerUse the following steps to create the environment. For more information, please the article below the steps. :). (By the way, I use Ubuntu…
Chun Ming Wang·Oct 4, 2020Run Sass Command Line Tool Without Node.jsYou may be like me, who just want to learn Sass only. However, you find that it is not that easy to setup a system that can automatically…
Chun Ming Wang·Mar 25, 2020Small Traps in Setting a Local MariaDB Development Environment by DockerNow it is time for me to begin to seriously learn a database. I know the theory of databases, but I lack of experience using a database. I…
Chun Ming Wang·Dec 10, 2019Anatomy of a Semantic-UI Template: CoverThe official document of Semantic-UI says little about learning how to use Semantic-UI. Examples are given, but they are code only. None…
Chun Ming Wang·Jul 26, 2019A Docker Image for CSS Development Using Semantic-UIYou may not want to install Nodejs just for CSS development with semantic-ui. This simple Docker image is all you need.
Chun Ming Wang·May 28, 2019Responsive Navigation MenuHere I would like to create a responsive menu. The menu is vertically stacked on small screens, and is a horizontal navigation bar on…
Chun Ming Wang·May 17, 2019Center a Simple CSS Horizontal Navigation Bar Made by Using FloatPlease see
Chun Ming Wang·May 16, 2019A Simple CSS Horizontal Navigation Bar Using inline-blockThe effect of every line of code can be observed using a simple Browser-Sync docker image.A response icon1A response icon1
Chun Ming Wang·May 12, 2019Simple CSS Vertical Navigation MenuThere is a great article that explains how to build a simple CSS menu in detail. However, I want to build my own and record each step in…