


Music that helps you focus
Nice slow music that can boost you focus. You can use it for study or for the meditation.

Generic C# Enums
Enums were created to declare enumerations and make our life easier. In most cases it does. But in some cases when we following certain patterns, it might be a need in more generic solutions.

Mantak Chia: Techniques to Activate The Second Brain
In this talk, Mastak share his knowledge about human body on different levels. He also provides useful tips how we should treat our body.

Coloring every n’th rows in html table
In order to color every n’th row in html table we can use tr:nth-child . It does its jobs very well – targets child in specified element. Probably most common use for it possible to see in striped rows within a table: This example was taken from here, so feel free to experiment with it. There… Continue Reading