anonymoussc

Experimentum solite lixa ad neuter epos.
On the web: 

Jun 12, 2016 • Less than a minute read

Amending the most recent git commit message.

http://stackoverflow.com/questions/179123/edit-an-incorrect-commit-message-in-git. Read →

May 9, 2016 • Less than a minute read

Apache deflate.conf

Apache deflate.conf. Read →

Apr 17, 2016 • 2 min read

Data Push using Server Sent Events

Server-sent events (SSE) is a technology where a browser receives automatic updates from a server via HTTP connection - Wikipedia. Read →

Mar 25, 2016 • Less than a minute read

Json response format

List of standard / specification, json response format. Read →

Mar 24, 2016 • 1 min read

Json response pagination

Splitting up data into multiple HTTP requests, for limiting HTTP Response size. Read →

Mar 21, 2016 • 2 min read

Stateless nature of HTTP

HTTP is stateless, which means every single request is independent from any other requests. Read →

Mar 8, 2016 • 1 min read

Automating test runners using Gulp

Example how to set up and configure Gulp to run the following tasks - HTTP web server, Karma test runner, WebDriver, Protractor. Read →