Latest

31
Oct
VueJS - Render Functions & h

VueJS - Render Functions & h

decoding the mysterious h function in the begining code of a vue project
1 min read
04
Oct
Regex

Regex

Cheat sheet for using regular expression
1 min read
24
Aug
Javascript Event Loop

Javascript Event Loop

A visual introduction of the Javascript event loop that can slove the doubt from many Javascipt beginning.
1 min read
21
Aug
Reduce size of .git Folder

Reduce size of .git Folder

.git folder for git sometimes ends up tens of megabyte. Such unusual size is usually caused by misconfigure of .gitignore, causing git recording changes of large files such as images and videos.
12
Jul
Mouse Without Borders

Mouse Without Borders

Windows official software for sharing keyboard and mouse between Windows PCs
26
Jun
Responsive Menu - Burger Icon Transformation

Responsive Menu - Burger Icon Transformation

Responsive menu with using pure CSS
25
Jun
Tailwind CSS for the Underscore Theme Development Workflow

Tailwind CSS for the Underscore Theme Development Workflow

Tailwind CSS have the potential to terminate the painful process of coding customised CSS on top of existing framework and offering developer with simple and clear configuration for theme development.
1 min read
12
Mar
MySQL basic command

MySQL basic command

Commonly use MySQL statements
1 min read
04
Mar
Dev Environment Setup - Virtualbox+Ubuntu18.04+Docker

Dev Environment Setup - Virtualbox+Ubuntu18.04+Docker

The very basic docker setup for WordPress theme development or local staging in a Virtual Machine using VirtualBox with Window 10 as host.
1 min read
28
Feb
Adding Background Color to PNG using Python

Adding Background Color to PNG using Python

While converting from PNG to JPG, a black/white background will be added to fill in the transparent layer of PNG. This python code enable user to customise this background color while converting PNG images to JPG
1 min read