Hello World
☰
  • Projects
    • FlatApi - Restful API for python dev
    • Angular 4 CRM Project
    • Laravel MVC Starter
    • React Redux CRM Project
    • Vue 2 Admin Project
    • Vue 2 CRM Project
    • Angularjs Webpack ES6 Starter
    • Zend Framework 2 MVC Starter
    • Kubernetes Cluster in 5min
  • Coding
    • C
      • C Lecture - 1
      • C Lecture - 2
      • C Lecture - 3
      • C Lecture - 4
    • C#
      • C# Console App
      • Generic Predicate & Expression
      • Scheduled task with window service
      • Thread & Task
    • DB & SQL
      • MySql: DDL
      • MySql: Getting Started
      • MySql: JSON
      • MySql: Schema & Metadata
      • MySql: SP & Func
      • PostgresQL Note - 1
      • Sql Server Note - 1
    • Golang
      • Getting started
      • Map, Function & Closure
      • Struct & Interface
      • IO, Json & XML
      • Error handling
      • Goroutine & Channel - 1
      • Goroutine & Channel - 2
      • Packaging
      • Pitfalls
      • Template
      • Good practice - 1
      • Good practice - 2
      • Good practice - 3
      • Golang snippets
    • Java
      • Java Note - 1: Enum
      • Java Note - 2: Concurrency
      • Java Note - 3: Path and Files
      • Java Note - 4: Date Time
      • Java Note - 5: Lambda
    • JS & TS
      • JS & ES Note - 1
      • JS & ES Note - 2
      • JS & ES Note - 3
      • JS & ES snippet
      • TS: Basic Types
    • Python
      • Package & Module
      • Closure & Decorator
      • String & Representation
      • Iteration
      • Inheritance & Polymorphism
      • Collection
      • Exception & Assertion
      • Context
      • ABC
    • Rustlang
      • Data Types & Ownership
      • Project, Vector, String & Hashmap
      • Error handling
      • Generic Type & Trait
    • Shell
      • Adv Bash - 1
      • Adv Bash - 2
      • Adv Bash - 3
      • Cron Job Note - 1
      • Cron Job Note - 2
      • Powershell Note - 1
  • Cloud
    • AWS
      • AWS: IAM
      • AWS : CLI
      • AWS: VPC - 1
      • AWS: VPC - 2
      • AWS: VPC - 2
      • AWS : VPC - 3
      • AWS : VPC - 4
    • Digital Ocean
      • DigitialOcean: Droplet
      • DigitialOcean: Get Started
      • DigitialOcean: First Web Host
      • DigitialOcean: Lets Encrypt
  • Hacks
    • Git Practices
    • Windows cmd & hotkey - 3
    • Windows cmd & hotkey - 2
    • Windows cmd & hotkey - 1
    • Cassandra Practices
    • Debug PHP with Free IDE
    • Qemu & Virtual Machine
    • VirtualBox Notes
  • OS
    • Dual Boot Windows 10 & Ubuntu 18
    • Ubuntu Desktop 18 LTS note
    • Raspberry Pi setup
    • Lubuntu 16 desktop
    • Grub Trouble Shooting
    • Ubuntu 16 server note
    • CentOS 7 Server note
    • Ubuntu 14 -- server setup
    • Ubuntu 14 -- desktop setup & dual boot
    • Ubuntu 14 -- desktop, extra tools
    • CentOS 6/7 Multi-Boot Setup
  • Blogs
    • Try Minikube
    • Angular vs React vs Vue
    • Create a blog site on GitHub Pages
    • Build mobile app with web tech
    • Azure Practices
    • JavaScript and OOP
  • Frameworks
    • CNTK Note - 1
    • Tensorflow Note - 1
    • Tensorflow Note - 2
    • PHP Web Framework
    • Python Web Framework
  • Tutorial
    • Docker Tutorial
    • JavaScript Tutorial
    • Kubernetes Tutorial
Navigation :
    Docker Tutorial

    Docker Introduction Install docker Docker official website Docker overview Common docker commands docker ps docker images docker container docker system docker history / inspect Access image busybox via terminal docker run -it --rm busybox Run static web site docker run -p 8008:80 -v \ $(pwd)/public:/usr/share/nginx/html nginx:alpine Run your app in the container docker run -p 8000:80 -d -v \ $HOME/ws/gh/vue2crm/dist:/usr/share/nginx/html \ nginx:alpine Other docker commands

    JavaScript Tutorial

    Topics Operators var , let and const The this Fat arrow Templete literal Destructor JavaScript Bad Parts - 1 Operator Choose == or === Choose != or !== Test yourself console.log( " 1==true : ", 1==true) console.log( " ''==true : ", ''==true) console.log( " '1'==true : ", '1'==true) console.log( " \"1\"==true : ", "1"==true) console.log( " {}==true : ", [{}]==true) console.log( " []==true : ", ['1']==true) console.

    Kubernetes Tutorial

    Kubernetes basic concepts What can Kubernetes do for you Kubernetes design Kubernetes cheat sheet Install kubeadm, kubectl & kubelet kubectl kubeadm demo Trouble shooting Linux OS (My script only support ubuntu 16+) Hardware ( Enable VT-x, 2+ Core , 2G RAM ) Swap must be off disable swap immediately sudo swapoff -a comment out the swap drive from fstab # swap was on .

Last update on 24/04/2017