AC Spotlight - Charlie Cole

AC Spotlight - Charlie Cole

This week we had the pleasure of chatting with Charlie Cole, Chief Digital Officer and VP at Tumi. Charlie joined Tumi just under two years ago, ahead of their acquisition by Samsonite last August. Having spent an impressive career in e-commerce and retail, Charlie shared with us his unique...

READ MORE

Creating A Data Visualization From Scratch Using d3.js

Deriving information from data can be a big challenge. In this post, we will learn how to create a simple data visualization using d3.js. Moreover, we will try to understand the basic concepts under this amazing library as well as go through a brief overview of javascript, css, and svg.

READ MORE

What's New in Mule 4 ?

We've all been excitedly waiting for the new version of Mule 4 that Mulesoft will be releasing soon. Here are some important features we want to highlight that will be available in Mule 4:

READ MORE

REST vs SOAP

What is the difference between REST and SOAP? Can they even be compared? Which is the better approach to adopt? What should I use in my application?

These questions can pop up in any Web project and must be clarified before the initial implementation. Let's start by understanding the concepts of...

READ MORE

Feature Files: Concepts and Tips

How many times have you come across a story that is ready for testing, but does not fit all the acceptance criteria? Did you know that a majority of cases are related to bad feature file writing? In this snippet, I am going to present some standards and tips on feature file writing. These tips will...

READ MORE

Example Mapping: Getting the Most from Cucumber

Within the Agile community, Cucumber has become a widely-used framework for test automation. It can be a great help when used for its primary purpose: namely, helping to build a ubiquitous language for your business and sharing reliable documentation easily understood by everyone from your Product...

READ MORE

Simple Deployment Architecture in Mule

One of the biggest challenges in system development is choosing an Architecture for the system. There is not any predefined architecture that can be applied directly to your projects. In this article I would like to discuss a simple Mule deployment architecture.

READ MORE