by Genny Paudice | May 29, 2019 | Blog
The project I am working on is based on an architecture made up of different applications, that communicate each other through messages exchange. This communication usually takes place following the pattern Publish/Subscribe, that establishes that an application...
by Enrico Bencivenga | May 23, 2019 | Blog
As we were developing e-commerce for one of our clients, we needed to face the payments’ management, both in terms of which type choose and of security problems. We need then to choose if it would be better to implement different payment methods (credit/debit...
by Adolfo Arnold | May 15, 2019 | Blog
While I was working on a client’s project with one of our partners, I had the opportunity to face the development of some tasks, using a method I’ve heard about many times, but that I have never used before: the Test Driven Development (TDD). _This method...
by Francesco de Vicariis | May 8, 2019 | Blog
Foreword In past few months, I casually analyze the employment of frameworks and codes testing methods. In particular, I am using two code writing methods, which are intriguing me a lot: the TDD (Test Driven Development) and the BDD (Behaviour Driven...
by Salvatore Sorrentino | Apr 30, 2019 | Blog
Foreword Let’s go on with our journey in the cognitive services world (read the previous article), This time, we start from an Angular project. We will use Google Translate API to translate the text inserted in a text-area in real-time,...
by Michele Aponte | Apr 24, 2019 | Blog
One of the most interesting features of the front-end libraries is the ability to maintain in binding the user’s interface and properties, which contains data to be displayed. Angular also offers this feature: it offers a mechanism called Change Detection, thanks to...