by infoblexincom | Jul 5, 2019 | Events
On Monday July 8th, our CEO is a guest in Angular Rome for an evening meetup, during which the advanced aspects of the framwork will be discussed. In one of the two talks, Michele will speak about Angular in production, best practices and performance improvements. In...
by Salvatore Sorrentino | Jun 19, 2019 | Blog
Giving the right emphasis on geographic data is not always easy. Putting some markers on a map inside a web page it’s not enough to add value to our solution. In this article, we’ll show the best practices on geographical data used in Blexin. We’ll show an Angular...
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 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...