All our articles about mobile and web development

Discover articles from our astronauts, granting you direct access to their expertise in web development through several formats: projects feedbacks, tutorials and tool tests, advices on methodologies, introduction to frameworks... Chose your topic amongst Agility, Architecture, Data, DevOps, Javascript, or PHP!

Good reading.

Read all our articles

Presentation of the PHP library Xpression

Presentation of the PHP library Xpression

As developers, all of us already had to filter dataset (array, collection, API, etc...). Let's focus on the Xpression library, wich allows us to filter different content sources with a simplified query syntax.

Symfony 4

Symfony 4

Let's take a look at Symfony 4 innovations and changes.

Should you go hybrid? Pros and cons for the hybrid cloud

Should you go hybrid? Pros and cons for the hybrid cloud

Relevance of the hybrid cloud to the enterprise is growing. There was a three-fold jump in hybrid cloud adoption between 2016 and 2017, reflecting the attractiveness of such a setup for enterprises looking to leverage the benefits of cloud computing. Here are some key pros and cons of the hybrid cloud, to help you decide if such a setup is best for your business.

PHP 7 Throwable Errors Exceptions

PHP 7 Throwable Errors Exceptions

Errors exist in our code, in external library, and also when hardware fail. That's why understanding Throwable is essential to handle these errors cleverly.

Deploy a replicated MongoDB on AWS with Terraform and Ansible

Deploy a replicated MongoDB on AWS with Terraform and Ansible

I recently had the opportunity to deploy a MongoDB server on Amazon Web Services (AWS). In order to limit the problems of crash and data loss, it is also replicated with two other servers, ideally in a different geographical area to ensure high availability.

Debugging with Git

Debugging with Git

Today I'd like to talk about a tool that will allow us to rapidly isolate an incorrect commit, that caused a bug in our application: git bisect

OpenPGP - Export Secret Keys to a Yubikey

OpenPGP - Export Secret Keys to a Yubikey

After generating the OpenPGP keys, we will see how to store them on a USB key like the Yubikey. This will allow us to further secure our secret keys.

React SSR

React SSR

Writing an SSR React app from scratch