facebook
Angular Rome Meetup AperiTech

Angular Rome Meetup AperiTech

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...
Maps

Maps <3 Angular

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...
Braintree for payments in our store

Braintree for payments in our store

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...
Angular Performance Improvements

Angular Performance Improvements

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...