A Little Bit of History From the beginning of times the development of web applications has been focused mostly in the server side. The progressive adoption of Java and the…
Category: Front-End
In the previous article we described how the Micro frontends approach works. In our case we are going to use Liferay as frontends container. Every micro frontend is going to…
What are the micro frontends? During last years, more and more companies are using micro services architecture to avoid limitations of large monolithic backends. While a lot can be found…
In a previous post, we discussed what is UX and its importance in relation to Software or Website design. In this new post we follow up on this initial post…
Angular 7 is released with new interesting changes, and good news related to performance, lets see some updates: Updating To begin with, is really easy to update for angular 7…
As the applications grows, the manual testing becomes more and more complex. End to end (e2e) testing is where we test our entire application from the start to the end.…
When talking about Angular, one of the biggest challenge that we used to have is with the SEO. Actually, is not a problem only with Angular, but it is a…
In this article we are going to create a different chat using NodeJS and gRPC. But before we start, if you don’t know what is gRPC, I strongly recommend you…
On the last article, we could see an overview about the front end architecture and how we can reduce the amount of requests to Cloud, reducing the network traffic and…