Technical Article, Product Review, Architecture, Software Development

Quarkus

Quarkus est un framework Java open source permettant le développement d’applications Java cloud natives et fonctionnant avec les standards Java les plus couramment utilisées (JPA, Hibernate, RESTEasy, JAX-RS, Apache Camel, …​). Il fonctionne nativement avec Kubernetes, OpenJDK, HotSpot et GraalVM, un JDK hautes performances concu pour accélerer l’execution d’applications Java (entre autres). Lorsque Quarkus et […]

Read more

Technical Article, Software Development

Spring Functions

  Spring Cloud Function is a project by the Spring team at Pivotal that provides a way to build software around units of work called functions which can be deployed in a serverless platform or a webserver. A function can produce, consume, route, filter, aggregate or organize messages coming from different sources and pushed to […]

Read more

Technical Article, Software Development

MICROSERVICES ARCHITECTURE DEVELOPMENT: CHALLENGES

The following article belongs to the “Microservices” series (MICROSERVICES: GETTING STARTED, MICROSERVICE ARCHITECTURE: BENEFITS AND CHALLENGES) and aims to dive deeper into the day-by-day challenges laying behind the software development process of a microservice architecture. Today the microservice architecture is a standard de facto and is often the preferred architecture to develop a Web Application. […]

Read more

Technical Article, Software Development

Adopt Flutter ?

Introduction In this article, we tried to synthesize the different arguments in favor of Flutter and why to adopt this technology in 2021. But before answering and as an argumentation, let us briefly introduce Flutter and the different mobile runtime architectures present in the landscape of mobile development. Flutter in Short Google: “Flutter is Google’s UI […]

Read more