anonymoussc

Experimentum solite lixa ad neuter epos.
On the web: 

Sep 28, 2015 • 2 min read

Json web token definition and example

JSON Web Token (JWT) are an open, industry standard RFC 7519 method for representing claims securely between two parties. Read →

Sep 21, 2015 • Less than a minute read

Installing Ruby v2.2 in Ubuntu Linux

Step by step installing ruby v2.2 in the latest ubuntu linux (15.04). Read →

Sep 20, 2015 • Less than a minute read

Create permanent bash alias in Ubuntu

How to create those ^ in the title. Read →

Sep 9, 2015 • Less than a minute read

Symbolic link definition and example

In computing, a symbolic link (also symlink or soft link) is a special type of file that contains a reference to another file or directory. Read →

Sep 7, 2015 • Less than a minute read

Installing NodeJS v0.12 for Debian / Ubuntu based distributions

CLI command for installing NodeJS v0.12 for Debian / Ubuntu based distributions Read →

Sep 6, 2015 • 4 min read

Jsonp definition and example

JSONP definition (wikipedia) and implementation example. Read →

Aug 24, 2015 • 1 min read

Creating large amounts of sample data using Faker

Require Laravel 5.1. Faker package is included by default in require-dev composer.json as of laravel 5.1. Read →