Sunday, December 11, 2016

DZone - Does Angular 2 Surpass React?

Now, we all know that Angular 2 has redirected the web development. The whole framework is re-written in TypeScript. So, now let's look at the real differences.
Read this Arsalan Rashid post 

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