Thursday, December 29, 2016

Risingstack - Node.js Best Practices - How to Become a Better Developer in 2017

In this article, the author will go through the most important Node.js best practices for 2017, topics that you should care about and educate yourself in. 
Let’s start!

Tuesday, December 27, 2016

Scrum.org - The #1 Challenge With Agile Projects

People asked to Barry Overeem he consider the most common challenges with Agile projects. These are projects that have such a high rate of uncertainty and complexity on how and what to build, an Agile approach is necessary. 
Read the full post here 

Friday, December 23, 2016

InfoQ - Netflix Conductor, an Orchestration Engine for Microservices

Netflix has developed an orchestration engine called “Conductor”, and has used it internally in production for the last year . During this time they executed some 2.6 million process workflows, starting with linear ones and ending with dynamic ones running over multiple days. Now they have open sourced Conductor, making it available to all those interested in workflow orchestration.

Read more

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