15 things you need to know in HTML5
HTML 5 was released in late 2014. The goal is to better support graphical and multimedia content. Many new elements were added (we will d…
sed with examples
sed stream editor is a very useful utility to manipulate text like replacing patterns, replacing patterns on a certain set of lines etc. …
15 Cool CSS tricks with examples
Below are useful CSS examples which you might find useful for your blogs or websites. You can view live on jsfiddle and make and test cha…
dictionaries in bash
Dictionary / associative arrays / hash map are very useful data structures and they can be created in bash. They work quite similar as in…
15 Tricks and secrets on android phone
There is no doubt that Android is the most popular OS on mobile devices. There are a lot of shortcuts/tricks that might be useful while u…
Linux inode
The inode is the data structure of all files in a filesystem (except file contents and filename). It consumes around 1% of the disk space…
15 Cool Bash Tricks
If you use linux you must have updated your profile/environment to make your life easier. We have listed some basic tricks that might be …
Handling Files with Python
In this article, we will touch upon the file-handling capabilities of Python along with a few short scripts. File handling involves vario…
python-regex
python provide module re to deal with regular expressions. It can be used for string search, text manipulation or web scraping. re module…
quick overview on yaml
YAML: YAML Ain’t Markup Language. YAML is a data serialization language which is quite easy to read as compared to XML and JSON. It is ve…