Monday, December 5, 2016

Scrum.org - The Three Pillars of Empiricism

Empiricism  means working in a fact-based, experience-based, and evidence-based manner. Scrum implements an empirical process where progress is based on observations of reality, not fictitious plans. Scrum also places great emphasis on mind-set and cultural shift to achieve business and organisational Agility.
more
Thank to Hiren for this post

Saturday, December 3, 2016

DZone - How to Spider a Site With JMeter

I found this post very useful on how to use the JMeter tool for a repeatable process to crawl a website and randomly click on links within the site.
Read it

DZone - JavaEE Development Using Docker With MyEclipse

As the popularity of Docker and containers continues to grow, see how you can incorporate them into the enterprise.

Thursday, December 1, 2016

RisingStack - Writing Native Node.js Modules

There are times when the performance of JavaScript is not enough, so you have to depend more on native Node.js modules.
this RisingStack article is for every Node.js developer who want to get a bit of knowledge on how they work.
Read it

Wednesday, November 30, 2016

RisingStack - Understanding the Node.js Event Loop

RisingStack create a very useful collection of article about Node.js.

In this article they helps us to understand how the Node.js event loop works, and how we can leverage it to build fast applications. 
More