Channel in golang – a very important part of concurrency programming in go
waitGroup in Golang – Essential part of Shared memory technique
WaitGroup is the very common keyword to handle concurrency in golang. It is an essential part of shared memory programming
Mutex in Golang – Simple and useful!
Mutex is a very simple technique that helps to handle the problems came from shared memory programming. Simple, but very useful!
Factory method pattern in PHP
Factory method in general and how to implement it in PHP.
Strategy pattern in Golang – Easily control the flow
Strategy pattern in Golang, the concept and how to implement strategy pattern in the multi databases example. The rules of strategy
Iframe and Javascript – Magic solution
Handle Iframe using javacript, many magic solution for website integration
Adapter Pattern – Simple but useful!
Adapter patern in general, the concept an how to implement it in PHP
Factory pattern in PHP – make the complicated logic disappear!
Factory pattern in PHP
Map, Filter and Reduce in Javascript – How attractive functional programming is!
map, filter and reduce in Js, NodeJs. Using map instead of for to loop through all the element of arrays
Using service provider in laravel – real quick
Service provider in laravel, magic method, understand dependency injecttion in coding. how to bind a service and working with service container