Setup Shopify Theme Development Environment (2020 Guide)
As of Jan 2020, Shopify announced to deprecate Slate, the infamous Shopify theme development kit. Instead, it is going to be replaced by Shopify...
Determine Kubernetes Node IP Address
Under development environment, you might want to debug or test some containers by adding Service with NodePort but you don't know how to access...
The Complete Guide to Setup Kubernetes for Development
Yet another tutorial for developers. This is the complete guide to setup Kubernetes for development for anyone, who wants to get started with Docker...
Install and configure Google Cloud SDK using Homebrew
This is a short and quick guide to install and configure Google Cloud SDK using Homebrew. If you are not using Homebrew to manage...
Show Laravel error message in Blade
When rendering data into Laravel Blade template, sometimes you will need to show error message into views. This is a fairly simple guide on...