Introduction to a powerful multiplexing feature that allows running multiple services running on the same address and port.
A step by step guide to setting up Laravel Homestead on Windows if you are having trouble following the official documentation.
When implementing the state pattern, you usually have to expose members of the Context. Nested classes can help achieve encapsulation.
When faced with a problem of rendering flat data as a hierarchical model with KnockoutJS, a recursive template will come in handy.
Demo application that shows how you can use the Apache Thrift server/client with C#, including auto-generating code from a .thrift file.
Usually the 'Compact' operation doesn't shrink the virtual disk size. See the step-by-step guide for compacting the disk properly.
Example with source code that demonstrates how to use the CSharpCodeProvider to compile and run arbitrary C# code at runtime.
When working with Apache on web projects, you can use this convenient method to set up access to your project through a local .dev domain.