From 15dce484f5a8a655d308eb8d813374a6100cb517 Mon Sep 17 00:00:00 2001 From: Olivier Picault Date: Wed, 9 Nov 2022 11:20:01 +0100 Subject: [PATCH] Update company-profiles/alan.md Co-authored-by: Theo Dammaretz Signed-off-by: Olivier Picault --- company-profiles/alan.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/company-profiles/alan.md b/company-profiles/alan.md index 8910e53e..f6ca5fc6 100644 --- a/company-profiles/alan.md +++ b/company-profiles/alan.md @@ -28,7 +28,7 @@ We are currently hiring from 8 countries accross Europe: ## Company technologies -Our front-ends are in Javascript, React for web, React-Native for our mobile applications. We also pushing for Typescript. Our back-end is in Python/Flask. We use SQLAlchemy as our ORM. Our database is PostgreSQL. We also use Redis as a messaging system. We are deployed on AWS. All of our code is in two mono-repositories, and we deploy two applications, so no microservices here. +Our front-ends are in Javascript, React for web, React-Native for our mobile applications. We are also switching completely to Typescript. Our back-end is in Python/Flask. We use SQLAlchemy as our ORM. Our database is PostgreSQL. We also use Redis as a messaging system. We are deployed on AWS. All of our code is in two mono-repositories from which we deploy several applications, so no microservices here. We have a CI/CD built with CirceCI. The CI runs the myriad of tests we have, both for backend and frontend. We don’t have full integration tests, where we test both the front and back at the same time.