Software Engineering

Quand je me présente en tant qu’architecte de SI aux nouveaux arrivants à OCTO, j’obtiens régulièrement deux types de réponses :avec les outils et les technologies modernes comme le cloud, il n’y a plus besoin d’architecture de SI : il suffit d’utiliser les bonnes briques ;les architectes de SI, c’est utile dans des contextes pas agiles comme les g...

The previous article detailed the base of the pyramid: unit tests and their role in preventing regressions in our application. But they’re far from being sufficient, and we need to use other types of tests. In this article, we’ll cover component tests.This article originally appeared on our French Language Blog on 27/06/2018.body .gist .highlight {...
À la découverte des architectures du front (2/4) Les Multiple Page Applications.
Software Engineering
L’objectif de cette suite d’articles (sites statiques, MPA, SPA et applications universelles) est de faire le point sur les différentes architectures front-end. Pour cela, nous analyserons leur fonctionnement, avantages et inconvénients, ainsi que les besoins qui les ont fait émerger au fil du temps.Comprendre l’historique de ces architectures perm...

In the previous article, we discussed the theory of the Testing Pyramid -- a testing strategy to ensure our application’s quality at a reasonable cost. Notable, we discussed the notion of feedback, and the importance of having fast, accurate, and reliable feedback. Unit tests typically address these criteria for a modest investment. Through this ar...

<span style="display: inline-block; width: 0px; overflow: hidden; line-height: 0;" data-mce-type="bookmark" class="mce_SELRES_start"></span><span style="display: inline-block; width: 0px; overflow: hidden; line-height: 0;" data-mce-type="bookmark" class="mce_SELRES_start"></span><span style="display: inline-block; width: 0px; overflow: hidden; li...

L’objectif de cette suite d’articles (sites statiques, MPA, SPA et applications universelles) est de faire le point sur les différents patterns d’architecture front-end. Pour cela, nous analyserons leur fonctionnement, avantages et inconvénients, ainsi que les besoins qui les ont fait émerger au fil du temps.Comprendre l’historique de ces patterns ...

If you read this blog or our publications, you know how much testing is tied to software quality and, if I may say so, to software success. I insist on this point because all too often our customers treat tests as the fifth wheel when it comes to development. You know the consequences: an astronomical number of design anomalies, pernicious bugs in ...

AWS a discrètement introduit cet été une nouvelle fonctionnalité IAM, les Permissions Boundaries. L'annonce a fait peu de bruit, probablement en raison des mécanismes pointus mis en œuvre. Pourtant, c'est un ajout critique, qui va démultiplier l'efficacité de gestion des clouds d'entreprise dans certains cas.Nous vous proposons dans cet article d'e...

Depuis quelques années, beaucoup de casques de réalité virtuelle font leur apparition sur le marché. Dans cet article, nous verrons les différents cas d’utilisation de la VR mais aussi les caractéristiques des casques du marché afin de choisir celui correspond le mieux à votre projet d’entreprise.Téléchargez dès maintenant notre guide pour découvri...

Hi,Today I'm going to tell you a story about a feature we wanted to implement to secure a website by adding authorisation to it.TL;DR:Authorization:plan your authorization flow in advance, with all involved calls and pagesLambda@Edge:keep html content out of the lambda codekeep lambda code as simple as possibleit could be tricky to find your lambda...