Accelerate your prototyping process by mocking your APIs using JSON Server
We usually share on this blog our technical expertise around web and mobile development or architecture. Today, I would like to address another expertise, equally important: our methodology.
The most common mean of communication between a provider and its customer is the email. Yet, few people care enough to customize it. And that's a shame, because there are many nice tips that make them more qualitative. Of course, many of them implies Google.. but who does not use Gmail today?
GraphQL was released 2 years ago and applications that use it are still rare. However, this implementation proposed by Facebook offers many possibilities that are not available in REST APIs.
Google, the undisputed leader in web services (search, pub, analytics ...), has been offering for over a year a new way of displaying your pages, called the AMP project
Today, I would like to share with you a feature often requested in an application: uploading a file.
Remember, in may 1996
, the very first HTTP protocol version (HTTP/1.0) was born. This protocol is described as a RFC 1945.
CQRS, which means Command Query Responsibility Segregation, comes from CQS (Command Query Separation) introduced by Bertrand Meyer in Object Oriented Software Construction. Meyer states that every method should be either a query or a command.
Introduction
Consul is a product developed in Go language by the HashiCorp company and was born in 2013.