-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
28 changed files
with
303 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
.banner-technology { | ||
margin: 0 0 100px; | ||
padding: 0 110px; | ||
display: flex; | ||
align-items: flex-start; | ||
} | ||
|
||
.banner-technology__title { | ||
margin: 0; | ||
display: inline-block; | ||
} | ||
|
||
.banner-technology__image { | ||
margin: 45px 110px 0 70px; | ||
min-width: 300px; | ||
height: 150px; | ||
position: relative; | ||
background: $color-brand; | ||
|
||
.logo { | ||
margin: 0; | ||
padding: 25px; | ||
width: 150px; | ||
position: absolute; | ||
right: -110px; | ||
bottom: -40px; | ||
background: $color-secondary; | ||
} | ||
} | ||
|
||
@media (max-width: $screen-md) { | ||
.banner-technology { | ||
margin: 0 0 50px; | ||
padding: 0; | ||
flex-direction: column; | ||
align-items: center; | ||
} | ||
|
||
.banner-technology__title { | ||
margin: 0 40px 40px; | ||
max-width: 510px; | ||
} | ||
|
||
.banner-technology__image { | ||
display: none; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ | |
|
||
.article-list { | ||
margin: 0 auto; | ||
max-width: 1020px; | ||
max-width: 1060px; | ||
} | ||
} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
.page-technology { | ||
padding: 0 110px; | ||
|
||
.article-list { | ||
.miniature-inline { | ||
max-width: 930px; | ||
|
||
&:first-of-type { | ||
margin-left: 110px; | ||
} | ||
} | ||
} | ||
} | ||
|
||
@media (max-width: $screen-md) { | ||
.page-technology { | ||
padding: 0; | ||
|
||
.article-list { | ||
.miniature:first-of-type { | ||
margin-left: 0; | ||
} | ||
|
||
.miniature-inline { | ||
margin-left: 0; | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,7 @@ | ||
--- | ||
name: "Bootstrap" | ||
logo: "build/images/technos/graphql.svg" | ||
title: | ||
- bootstrap | ||
show: false | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
--- | ||
name: CSS | ||
logo: build/images/technos/css3.svg | ||
title: CSS | ||
title: | ||
- CSS | ||
show: false | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,7 @@ | ||
--- | ||
name: "GraphQL" | ||
logo: "build/images/technos/graphql.svg" | ||
show: false | ||
title: | ||
- GraphQL | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
--- | ||
name: HTML | ||
logo: build/images/technos/html5.svg | ||
title: HTML | ||
title: | ||
- HTML | ||
show: false | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,7 @@ | ||
--- | ||
name: "Javascript" | ||
logo: "build/images/technos/graphql.svg" | ||
show: false | ||
title: | ||
- javascript | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,7 @@ | ||
--- | ||
name: "Node.js" | ||
logo: "build/images/technos/graphql.svg" | ||
show: false | ||
title: | ||
- NodeJS | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,8 @@ | ||
--- | ||
name: "React Native" | ||
logo: "build/images/technos/react.svg" | ||
title: | ||
- React Native | ||
articles: [] | ||
caseStudies: [] | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
--- | ||
name: SVG | ||
logo: build/images/technos/svg.svg | ||
title: SVG | ||
title: | ||
- SVG | ||
show: false | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,48 +1,45 @@ | ||
--- | ||
name: "Symfony" | ||
logo: "build/images/technos/symfony.svg" | ||
title: "Nous utilisons Symfony pour créer des applications robustes" | ||
title: | ||
- "Nous utilisons Symfony" | ||
- "pour créer des applications robustes" | ||
articles: [dev/architecture-hexagonale-symfony, dev/comment-integrer-vue-js-application-symfony, dev/authentification-par-lien-magique] | ||
caseStudies: [tribu, cirano, climapp] | ||
titleSeo: "Développement Symfony : nous créons des applicatifs et projets web robustes et évolutifs 💪" | ||
metaDescription : "Pourquoi faire confiance à Elao et Symfony, en choisir ce framework pour le développement de son logiciel ou application ? On vous dit tout 😎" | ||
--- | ||
|
||
Pour nos développements backend, nous nous appuyons sur Symfony, un framework PHP largement plébiscité par la communauté. | ||
Pour nos développements backend, nous nous appuyons sur *Symfony, un framework PHP largement plébiscité par la communauté*. | ||
|
||
## Pourquoi avons-nous fait le choix de Symfony ? | ||
|
||
- Symfony apporte un coeur et des composants solides, qui offrent aux équipes de développement la plupart des besoins génériques afin de se focaliser sur l’essentiel : le fonctionnel spécifique, qui répond aux besoins du projet. | ||
- Symfony apporte un coeur et des composants solides, qui offrent aux équipes de développement la plupart des besoins génériques afin de se **focaliser sur l’essentiel : le fonctionnel spécifique, qui répond aux besoins du projet.** | ||
|
||
- La philosophie de Symfony prône la standardisation des bonnes pratiques et l’interopérabilité des applications, facilitant ainsi la maintenance et la transmission de projets. | ||
- La philosophie de Symfony prône la standardisation des bonnes pratiques et l’interopérabilité des applications, **facilitant ainsi la maintenance et la transmission de projets.** | ||
|
||
- Symfony est un projet solide, qui existe depuis 2005. Nos collaborateurs sont formés et utilisent ce framework depuis la première heure. | ||
- **Symfony est un projet solide, qui existe depuis 2005.** Nos collaborateurs sont formés et utilisent ce framework depuis la première heure. | ||
|
||
## Notre premier site web avec Symfony : 2007 ! | ||
|
||
Notre histoire avec Symfony a démarré en 2007, avec la version 1.0, pour la création de sites web. Le premier site développé sous Symfony chez Elao concernait un site communautaire de loisirs créatifs, avec énormément de fonctionnalités telles qu’un forum, des galeries photos, un catalogue produit, etc. Que de chemins et de versions parcourues depuis ! | ||
**Notre histoire avec Symfony a démarré en 2007**, avec la version 1.0, pour la création de sites web. Le premier site développé sous Symfony chez Elao concernait un site communautaire de loisirs créatifs, avec énormément de fonctionnalités telles qu’un forum, des galeries photos, un catalogue produit, etc. Que de chemins et de versions parcourues depuis ! | ||
|
||
Forts de ces nombreuses années à utiliser Symfony, nous avons développé une expertise qui nous permet de conduire des audits de sites Symfony, des montées de versions, des refontes, et bien entendu des créations de sites e-commerce ou d'applications métier. Bien entendu, nous ne sommes pas fermés à l’utilisation d’autres frameworks PHP comme par exemple Laravel. | ||
Forts de ces nombreuses années à utiliser Symfony, nous avons développé une expertise qui nous permet de **conduire des audits de sites Symfony, des montées de versions, des refontes, et bien entendu des créations de sites e-commerce ou d'applications métier.** Bien entendu, nous ne sommes pas fermés à l’utilisation d’autres frameworks PHP comme par exemple Laravel. | ||
|
||
## Nous contribuons aussi à Symfony | ||
|
||
Une grande communauté s’est développée et échange autour de ce framework, et nous y contribuons activement. Ainsi, fin 2019, Symfony affichait 3000 contributeurs au projet, 600 000 développeurs Symfony et 48 000 000 de téléchargements par mois. | ||
**Une grande communauté s’est développée et échange autour de ce framework**, et nous y contribuons activement. Ainsi, fin 2019, Symfony affichait 3000 contributeurs au projet, **600 000 développeurs Symfony** et 48 000 000 de téléchargements par mois. | ||
|
||
Nous contribuons directement au code de Symfony en proposant des améliorations ou des évolutions qui servent à la communauté, | ||
Nous créons des bundles open source, c’est à dire des outils qui nous sont utiles dans nos projets, que nous réutilisons dès que nous en avons besoin et que nous rendons public, afin qu’ils profitent à la communauté, | ||
Nous participons régulièrement à des évènements et des meetups autour de Symfony, en tant que participants ainsi qu’en tant que speakers afin de nous enrichir et de partager nos connaissances. | ||
Nous contribuons directement au code de Symfony en proposant des améliorations ou des évolutions qui servent à la communauté. | ||
|
||
Nous créons des bundles open source, c’est à dire des outils qui nous sont utiles dans nos projets, que nous réutilisons dès que nous en avons besoin et que nous rendons public, afin qu’ils profitent à la communauté. | ||
|
||
Nous participons régulièrement à des évènements et des meetups autour de Symfony, en tant que participants ainsi qu’en tant que speakers afin de nous enrichir et de partager nos connaissances. | ||
|
||
## Projets créés avec Symfony | ||
|
||
Pour les besoins d’une solution globale d’administration et de gestion de transport de déchets, nous avons opté pour Symfony afin de gérer un back-office solide. | ||
Pour les besoins d’une solution globale d’administration et de gestion de transport de déchets, nous avons opté pour Symfony afin de gérer un back-office solide. | ||
-> lien vers l’étude de cas Tribu | ||
|
||
La problématique de forte volumétrie de données et de traitement (imports et gestion de ces données) nous a poussé à opter pour Symfony, en complément de React pour obtenir une interface utilisateur rapide et moderne. | ||
La problématique de forte volumétrie de données et de traitement (imports et gestion de ces données) nous a poussé à opter pour Symfony, en complément de React pour obtenir une interface utilisateur rapide et moderne. | ||
-> lien vers l’étude de cas Musique & Music | ||
|
||
## Article de blog liés à Symfony | ||
|
||
L’architecture hexagonale avec Symfony | ||
-> lien vers l’article https://blog.elao.com/fr/dev/architecture-hexagonale-symfony/ | ||
|
||
Comment intégrer Vue JS dans une application | ||
-> lien vers l’article https://blog.elao.com/fr/dev/comment-integrer-vue-js-application-symfony/ | ||
|
||
Authentification par lien magique | ||
-> lien vers l’article https://blog.elao.com/fr/dev/authentification-par-lien-magique/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.