diff --git a/Documents/rapport_Word.docx b/Documents/CaptThibault_rapport_projet_semestre.docx similarity index 92% rename from Documents/rapport_Word.docx rename to Documents/CaptThibault_rapport_projet_semestre.docx index dd916274d3a4a4a28e57fad633e163324d3636f4..9c1b4cfeaeec0ff899219ca29c4b2391fd09dff1 100644 Binary files a/Documents/rapport_Word.docx and b/Documents/CaptThibault_rapport_projet_semestre.docx differ diff --git a/Documents/JournalDeBord.md b/Documents/JournalDeBord.md index a0a5ad23e065f0fd6f04ec844f20cf147e5b7e0d..2d101b5ebb15275ddf9a7a1bfda92f2a3f9392ce 100644 --- a/Documents/JournalDeBord.md +++ b/Documents/JournalDeBord.md @@ -11,4 +11,5 @@ | 17.11.2024 | Début de base de données | - | - | - | 21.11.2024 | Génération du projet et initialisation | - | - | - | 23-24.11.2024 | Création d'utilisateur | - | - | - -| 28.11.2024 | Oauth2 Google api | - | - | - \ No newline at end of file +| 28.11.2024 | Oauth2 Google api | - | - | - +| 05.12.2024 | Réglages zotero et ajout des sources | - | - | - \ No newline at end of file diff --git a/Documents/concurrence.md b/Documents/concurrence.md index 97a4be79cc3e7a6b93ea40e9e676e7d4d88da2e4..2101b8e8b0dcd345f2b3fac41b79bfafa0b0bfe1 100644 --- a/Documents/concurrence.md +++ b/Documents/concurrence.md @@ -51,7 +51,7 @@ > Bon design mobile -## [TeamLinkt](https://www.sporteasy.net/fr) +## [TeamLinkt](https://teamlinkt.com/) + Scheduler + Teams + Fundraisers / Registrations diff --git a/Documents/technologie.md b/Documents/technologie.md index fc53920b8b5de79da3ead0a2e3d11019c4714d90..e58df118a1b9cb2ceebaaff9f284e4e3f8e5e95f 100644 --- a/Documents/technologie.md +++ b/Documents/technologie.md @@ -1,61 +1,55 @@ # Technologies à disposition ## Frontend -Il y a 3 grands frameworks pour le Frontend moderne web. Angular, Vue.js et React. - Sources: 1. [lambdatest.com](https://www.lambdatest.com/blog/angular-vs-react-vs-vue/) 2. [mydigitalschool.com](https://www.mydigitalschool.com/actualite-bordeaux/frameworks-de-developpement-web-avantages-et-inconvenients) 3. [qiminfo.ch](https://www.qiminfo.ch/angular-vs-react/) 4. [ambient-it.net](https://www.ambient-it.net/reactjs-vs-angular-vs-vuejs/) 5. [dyma.fr](https://dyma.fr/blog/quel-framework-choisir-angular-vue-js-ou-react/) -6. [codebuds.com](https://codebuds.com/blog/reactjs-vuejs-projet-comparaison) -7. [access-it.fr](https://www.access-it.fr/actualite/vuejs-angular-ou-react/) -8. [browserstack.com](https://www.browserstack.com/guide/angular-vs-react-vs-vue) - -Avec ces sources, voici ce que perplexity.ai m'a sorti. +6. [access-it.fr](https://www.access-it.fr/actualite/vuejs-angular-ou-react/) +7. [browserstack.com](https://www.browserstack.com/guide/angular-vs-react-vs-vue) ### Angular Points positifs: -+ *Je connais très bien ce framework* -+ **Framework complet**: Angular est un framework complet qui offre un ensemble d'outils intégrés pour le développement web, y compris la gestion de l'état et des données (sources 2 et 3). -+ **Sécurité et Performance** : Il est connu pour ses fonctionnalités de sécurité avancées et ses performances élevées (source 2). -+ **Support de TypeScript** : Angular impose l'utilisation de TypeScript, ce qui peut améliorer la maintenabilité du code grâce à un typage statique (source 3). -+ **Bi-directional Data Binding** : Angular utilise la liaison de données bidirectionnelle, ce qui assure une synchronisation automatique entre le modèle et la vue (source 1). ++ **Framework complet**: Angular est un framework complet qui offre un ensemble d'outils intégrés pour le développement web, y compris la gestion de l'état et des données. ++ **Sécurité et Performance** : Il est connu pour ses fonctionnalités de sécurité avancées et ses performances élevées. ++ **Support de TypeScript** : Angular impose l'utilisation de TypeScript, ce qui peut améliorer la maintenabilité du code grâce à un typage statique. ++ **Bi-directional Data Binding** : Angular utilise la liaison de données bidirectionnelle, ce qui assure une synchronisation automatique entre le modèle et la vue. Points négatifs: -+ **Apprentissage difficile** : Angular a une courbe d'apprentissage importante (sources 2 et 3). *Ceci dit, j'en ai fait pas mal en entreprise et à l'école donc ce point n'est pas autant un problème que ça*. -+ **Démarrage lent**: Angular peut être plus lent à démarrer par rapport à d'autres frameworks en raison de sa taille et de sa complexité initiale (source 2). *Ce point est valable pour le débugage. En production, on n'est pas sensé relancé tout le temps l'application web.* -+ **Flexibilité Limitée** : Le cadre rigide d'Angular offre moins de liberté dans la conception architecturale par rapport à React ou Vue.js (source 5). ++ **Apprentissage difficile** : Angular a une courbe d'apprentissage importante. *Ceci dit, j'en ai fait pas mal en entreprise et à l'école donc ce point n'est pas autant un problème que ça*. ++ **Démarrage lent**: Angular peut être plus lent à démarrer par rapport à d'autres frameworks en raison de sa taille et de sa complexité initiale. *Ce point est valable pour le débugage. En production, on n'est pas sensé relancé tout le temps l'application web.* ++ **Flexibilité Limitée** : Le cadre rigide d'Angular offre moins de liberté dans la conception architecturale par rapport à React ou Vue.js. ### Vue.js Points positifs : -+ **Flexibilité et Modularité** : React est très flexible, permettant l'intégration facile avec d'autres bibliothèques tierces pour personnaliser l'application selon les besoins (sources 3 et 4). -+ **Performance Élevée** : Grâce au DOM virtuel, React offre des mises à jour rapides des composants, ce qui améliore les performances globales (sources 1 et 2). -+ **Facilité d'Utilisation** : Il est relativement facile à apprendre grâce à sa syntaxe simple et à une documentation bien fournie (source 4). ++ **Flexibilité et Modularité** : React est très flexible, permettant l'intégration facile avec d'autres bibliothèques tierces pour personnaliser l'application selon les besoins. ++ **Performance Élevée** : Grâce au DOM virtuel, React offre des mises à jour rapides des composants, ce qui améliore les performances globales. ++ **Facilité d'Utilisation** : Il est relativement facile à apprendre grâce à sa syntaxe simple et à une documentation bien fournie. Points négatifs : -+ **Gestion de l'État Externe** : React ne possède pas de solution intégrée pour la gestion de l'état, nécessitant souvent l'utilisation de bibliothèques externes comme Redux (sources 1 et 2). -+ **Complexité pour Grands Projets** : Pour les projets plus larges, React peut devenir complexe à gérer sans une bonne architecture (source 2). *Comme c'est un projet assez concistant, ce point est crucial.* ++ **Gestion de l'État Externe** : React ne possède pas de solution intégrée pour la gestion de l'état, nécessitant souvent l'utilisation de bibliothèques externes comme Redux. ++ **Complexité pour Grands Projets** : Pour les projets plus larges, React peut devenir complexe à gérer sans une bonne architecture. *Comme c'est un projet assez concistant, ce point est crucial.* ### React Points positifs: -+ **Simplicité et Flexibilité** : Vue.js est facile à apprendre avec une syntaxe simple et offre une grande flexibilité dans le développement (sources 2 et 4). -+ **Performance Élevée** : Comme React, Vue.js utilise également le DOM virtuel pour améliorer les performances (source 6). -+ **Progressivité** : Vue.js permet d'ajouter progressivement des fonctionnalités au fur et à mesure que le projet grandit, ce qui le rend adaptable aux besoins changeants (source 5). ++ **Simplicité et Flexibilité** : Vue.js est facile à apprendre avec une syntaxe simple et offre une grande flexibilité dans le développement. ++ **Performance Élevée** : Comme React, Vue.js utilise également le DOM virtuel pour améliorer les performances. ++ **Progressivité** : Vue.js permet d'ajouter progressivement des fonctionnalités au fur et à mesure que le projet grandit, ce qui le rend adaptable aux besoins changeants. Points négatifs: -**Moins Populaire pour Grands Projets** : Vue.js peut être moins performant que d'autres frameworks pour des projets très volumineux en raison de sa taille plus petite et de sa communauté plus réduite (sources 2 et 4). -**Moins de Support Communautaire** : Comparé à React ou Angular, Vue.js a une communauté plus petite, ce qui peut limiter les ressources disponibles pour résoudre des problèmes complexes (source 4). +**Moins Populaire pour Grands Projets** : Vue.js peut être moins performant que d'autres frameworks pour des projets très volumineux en raison de sa taille plus petite et de sa communauté plus réduite. +**Moins de Support Communautaire** : Comparé à React ou Angular, Vue.js a une communauté plus petite, ce qui peut limiter les ressources disponibles pour résoudre des problèmes complexes. ### Conclusion Je peux donc en conclure que bien qu'Angular soit plus difficile à prendre en main, il est plus utilisé dans les grands projets. Il est certe un peu plus lent mais offre un meilleur support, comme le data-binding et les performances apportées. Le plus dur avec Angular, c'est son apprentissage, mais ceci n'est pas un problème pour moi, car j'en ai déjà beaucoup fait à l'école et en entreprise. Mon choix se porte donc sur **Angular**. -## Framework Angular +## Framework Angular - TODO: ajouter des sources pour cette partie (me suis basé que sur les sites web de chacun pour l'instant) ### Angular material Il s'agit d'une bibliothèque de composants d'interface utilisateur avec des modèles, des panneaux d'administration et des composants réutilisables de haute qualité. @@ -106,6 +100,10 @@ Points forts: + **Facilité de configuration** : Possède un fichier de configuration centralisé où toutes les classes peuvent être personnalisées. Écosystème en croissance : Possède une large communauté et de nombreux plugins pour étendre les fonctionnalités, comme des animations et des formulaires, si nécessaire. +### Daisyui + +TODO + ### Conclusion Pour moi, l'idéal serait de combiner PrimeNG et TailwindCSS, pour récupérer des composants déjà existant tout en ayant toujours un contrôle sur le style. Je n'aime pas trop la couche Google qu'apporte Angular matérial, c'est pour ça que je me tourne plutôt vers primeNG et TailwindCSS est plus complet que NGX-Bootstrap. @@ -122,6 +120,8 @@ Sources: 7. [lebigdata.fr](https://www.lebigdata.fr/go-langage-de-programmation) 8. [software-developer-india.com](https://www.software-developer-india.com/fr/avantages-et-inconvenients-du-golang-go/) 9. [appmaster.io](https://appmaster.io/fr/blog/bases-de-donnees-en-go) +10. [netguru.com](https://www.netguru.com/blog/node-js-backend) +11. [wintalent.com](https://winatalent.com/blog/best-programming-language-for-back-end/) ### Python @@ -143,6 +143,7 @@ Points Positifs : Points Négatifs : + **Gestion CPU Intensive** : Moins adapté pour les tâches nécessitant beaucoup de calculs. + **Callback Hell** : La programmation asynchrone peut devenir complexe, bien que les promesses et async/await aient amélioré la situation. ++ **Express** : Déprécié ### C# @@ -159,21 +160,21 @@ Points Négatifs : Points Positifs : + **Robustesse et Scalabilité** : Excellent pour les applications d'entreprise à grande échelle. -+ **Auto-configuration** : Réduit considérablement le temps de configuration et de déploiement (source 2). -+ **Intégration Facile** : Supporte nativement de nombreuses bases de données et offre une excellente intégration via Spring Data JPA (source 2). ++ **Auto-configuration** : Réduit considérablement le temps de configuration et de déploiement. ++ **Intégration Facile** : Supporte nativement de nombreuses bases de données et offre une excellente intégration via Spring Data JPA. Points Négatifs : -+ **Complexité** : Peut être perçu comme complexe pour les petits projets ou les débutants (source 3). -+ **Taille de l'Application** : Les applications Spring Boot peuvent être plus volumineuses en raison des dépendances incluses (source 3). ++ **Complexité** : Peut être perçu comme complexe pour les petits projets ou les débutants. ++ **Taille de l'Application** : Les applications Spring Boot peuvent être plus volumineuses en raison des dépendances incluses. ### Golang (Go) Points Positifs : -+ **Performance Élevée** : Golang est un langage compilé offrant des performances proches de C, ce qui le rend excellent pour les applications backend à haute performance (source 6). -+ **Concurrence Efficace** : Grâce à ses goroutines et canaux, Go excelle dans la gestion de la concurrence, permettant de traiter efficacement de nombreuses requêtes simultanées (sources 6 et 7). -+ **Faible Latence et Haut Débit** : Idéal pour les applications nécessitant un traitement rapide et une capacité à gérer un grand nombre de requêtes par seconde (source 6). -+ **Gestion de la Mémoire** : Go dispose d'un garbage collector performant qui minimise les pauses, crucial pour les applications en temps réel (source 6). -+ **Simplicité et Productivité** : La syntaxe simple de Go et ses outils intégrés (comme gofmt) augmentent la productivité des développeurs (source 7 et 8). ++ **Performance Élevée** : Golang est un langage compilé offrant des performances proches de C, ce qui le rend excellent pour les applications backend à haute performance. ++ **Concurrence Efficace** : Grâce à ses goroutines et canaux, Go excelle dans la gestion de la concurrence, permettant de traiter efficacement de nombreuses requêtes simultanées. ++ **Faible Latence et Haut Débit** : Idéal pour les applications nécessitant un traitement rapide et une capacité à gérer un grand nombre de requêtes par seconde. ++ **Gestion de la Mémoire** : Go dispose d'un garbage collector performant qui minimise les pauses, crucial pour les applications en temps réel. ++ **Simplicité et Productivité** : La syntaxe simple de Go et ses outils intégrés (comme gofmt) augmentent la productivité des développeurs. Points Négatifs : + **Absence de Génériques** : Go ne supporte pas les génériques, ce qui peut limiter la flexibilité dans certains scénarios de programmation2. @@ -197,17 +198,15 @@ Plusieurs langages s'offre à moi pour la base de données. Des langages que je Sources: 1. [ionos.fr - MySQL vs MongoDB](https://www.ionos.fr/digitalguide/hebergement/aspects-techniques/mysql-vs-mongodb/) -2. [thinkautomation.com](https://www.thinkautomation.com/our-two-cents/understanding-the-key-mongodb-pros-and-cons) -3. [ionos.com - Oracle Database](https://www.ionos.com/digitalguide/hosting/technical-matters/oracle-database/) -4. [ionos.fr - Présentation d'oracle database](https://www.ionos.fr/digitalguide/hebergement/aspects-techniques/oracle-database/) -5. [nextbigtechnology.com](https://nextbigtechnology.com/oracle-database-advantages-disadvantages-and-features-guide-2021/) -6. [keycdn.com](https://www.keycdn.com/blog/popular-databases) -7. [intelligence-artificielle-school.com](https://www.intelligence-artificielle-school.com/ecole/technologies/quest-ce-que-oracle-database/) +3. [nextbigtechnology.com](https://nextbigtechnology.com/oracle-database-advantages-disadvantages-and-features-guide-2021/) +4. [keycdn.com](https://www.keycdn.com/blog/popular-databases) +5. [intelligence-artificielle-school.com](https://www.intelligence-artificielle-school.com/ecole/technologies/quest-ce-que-oracle-database/) +6. [percona.com](https://www.percona.com/blog/what-is-postgresql-used-for/#:~:text=PostgreSQL%20offers%20advanced%20SQL%20features,and%20enforcement%20of%20business%20rules.) ### MariaDB Points Positifs : -+ **Compatibilité MySQL** : Fork de MySQL, offrant une excellente compatibilité avec les applications existantes (source 1). ++ **Compatibilité MySQL** : Fork de MySQL, offrant une excellente compatibilité avec les applications existantes. + **Performance** : Optimisations de performance par rapport à MySQL, particulièrement pour les charges de travail importantes. + **Open Source** : Développement communautaire actif et licence open source. diff --git "a/Documents/volleyhub-bibliographie/Ma biblioth\303\250que.json" "b/Documents/volleyhub-bibliographie/Ma biblioth\303\250que.json" new file mode 100644 index 0000000000000000000000000000000000000000..6697af06b24d39d3c5313f05c4bdc46e5dabb2d7 --- /dev/null +++ "b/Documents/volleyhub-bibliographie/Ma biblioth\303\250que.json" @@ -0,0 +1,1306 @@ +[ + { + "id": "http://zotero.org/users/8795474/items/BRRIR867", + "type": "webpage", + "abstract": "Vous trouverez sur cette page les informations relatives aux travaux de maintenance ainsi qu’aux dérangements actuels. Vous trouverez des instructions, des liens vers l’application «Mobile NDS» ainsi qu‘une foire aux questions sur les sous-pages correspondantes.", + "container-title": "Banque de données nationale pour le sport (BDNS)", + "genre": "Documentation", + "language": "fr", + "title": "Banque de données nationale pour le sport (BDNS)", + "title-short": "BDNS", + "URL": "https://www.jugendundsport.ch/fr/banque-de-donnees-nationale-pour-le-sport-bdns", + "author": [ + { + "literal": "Office fédéral du sport OFSPO" + } + ], + "accessed": { + "date-parts": [ + [ + "2024", + 12, + 5 + ] + ] + }, + "issued": { + "date-parts": [ + [ + "2024", + 11, + 21 + ] + ] + } + }, + { + "id": "http://zotero.org/users/8795474/items/5TY2UKDZ", + "type": "article-journal", + "abstract": "Comment importer le contrôle des présences dans la BDNS", + "language": "fr", + "page": "1", + "source": "Zotero", + "title": "Importation du contrôle des présences (CdP)", + "title-short": "CdP", + "URL": "https://backend.jugendundsport.ch/fileservice/sdweb-docs-prod-jugdsport-files/files/2024/03/06/2480d8db-6cab-48e8-b60d-25a1ca9a4f0b.pdf", + "author": [ + { + "literal": "Office fédéral du sport OFSPO" + } + ], + "accessed": { + "date-parts": [ + [ + "2024", + 12, + 5 + ] + ] + }, + "issued": { + "date-parts": [ + [ + "2022", + 4, + 14 + ] + ] + } + }, + { + "id": "http://zotero.org/users/8795474/items/WVR8K8AF", + "type": "article-journal", + "abstract": "Documentation qui explique comment utiliser la nouvelle API pour la BDNS", + "language": "fr", + "page": "10", + "source": "Zotero", + "title": "Documentation technique concernant l'interface standardisée (API)", + "title-short": "Refonte de la BDNS", + "URL": "https://backend.jugendundsport.ch/fileservice/sdweb-docs-prod-jugdsport-files/files/2024/03/06/fc1b7fb7-c78c-4a1c-908f-2c947c089b2e.pdf", + "author": [ + { + "literal": "Sport des adultes suisse" + } + ], + "accessed": { + "date-parts": [ + [ + "2024", + 12, + 5 + ] + ] + }, + "issued": { + "date-parts": [ + [ + "2022", + 5, + 12 + ] + ] + } + }, + { + "id": "http://zotero.org/users/8795474/items/YUT2YZH5", + "type": "article-journal", + "abstract": "Documentation pour intlégrer l'API dans une application", + "language": "fr", + "page": "3", + "source": "Zotero", + "title": "Guide d’intégration de l’API «standard» de la BDNS pour les partenaires de l’OFSPO", + "title-short": "Guide d’intégration de l’API «standard» de la BDNS pour les partenaires de l’OFSPO", + "URL": "https://backend.jugendundsport.ch/fileservice/sdweb-docs-prod-jugdsport-files/files/2024/03/06/94d14778-3470-4b09-96cf-6f54877327bc.pdf", + "author": [ + { + "literal": "Office fédéral du sport OFSPO" + } + ], + "accessed": { + "date-parts": [ + [ + "2024", + 12, + 5 + ] + ] + }, + "issued": { + "date-parts": [ + [ + "2022", + 12, + 19 + ] + ] + } + }, + { + "id": "http://zotero.org/users/8795474/items/QSLFZVGX", + "type": "webpage", + "abstract": "Pas beaucoup d'information sur coacha. Nous sommes obligés de se connecter pour accéder à leur site", + "container-title": "Coacha", + "language": "en", + "title": "Coacha - \"A good coach can change a game; A great coach can change a life\"", + "title-short": "Coacha", + "URL": "https://my.coacha.app", + "author": [ + { + "literal": "Coacha" + } + ], + "accessed": { + "date-parts": [ + [ + "2024", + 12, + 5 + ] + ] + } + }, + { + "id": "http://zotero.org/users/8795474/items/C8ZSFQCA", + "type": "webpage", + "abstract": "La gestion de votre équipe sportive n’aura jamais été aussi facile. L'application MonClubSportif permet à votre équipe d'atteindre de nouveaux sommets.", + "container-title": "MonClubSportif", + "language": "fr", + "title": "MonClubSportif - Logiciel de gestion d’équipes sportives et culturelles", + "URL": "https://monclubsportif.com/", + "author": [ + { + "literal": "MonClubSportif" + } + ], + "accessed": { + "date-parts": [ + [ + "2024", + 12, + 5 + ] + ] + } + }, + { + "id": "http://zotero.org/users/8795474/items/WAUYLRIR", + "type": "post-weblog", + "abstract": "SportEasy est l’application n°1 de gestion d’équipes et clubs de sport. Convocations en un clic", + "language": "fr-FR", + "title": "L'app n°1 pour gérer une équipe ou un club de sport amateur", + "URL": "https://www.sporteasy.net/fr/", + "author": [ + { + "family": "Amphibee", + "given": "" + } + ], + "accessed": { + "date-parts": [ + [ + "2024", + 12, + 5 + ] + ] + } + }, + { + "id": "http://zotero.org/users/8795474/items/6UU9QDJ5", + "type": "webpage", + "abstract": "Free app for your sports team. The only app you need to easily handle communication between coaches, managers, parents and players. Management, scheduling, availability, messaging, roster.", + "container-title": "Heja", + "language": "en", + "title": "Heja | Sports team management and communication app", + "title-short": "Heja", + "URL": "https://heja.io/", + "author": [ + { + "literal": "Heja" + } + ], + "accessed": { + "date-parts": [ + [ + "2024", + 12, + 5 + ] + ] + }, + "issued": { + "date-parts": [ + [ + "2024" + ] + ] + } + }, + { + "id": "http://zotero.org/users/8795474/items/7NKZWMLE", + "type": "webpage", + "abstract": "Spond est l'application gratuite de gestion d'équipes sportives choisie par des milliers d'équipes dans le monde ! Commencez à planifier des événements, à envoyer des invitations et bien plus encore dès aujourd'hui.", + "container-title": "Spond", + "language": "fr", + "title": "Spond- Meilleure application gratuite de gestion d'équipe sportive", + "title-short": "Spond", + "URL": "https://www.spond.com/fr/", + "author": [ + { + "literal": "Spond" + } + ], + "accessed": { + "date-parts": [ + [ + "2024", + 12, + 5 + ] + ] + }, + "issued": { + "date-parts": [ + [ + "2024" + ] + ] + } + }, + { + "id": "http://zotero.org/users/8795474/items/SF35LKTA", + "type": "webpage", + "abstract": "The #1 sports team management app makes communication and organization a breeze. Clubs and leagues love us too. Try it now.", + "container-title": "TeamSnap", + "language": "en", + "title": "TeamSnap - Youth Sports Team, Club & League Management App", + "title-short": "TeamSnap", + "URL": "https://www.teamsnap.com/", + "author": [ + { + "literal": "TeamSnap" + } + ], + "accessed": { + "date-parts": [ + [ + "2024", + 12, + 5 + ] + ] + }, + "issued": { + "date-parts": [ + [ + "2024" + ] + ] + } + }, + { + "id": "http://zotero.org/users/8795474/items/Q7LG57JR", + "type": "webpage", + "abstract": "SportEasy est l’application n°1 de gestion d’équipes et clubs de sport. Convocations en un clic", + "container-title": "SportEasy", + "language": "fr", + "title": "SportEasy - L’app n°1 pour gérer une équipe ou un club de sport amateur", + "title-short": "SportEasy", + "URL": "https://www.sporteasy.net/fr/", + "accessed": { + "date-parts": [ + [ + "2024", + 12, + 5 + ] + ] + }, + "issued": { + "date-parts": [ + [ + "2024" + ] + ] + } + }, + { + "id": "http://zotero.org/users/8795474/items/232SVFPA", + "type": "webpage", + "abstract": "Free sports management platform for leagues, clubs and associations. Simplify online registration, your website, scheduling, and more.", + "container-title": "TeamLinkt", + "language": "en", + "title": "TeamLinkt | All-in-one sports management platform.", + "title-short": "TeamLinkt", + "URL": "https://teamlinkt.com/", + "author": [ + { + "literal": "TeamLinkt" + } + ], + "accessed": { + "date-parts": [ + [ + "2024", + 12, + 5 + ] + ] + }, + "issued": { + "date-parts": [ + [ + "2024" + ] + ] + } + }, + { + "id": "http://zotero.org/users/8795474/items/N4U2L3IQ", + "type": "webpage", + "abstract": "A free, simple, developer-friendly tool to help you create web-based documentation for your database", + "container-title": "dbdocs.io", + "genre": "Gestion de base de données", + "title": "dbdocs.io - Database Documentation and Catalog Tool", + "title-short": "dbDocs", + "URL": "https://dbdocs.io/Thibault%20Capt%20(ThibAuResto)/ChenoisVolley", + "author": [ + { + "literal": "dbdocs" + } + ], + "accessed": { + "date-parts": [ + [ + "2024", + 12, + 5 + ] + ] + }, + "issued": { + "date-parts": [ + [ + "204" + ] + ] + } + }, + { + "id": "http://zotero.org/users/8795474/items/Y7DX4FD5", + "type": "webpage", + "abstract": "Spring Security is the de facto industry standard when it comes to securing Spring-based apps, but it can be tricky to configure. This article demonstrates how you can implement it without wasting too much time.", + "container-title": "Spring Security With JWT for REST API", + "genre": "Documentation", + "language": "en", + "title": "Spring Security JWT Tutorial | Toptal®", + "title-short": "Spring Security With JWT for REST API", + "URL": "https://www.toptal.com/spring/spring-security-tutorial", + "author": [ + { + "family": "Gordadze", + "given": "Loram" + } + ], + "accessed": { + "date-parts": [ + [ + "2024", + 12, + 5 + ] + ] + }, + "issued": { + "date-parts": [ + [ + "2017", + 6, + 3 + ] + ] + } + }, + { + "id": "http://zotero.org/users/8795474/items/2HGKTLTU", + "type": "webpage", + "abstract": "Hello readers, In this article you will learn a complete email verification process. We will...", + "container-title": "DEV Community", + "language": "en", + "title": "Streamlining Email Verification: A Step-by-Step Guide with Spring Boot and Angular", + "title-short": "Streamlining Email Verification", + "URL": "https://dev.to/amailath/streamlining-email-verification-a-step-by-step-guide-with-spring-boot-and-angular-eff", + "author": [ + { + "literal": "Anbumani" + } + ], + "accessed": { + "date-parts": [ + [ + "2024", + 12, + 5 + ] + ] + }, + "issued": { + "date-parts": [ + [ + "2024", + 1, + 2 + ] + ] + } + }, + { + "id": "http://zotero.org/users/8795474/items/8MH52BK8", + "type": "webpage", + "abstract": "Utilisation de l'API Google pour utiliser leur autorisation OAuth2.0", + "container-title": "Google for Developers", + "genre": "Documentation", + "language": "fr", + "title": "Utiliser OAuth 2.0 pour accéder aux API Google | Authorization", + "URL": "https://developers.google.com/identity/protocols/oauth2?hl=fr", + "author": [ + { + "literal": "Google" + } + ], + "accessed": { + "date-parts": [ + [ + "2024", + 12, + 5 + ] + ] + }, + "issued": { + "date-parts": [ + [ + "2024", + 11, + 13 + ] + ] + } + }, + { + "id": "http://zotero.org/users/8795474/items/YGS2DI74", + "type": "webpage", + "abstract": "Utilisation de l'API Google pour utiliser leur autorisation OAuth2.0 en Java", + "container-title": "Google for Developers", + "genre": "Documentation", + "language": "fr", + "title": "Utiliser OAuth 2.0 avec la bibliothèque cliente des API Google pour Java | API Client Library for Java", + "URL": "https://developers.google.com/api-client-library/java/google-api-java-client/oauth2?hl=fr", + "author": [ + { + "literal": "Google" + } + ], + "accessed": { + "date-parts": [ + [ + "2024", + 12, + 5 + ] + ] + }, + "issued": { + "date-parts": [ + [ + "2022", + 8, + 22 + ] + ] + } + }, + { + "id": "http://zotero.org/users/8795474/items/5P9Y422P", + "type": "webpage", + "abstract": "Picking the best web framework is crucial. This guide on Angular vs React vs Vue compares and help you decide the right framework for your project.", + "container-title": "BrowserStack", + "language": "en", + "title": "Angular vs React vs Vue: Core Differences", + "title-short": "Angular vs React vs Vue", + "URL": "https://browserstack.wpengine.com/guide/angular-vs-react-vs-vue/", + "author": [ + { + "family": "Mohit", + "given": "Joshi" + } + ], + "accessed": { + "date-parts": [ + [ + "2024", + 12, + 5 + ] + ] + }, + "issued": { + "date-parts": [ + [ + "2023", + 5, + 11 + ] + ] + } + }, + { + "id": "http://zotero.org/users/8795474/items/2NFDZL43", + "type": "webpage", + "abstract": "Access it vous accompagne sur vos projets et vous conseille la meilleure technologie front-end adaptée à celui-ci.", + "container-title": "Access it", + "language": "fr", + "title": "Vue JS, Angular ou react : quelle technologie front-end choisir ?", + "title-short": "Vue JS, Angular ou react", + "URL": "https://www.access-it.fr/actualite/vuejs-angular-ou-react/", + "author": [ + { + "literal": "Thibaut (CTO)" + } + ], + "accessed": { + "date-parts": [ + [ + "2024", + 12, + 5 + ] + ] + }, + "issued": { + "date-parts": [ + [ + "2023", + 4, + 13 + ] + ] + } + }, + { + "id": "http://zotero.org/users/8795474/items/74ANLKAX", + "type": "webpage", + "abstract": "Nous allons étudier les différences entre les trois principaux frameworks : Angular (Google), React (Facebook) et Vue.js (Evan you).", + "container-title": "Blog de Dyma", + "language": "fr", + "title": "Angular vs Vue.js vs React en 2024", + "URL": "https://dyma.fr/blog/quel-framework-choisir-angular-vue-js-ou-react/", + "author": [ + { + "literal": "Équipe Dyma" + } + ], + "accessed": { + "date-parts": [ + [ + "2024", + 12, + 5 + ] + ] + }, + "issued": { + "date-parts": [ + [ + "2024", + 9, + 5 + ] + ] + } + }, + { + "id": "http://zotero.org/users/8795474/items/CRIUEMRI", + "type": "post-weblog", + "abstract": "ReactJS, Angular ou VueJS ? Avec notre analyse complète de ces frameworks, vous saurez quelle technologie utilisée pour votre développement.", + "container-title": "Ambient IT", + "language": "fr-FR", + "title": "ReactJS vs Angular vs VueJS : Que choisir en 2024 ?", + "title-short": "ReactJS vs Angular vs VueJS", + "URL": "https://www.ambient-it.net/reactjs-vs-angular-vs-vuejs/", + "author": [ + { + "family": "Chahine", + "given": "Hugo" + } + ], + "accessed": { + "date-parts": [ + [ + "2024", + 12, + 5 + ] + ] + }, + "issued": { + "date-parts": [ + [ + "2024", + 10, + 13 + ] + ] + } + }, + { + "id": "http://zotero.org/users/8795474/items/Z9PDGFVI", + "type": "webpage", + "abstract": "Vous hésitez entre Angular et React pour développer votre application ? Découvrez notre comparatif de ces deux frameworks populaires.", + "container-title": "Qim info", + "language": "fr", + "title": "Angular vs React : quel est le meilleur framework ?", + "title-short": "Angular vs React", + "URL": "https://www.qiminfo.ch/angular-vs-react/", + "author": [ + { + "family": "Prud'homme", + "given": "Frédéric" + } + ], + "accessed": { + "date-parts": [ + [ + "2024", + 12, + 5 + ] + ] + }, + "issued": { + "date-parts": [ + [ + "2024", + 1, + 18 + ] + ] + } + }, + { + "id": "http://zotero.org/users/8795474/items/F9CTZU6D", + "type": "webpage", + "abstract": "Frameworks de développement web, avantages et inconvénients, actualité de l'école MyDigitalSchool Bordeaux.", + "container-title": "Frameworks de développement web, avantages et inconvénients", + "language": "fr", + "title": "Frameworks de développement web, avantages et inconvénients - Actualité Bordeaux - MyDigitalSchool", + "URL": "https://www.mydigitalschool.com/actualite-bordeaux/frameworks-de-developpement-web-avantages-et-inconvenients", + "author": [ + { + "literal": "mydigitalschool" + } + ], + "accessed": { + "date-parts": [ + [ + "2024", + 12, + 5 + ] + ] + } + }, + { + "id": "http://zotero.org/users/8795474/items/S4JWYUY7", + "type": "post-weblog", + "abstract": "Explore the Ultimate Showdown: Angular vs React vs Vue - Uncover the Pros, Cons, and Which JavaScript Framework Reigns Supreme! Dive into this comprehensive comparison to make an informed choice for your next web development project.", + "container-title": "LambdaTest", + "language": "en", + "note": "section: Web Development", + "title": "Angular vs React vs Vue: Key Differences", + "title-short": "Angular vs React vs Vue", + "URL": "https://www.lambdatest.com/blog/angular-vs-react-vs-vue/", + "author": [ + { + "family": "Tanay Kumar", + "given": "Deo" + } + ], + "accessed": { + "date-parts": [ + [ + "2024", + 12, + 5 + ] + ] + }, + "issued": { + "date-parts": [ + [ + "2023", + 10, + 4 + ] + ] + } + }, + { + "id": "http://zotero.org/users/8795474/items/5JVUWKFL", + "type": "webpage", + "abstract": "Maîtriser l'essentiel du travail avec les bases de données en Go, y compris les bibliothèques populaires, les techniques et les meilleures pratiques pour une gestion efficace et sécurisée des bases de données.", + "container-title": "Travailler avec des bases de données en Go", + "language": "fr", + "title": "Travailler avec des bases de données en Go | AppMaster", + "URL": "https://appmaster.io/fr/blog/bases-de-donnees-en-go", + "author": [ + { + "literal": "AppMaster" + } + ], + "accessed": { + "date-parts": [ + [ + "2024", + 12, + 5 + ] + ] + }, + "issued": { + "date-parts": [ + [ + "2023", + 6, + 23 + ] + ] + } + }, + { + "id": "http://zotero.org/users/8795474/items/8V2DI8IG", + "type": "post-weblog", + "abstract": "Go, souvent appelé Golang, est un langage de programmation open source de Google, et a fait sa première version stable en 2011. Robert Griesemer, Rob Pike et Ken Thompson ont initié la conception de Go en 2007, et il a été open source en 2009. .", + "container-title": "Avantages et inconvénients du Golang (Go)", + "language": "fr", + "title": "Avantages et inconvénients du Golang (Go) | Software Developer India", + "URL": "https://www.software-developer-india.com/fr/avantages-et-inconvenients-du-golang-go/", + "author": [ + { + "family": "Tinto", + "given": "Thomas" + } + ], + "accessed": { + "date-parts": [ + [ + "2024", + 12, + 5 + ] + ] + }, + "issued": { + "date-parts": [ + [ + "2021", + 6, + 30 + ] + ] + } + }, + { + "id": "http://zotero.org/users/8795474/items/LQVCI66Z", + "type": "webpage", + "abstract": "Il existe un grand nombre de langages de programmation, dont chacun a des particularités biens disti", + "container-title": "LEBIGDATA.FR", + "language": "fr", + "note": "section: Dossiers", + "title": "Go : tout savoir sur ce langage de programmation", + "title-short": "Go", + "URL": "https://www.lebigdata.fr/go-langage-de-programmation", + "author": [ + { + "family": "R", + "given": "Nirina" + } + ], + "accessed": { + "date-parts": [ + [ + "2024", + 12, + 5 + ] + ] + }, + "issued": { + "date-parts": [ + [ + "2022", + 12, + 30 + ] + ] + } + }, + { + "id": "http://zotero.org/users/8795474/items/3ZXXGWTW", + "type": "webpage", + "abstract": "Découvrez pourquoi Golang est un choix incontournable pour le développement back-end, en explorant ses performances, son évolutivité et sa facilité d'utilisation, et comment des plateformes comme AppMaster l'exploitent pour créer des solutions back-end robustes.", + "container-title": "Pourquoi Golang est un choix de premier ordre pour le développement backend", + "language": "fr", + "title": "Pourquoi Golang est un choix de premier ordre pour le développement backend | AppMaster", + "URL": "https://appmaster.io/fr/blog/golang-pour-le-backend", + "author": [ + { + "literal": "AppMaster" + } + ], + "accessed": { + "date-parts": [ + [ + "2024", + 12, + 5 + ] + ] + }, + "issued": { + "date-parts": [ + [ + "2024", + 8, + 16 + ] + ] + } + }, + { + "id": "http://zotero.org/users/8795474/items/N8CXE47F", + "type": "webpage", + "abstract": "Consultez cette présentation de Spring Boot en Java qui inclut des informations détaillées sur les différences entre Spring et Spring Boot. Découvrez les principales fonctionnalités de Spring Boot qui facilitent le développement d’applications Java.", + "container-title": "Qu’est-ce que Spring Boot ?", + "language": "fr", + "title": "Qu’est-ce que Java Spring Boot ? – Présentation de Spring Boot | Microsoft Azure", + "title-short": "Qu’est-ce que Java Spring Boot ?", + "URL": "https://azure.microsoft.com/fr-fr/resources/cloud-computing-dictionary/what-is-java-spring-boot", + "author": [ + { + "literal": "Microsoft" + } + ], + "accessed": { + "date-parts": [ + [ + "2024", + 12, + 5 + ] + ] + } + }, + { + "id": "http://zotero.org/users/8795474/items/5CHVGKLE", + "type": "webpage", + "abstract": "Comparaison de Spring Framework et Spring Boot : Découvrez les avantages et les inconvénients. Faites des choix éclairés pour vos projets Java.", + "container-title": "Spring Framework vs. Spring Boot – avantages et inconvénients", + "language": "fr", + "note": "section: Java", + "title": "Spring Framework vs. Spring Boot - avantages et inconvénients", + "URL": "https://vmsoftwarehouse.fr/spring-framework-vs-spring-boot-avantages-et-inconvenients", + "author": [ + { + "literal": "JAVA" + } + ], + "accessed": { + "date-parts": [ + [ + "2024", + 12, + 5 + ] + ] + }, + "issued": { + "date-parts": [ + [ + "2023", + 8, + 20 + ] + ] + } + }, + { + "id": "http://zotero.org/users/8795474/items/R4XN6RV4", + "type": "webpage", + "abstract": "Source: Spring Boot is an open source Java-based framework developed by Pivotal Software. Due to its speed and ease of use, it has become a popular solution for creating Web Application Archive (WAR) deployments and standalone Java applicat", + "container-title": "JavaRush", + "language": "en", + "title": "Coffee break #75. Advantages and disadvantages of using Spring Boot. Functions for Strings in Java", + "URL": "https://javarush.com/en/groups/posts/en.3380.coffee-break-75-advantages-and-disadvantages-of-using-spring-boot-functions-for-strings-in-", + "author": [ + { + "literal": "Эллеонора Керри" + } + ], + "accessed": { + "date-parts": [ + [ + "2024", + 12, + 5 + ] + ] + }, + "issued": { + "date-parts": [ + [ + "2023", + 8, + 8 + ] + ] + } + }, + { + "id": "http://zotero.org/users/8795474/items/PUUQJ8ZV", + "type": "post-weblog", + "abstract": "Introduction\nSpring Framework has become noticeably more complex over time. The gradual build-up of extra functionality is to thank for that. Now, starting a new project requires a long setup process.\nBut not all is lost. Spring Boot was designed specifically to combat this problem – and it does s", + "container-title": "Bamboo Agile | Custom Software Development Company", + "language": "en", + "note": "section: Community", + "title": "Pros and Cons of Using Spring Boot", + "URL": "https://bambooagile.eu/insights/pros-and-cons-of-using-spring-boot", + "author": [ + { + "family": "Staver", + "given": "Anastasia" + } + ], + "accessed": { + "date-parts": [ + [ + "2024", + 12, + 5 + ] + ] + }, + "issued": { + "date-parts": [ + [ + "2021", + 7, + 4 + ] + ] + } + }, + { + "id": "http://zotero.org/users/8795474/items/YHCK4LAS", + "type": "webpage", + "abstract": "Lors du développement d'une application Web complète, le choix du framework backend pour accompagner Angular, le framework frontend populaire, est crucial. Deux options courantes sont Spring Boot, basé sur Java, et NestJS, basé sur Node.js avec TypeScript. Dans cet article, nous examinerons les avantages et les inconvénients de chaque choix pour vous aider à prendre une décision éclairée.", + "container-title": "Comparaison entre l'utilisation d'Angular avec Spring Boot et NestJS : Avantages et inconvénients", + "language": "fr", + "title": "(3) Comparaison entre l'utilisation d'Angular avec Spring Boot et NestJS : Avantages et inconvénients | LinkedIn", + "URL": "https://www.linkedin.com/pulse/comparaison-entre-lutilisation-dangular-avec-spring-et-awled-belhedi/", + "author": [ + { + "family": "Awled", + "given": "Belhedi", + "non-dropping-particle": "wer" + } + ], + "accessed": { + "date-parts": [ + [ + "2024", + 12, + 5 + ] + ] + }, + "issued": { + "date-parts": [ + [ + "2023", + 7, + 9 + ] + ] + } + }, + { + "id": "http://zotero.org/users/8795474/items/PQ9YX54P", + "type": "webpage", + "abstract": "The benefits of Node.js are countless, but you should also be aware of its constraints. Get a full picture of Node.js", + "container-title": "When, How, And Why Use Node.js as Your Backend?", + "language": "en", + "title": "When, How, And Why Use Node.js as Your Backend?", + "URL": "https://www.netguru.com/blog/node-js-backend", + "author": [ + { + "family": "Rachowicz", + "given": "Justyna" + } + ], + "accessed": { + "date-parts": [ + [ + "2024", + 12, + 5 + ] + ] + }, + "issued": { + "date-parts": [ + [ + "2024", + 11, + 26 + ] + ] + } + }, + { + "id": "http://zotero.org/users/8795474/items/N7SBSGW4", + "type": "webpage", + "abstract": "A programming language is considered topnotch when it's easy to learn, performs well, and can be used for any type of task, application, or platform. Today, we’", + "container-title": "AltexSoft", + "language": "en", + "title": "The Good and the Bad of C# Programming", + "URL": "https://www.altexsoft.com/blog/c-sharp-pros-and-cons/", + "accessed": { + "date-parts": [ + [ + "2024", + 12, + 5 + ] + ] + } + }, + { + "id": "http://zotero.org/users/8795474/items/H9GX2X7Q", + "type": "post-weblog", + "abstract": "Would you like to learn about back-end programming languages that allow us to develop the back-end? So, stay with us.", + "container-title": "WINaTALENT Blog", + "language": "en", + "title": "Which programming language is best for back-end? | Winatalent", + "title-short": "Which programming language is best for back-end?", + "URL": "https://winatalent.com/blog/best-programming-language-for-back-end/", + "author": [ + { + "literal": "Farzane" + } + ], + "accessed": { + "date-parts": [ + [ + "2024", + 12, + 5 + ] + ] + }, + "issued": { + "date-parts": [ + [ + "2023", + 10, + 27 + ] + ] + } + }, + { + "id": "http://zotero.org/users/8795474/items/EKWIGUBP", + "type": "post-weblog", + "abstract": "Les systèmes de gestion de base de données relationnelle sont de nos jours de plus en plus populaires. Découvrez ici Oracle Database ainsi que ses nombreuses fonctionnalités.", + "container-title": "IA School", + "language": "fr", + "title": "Qu'est-ce que Oracle Database ?", + "URL": "https://www.intelligence-artificielle-school.com/ecole/technologies/quest-ce-que-oracle-database/", + "accessed": { + "date-parts": [ + [ + "2024", + 12, + 5 + ] + ] + } + }, + { + "id": "http://zotero.org/users/8795474/items/X78PWKFL", + "type": "webpage", + "abstract": "Databases make it easy for us to create, edit, and access information making them indispensable. Check out this list of 8 popular databases.", + "container-title": "KeyCDN", + "language": "en", + "title": "The Pros and Cons of 8 Popular Databases", + "URL": "https://www.keycdn.com/blog/popular-databases", + "author": [ + { + "family": "Arsenault", + "given": "Cody" + } + ], + "accessed": { + "date-parts": [ + [ + "2024", + 12, + 5 + ] + ] + }, + "issued": { + "date-parts": [ + [ + "2023", + 3, + 3 + ] + ] + } + }, + { + "id": "http://zotero.org/users/8795474/items/8GN3RLH9", + "type": "post-weblog", + "abstract": "Now you'll learn about the major Advantages, Disadvantages, and Features of utilizing an Oracle database in the 2023 guide.", + "container-title": "Next Big Technology", + "language": "en", + "title": "Oracle Database Advantages, Disadvantages and Features", + "URL": "https://nextbigtechnology.com/oracle-database-advantages-disadvantages-and-features-guide-2021/", + "author": [ + { + "family": "Amit", + "given": "Shukla" + } + ], + "accessed": { + "date-parts": [ + [ + "2024", + 12, + 5 + ] + ] + }, + "issued": { + "date-parts": [ + [ + "2022", + 7, + 1 + ] + ] + } + }, + { + "id": "http://zotero.org/users/8795474/items/2FR8V9FE", + "type": "webpage", + "abstract": "Le duel opposant MySQL vs MongoDB est très vif dans le domaine des SGBD. Voici une présentation et une comparaison des deux concurrents.", + "container-title": "IONOS Digital Guide", + "language": "fr", + "title": "MySQL vs MongoDB : comparatif des systèmes de base de données", + "title-short": "MySQL vs MongoDB", + "URL": "https://www.ionos.fr/digitalguide/hebergement/aspects-techniques/mysql-vs-mongodb/", + "author": [ + { + "literal": "L'équipe éditorale IONOS" + } + ], + "accessed": { + "date-parts": [ + [ + "2024", + 12, + 5 + ] + ] + }, + "issued": { + "date-parts": [ + [ + "2023", + 1, + 18 + ] + ] + } + }, + { + "id": "http://zotero.org/users/8795474/items/QUHXIQ5Z", + "type": "post-weblog", + "abstract": "What is Postgres used for? This guide covers why it is important, benefits, use cases, and much more. Explore PostgreSQL's history and why it's a popular choice.", + "container-title": "Percona Database Performance Blog", + "language": "en", + "title": "What is PostgreSQL? Everything You Need to Know", + "title-short": "What is PostgreSQL?", + "URL": "https://www.percona.com/blog/what-is-postgresql-used-for/", + "author": [ + { + "family": "Scott", + "given": "Pete" + } + ], + "accessed": { + "date-parts": [ + [ + "2024", + 12, + 5 + ] + ] + }, + "issued": { + "date-parts": [ + [ + "2024", + 2, + 2 + ] + ] + } + }, + { + "id": "http://zotero.org/users/8795474/items/3E8PG4K4", + "type": "post-weblog", + "abstract": "In the rapidly evolving web development landscape, Angular stands out as a robust, modern framework for building dynamic and scalable…", + "container-title": "Medium", + "language": "en", + "title": "Angular for Enterprises: Building Scalable and Secure Web Applications", + "title-short": "Angular for Enterprises", + "URL": "https://mobiosolutions.medium.com/angular-for-enterprises-building-scalable-and-secure-web-applications-452b7c90e582", + "author": [ + { + "family": "Solutions", + "given": "Mobio" + } + ], + "accessed": { + "date-parts": [ + [ + "2024", + 12, + 5 + ] + ] + }, + "issued": { + "date-parts": [ + [ + "2024", + 4, + 22 + ] + ] + } + } +] \ No newline at end of file diff --git a/Documents/volleyhub-bibliographie/volleyhub-bibliographie.txt b/Documents/volleyhub-bibliographie/volleyhub-bibliographie.txt new file mode 100644 index 0000000000000000000000000000000000000000..13c29044bc2fc1f9183525bf342bb75c54d32fec --- /dev/null +++ b/Documents/volleyhub-bibliographie/volleyhub-bibliographie.txt @@ -0,0 +1,513 @@ +RT Web Page +T1 Banque de données nationale pour le sport (BDNS) +A1 Office fédéral du sport OFSPO +T2 Banque de données nationale pour le sport (BDNS) +AB Vous trouverez sur cette page les informations relatives aux travaux de maintenance ainsi qu’aux dérangements actuels. Vous trouverez des instructions, des liens vers l’application «Mobile NDS» ainsi qu‘une foire aux questions sur les sous-pages correspondantes. +FD 21.11.2024 +YR 2024 +LA fr +CL Documentation +ST BDNS +UL https://www.jugendundsport.ch/fr/banque-de-donnees-nationale-pour-le-sport-bdns +RD 2024/12/05/12:22:46 + + +RT Journal Article +T1 Importation du contrôle des présences (CdP) +A1 Office fédéral du sport OFSPO +AB Comment importer le contrôle des présences dans la BDNS +FD 14.04.2022 +YR 2022 +LA fr +ST CdP +UL https://backend.jugendundsport.ch/fileservice/sdweb-docs-prod-jugdsport-files/files/2024/03/06/2480d8db-6cab-48e8-b60d-25a1ca9a4f0b.pdf +RD 2024/12/05/ + + +RT Journal Article +T1 Documentation technique concernant l'interface standardisée (API) +A1 Sport des adultes suisse +AB Documentation qui explique comment utiliser la nouvelle API pour la BDNS +FD 12.05.2022 +YR 2022 +LA fr +ST Refonte de la BDNS +UL https://backend.jugendundsport.ch/fileservice/sdweb-docs-prod-jugdsport-files/files/2024/03/06/fc1b7fb7-c78c-4a1c-908f-2c947c089b2e.pdf +RD 2024/12/05/ + + +RT Journal Article +T1 Guide d’intégration de l’API «standard» de la BDNS pour les partenaires de l’OFSPO +A1 Office fédéral du sport OFSPO +AB Documentation pour intlégrer l'API dans une application +FD 19.12.2022 +YR 2022 +LA fr +ST Guide d’intégration de l’API «standard» de la BDNS pour les partenaires de l’OFSPO +UL https://backend.jugendundsport.ch/fileservice/sdweb-docs-prod-jugdsport-files/files/2024/03/06/94d14778-3470-4b09-96cf-6f54877327bc.pdf +RD 2024/12/05/ + + +RT Web Page +T1 Coacha - "A good coach can change a game; A great coach can change a life" +A1 Coacha +T2 Coacha +AB Pas beaucoup d'information sur coacha. Nous sommes obligés de se connecter pour accéder à leur site +LA en +ST Coacha +UL https://my.coacha.app +RD 2024/12/05/12:40:08 + + +RT Web Page +T1 MonClubSportif - Logiciel de gestion d’équipes sportives et culturelles +A1 MonClubSportif +T2 MonClubSportif +AB La gestion de votre équipe sportive n’aura jamais été aussi facile. L'application MonClubSportif permet à votre équipe d'atteindre de nouveaux sommets. +LA fr +UL https://monclubsportif.com/ +RD 2024/12/05/12:40:16 + + +RT Web Page +T1 L'app n°1 pour gérer une équipe ou un club de sport amateur +A1 Amphibee +AB SportEasy est l’application n°1 de gestion d’équipes et clubs de sport. Convocations en un clic +LA fr-FR +UL https://www.sporteasy.net/fr/ +RD 2024/12/05/12:40:18 + + +RT Web Page +T1 Heja | Sports team management and communication app +A1 Heja +T2 Heja +AB Free app for your sports team. The only app you need to easily handle communication between coaches, managers, parents and players. Management, scheduling, availability, messaging, roster. +FD 2024 +YR 2024 +LA en +ST Heja +UL https://heja.io/ +RD 2024/12/05/12:40:22 + + +RT Web Page +T1 Spond- Meilleure application gratuite de gestion d'équipe sportive +A1 Spond +T2 Spond +AB Spond est l'application gratuite de gestion d'équipes sportives choisie par des milliers d'équipes dans le monde ! Commencez à planifier des événements, à envoyer des invitations et bien plus encore dès aujourd'hui. +FD 2024 +YR 2024 +LA fr +ST Spond +UL https://www.spond.com/fr/ +RD 2024/12/05/12:40:23 + + +RT Web Page +T1 TeamSnap - Youth Sports Team, Club & League Management App +A1 TeamSnap +T2 TeamSnap +AB The #1 sports team management app makes communication and organization a breeze. Clubs and leagues love us too. Try it now. +FD 2024 +YR 2024 +LA en +ST TeamSnap +UL https://www.teamsnap.com/ +RD 2024/12/05/12:40:25 + + +RT Web Page +T1 SportEasy - L’app n°1 pour gérer une équipe ou un club de sport amateur +T2 SportEasy +AB SportEasy est l’application n°1 de gestion d’équipes et clubs de sport. Convocations en un clic +FD 2024 +YR 2024 +LA fr +ST SportEasy +UL https://www.sporteasy.net/fr/ +RD 2024/12/05/12:40:27 + + +RT Web Page +T1 TeamLinkt | All-in-one sports management platform. +A1 TeamLinkt +T2 TeamLinkt +AB Free sports management platform for leagues, clubs and associations. Simplify online registration, your website, scheduling, and more. +FD 2024 +YR 2024 +LA en +ST TeamLinkt +UL https://teamlinkt.com/ +RD 2024/12/05/12:45:32 + + +RT Web Page +T1 dbdocs.io - Database Documentation and Catalog Tool +A1 dbdocs +T2 dbdocs.io +AB A free, simple, developer-friendly tool to help you create web-based documentation for your database +FD 204 +YR 0204 +CL Gestion de base de données +ST dbDocs +UL https://dbdocs.io/Thibault%20Capt%20(ThibAuResto)/ChenoisVolley +RD 2024/12/05/12:52:05 + + +RT Web Page +T1 Spring Security JWT Tutorial | Toptal® +A1 Gordadze, Loram +T2 Spring Security With JWT for REST API +AB Spring Security is the de facto industry standard when it comes to securing Spring-based apps, but it can be tricky to configure. This article demonstrates how you can implement it without wasting too much time. +FD 03.06.2017 +YR 2017 +LA en +CL Documentation +ST Spring Security With JWT for REST API +UL https://www.toptal.com/spring/spring-security-tutorial +RD 2024/12/05/12:54:01 + + +RT Web Page +T1 Streamlining Email Verification: A Step-by-Step Guide with Spring Boot and Angular +A1 Anbumani +T2 DEV Community +AB Hello readers, In this article you will learn a complete email verification process. We will... +FD 2024-01-02 +YR 2024 +LA en +ST Streamlining Email Verification +UL https://dev.to/amailath/streamlining-email-verification-a-step-by-step-guide-with-spring-boot-and-angular-eff +RD 2024/12/05/12:55:48 + + +RT Web Page +T1 Utiliser OAuth 2.0 pour accéder aux API Google | Authorization +A1 Google +T2 Google for Developers +AB Utilisation de l'API Google pour utiliser leur autorisation OAuth2.0 +FD 13.11.2024 +YR 2024 +LA fr +CL Documentation +UL https://developers.google.com/identity/protocols/oauth2?hl=fr +RD 2024/12/05/12:56:44 + + +RT Web Page +T1 Utiliser OAuth 2.0 avec la bibliothèque cliente des API Google pour Java | API Client Library for Java +A1 Google +T2 Google for Developers +AB Utilisation de l'API Google pour utiliser leur autorisation OAuth2.0 en Java +FD 22.08.2022 +YR 2022 +LA fr +CL Documentation +UL https://developers.google.com/api-client-library/java/google-api-java-client/oauth2?hl=fr +RD 2024/12/05/12:56:51 + + +RT Web Page +T1 Angular vs React vs Vue: Core Differences +A1 Mohit, Joshi +T2 BrowserStack +AB Picking the best web framework is crucial. This guide on Angular vs React vs Vue compares and help you decide the right framework for your project. +FD 11.05.2023 +YR 2023 +LA en +ST Angular vs React vs Vue +UL https://browserstack.wpengine.com/guide/angular-vs-react-vs-vue/ +RD 2024/12/05/12:59:28 + + +RT Web Page +T1 Vue JS, Angular ou react : quelle technologie front-end choisir ? +A1 Thibaut (CTO) +T2 Access it +AB Access it vous accompagne sur vos projets et vous conseille la meilleure technologie front-end adaptée à celui-ci. +FD 13.04.2023 +YR 2023 +LA fr +ST Vue JS, Angular ou react +UL https://www.access-it.fr/actualite/vuejs-angular-ou-react/ +RD 2024/12/05/13:00:21 + + +RT Web Page +T1 Angular vs Vue.js vs React en 2024 +A1 Équipe Dyma +T2 Blog de Dyma +AB Nous allons étudier les différences entre les trois principaux frameworks : Angular (Google), React (Facebook) et Vue.js (Evan you). +FD 05.09.2024 +YR 2024 +LA fr +UL https://dyma.fr/blog/quel-framework-choisir-angular-vue-js-ou-react/ +RD 2024/12/05/13:06:22 + + +RT Web Page +T1 ReactJS vs Angular vs VueJS : Que choisir en 2024 ? +A1 Chahine, Hugo +T2 Ambient IT +AB ReactJS, Angular ou VueJS ? Avec notre analyse complète de ces frameworks, vous saurez quelle technologie utilisée pour votre développement. +FD 13.10.2024 +YR 2024 +LA fr-FR +ST ReactJS vs Angular vs VueJS +UL https://www.ambient-it.net/reactjs-vs-angular-vs-vuejs/ +RD 2024/12/05/13:09:47 + + +RT Web Page +T1 Angular vs React : quel est le meilleur framework ? +A1 Prud'homme, Frédéric +T2 Qim info +AB Vous hésitez entre Angular et React pour développer votre application ? Découvrez notre comparatif de ces deux frameworks populaires. +FD 18.01.2024 +YR 2024 +LA fr +ST Angular vs React +UL https://www.qiminfo.ch/angular-vs-react/ +RD 2024/12/05/13:11:46 + + +RT Web Page +T1 Frameworks de développement web, avantages et inconvénients - Actualité Bordeaux - MyDigitalSchool +A1 mydigitalschool +T2 Frameworks de développement web, avantages et inconvénients +AB Frameworks de développement web, avantages et inconvénients, actualité de l'école MyDigitalSchool Bordeaux. +LA fr +UL https://www.mydigitalschool.com/actualite-bordeaux/frameworks-de-developpement-web-avantages-et-inconvenients +RD 2024/12/05/13:12:39 + + +RT Web Page +T1 Angular vs React vs Vue: Key Differences +A1 Tanay Kumar, Deo +T2 LambdaTest +AB Explore the Ultimate Showdown: Angular vs React vs Vue - Uncover the Pros, Cons, and Which JavaScript Framework Reigns Supreme! Dive into this comprehensive comparison to make an informed choice for your next web development project. +FD 04.10.2023 +YR 2023 +LA en +ST Angular vs React vs Vue +UL https://www.lambdatest.com/blog/angular-vs-react-vs-vue/ +RD 2024/12/05/13:13:15 + + +RT Web Page +T1 Travailler avec des bases de données en Go | AppMaster +A1 AppMaster +T2 Travailler avec des bases de données en Go +AB Maîtriser l'essentiel du travail avec les bases de données en Go, y compris les bibliothèques populaires, les techniques et les meilleures pratiques pour une gestion efficace et sécurisée des bases de données. +FD 23.06.2023 +YR 2023 +LA fr +UL https://appmaster.io/fr/blog/bases-de-donnees-en-go +RD 2024/12/05/13:15:48 + + +RT Web Page +T1 Avantages et inconvénients du Golang (Go) | Software Developer India +A1 Tinto, Thomas +T2 Avantages et inconvénients du Golang (Go) +AB Go, souvent appelé Golang, est un langage de programmation open source de Google, et a fait sa première version stable en 2011. Robert Griesemer, Rob Pike et Ken Thompson ont initié la conception de Go en 2007, et il a été open source en 2009. . +FD 30.06.2021 +YR 2021 +LA fr +UL https://www.software-developer-india.com/fr/avantages-et-inconvenients-du-golang-go/ +RD 2024/12/05/13:16:41 + + +RT Web Page +T1 Go : tout savoir sur ce langage de programmation +A1 R, Nirina +T2 LEBIGDATA.FR +AB Il existe un grand nombre de langages de programmation, dont chacun a des particularités biens disti +FD 30.12.2022 +YR 2022 +LA fr +ST Go +UL https://www.lebigdata.fr/go-langage-de-programmation +RD 2024/12/05/13:17:35 + + +RT Web Page +T1 Pourquoi Golang est un choix de premier ordre pour le développement backend | AppMaster +A1 AppMaster +T2 Pourquoi Golang est un choix de premier ordre pour le développement backend +AB Découvrez pourquoi Golang est un choix incontournable pour le développement back-end, en explorant ses performances, son évolutivité et sa facilité d'utilisation, et comment des plateformes comme AppMaster l'exploitent pour créer des solutions back-end robustes. +FD 16.08.2024 +YR 2024 +LA fr +UL https://appmaster.io/fr/blog/golang-pour-le-backend +RD 2024/12/05/13:17:57 + + +RT Web Page +T1 Qu’est-ce que Java Spring Boot ? – Présentation de Spring Boot | Microsoft Azure +A1 Microsoft +T2 Qu’est-ce que Spring Boot ? +AB Consultez cette présentation de Spring Boot en Java qui inclut des informations détaillées sur les différences entre Spring et Spring Boot. Découvrez les principales fonctionnalités de Spring Boot qui facilitent le développement d’applications Java. +LA fr +ST Qu’est-ce que Java Spring Boot ? +UL https://azure.microsoft.com/fr-fr/resources/cloud-computing-dictionary/what-is-java-spring-boot +RD 2024/12/05/13:18:28 + + +RT Web Page +T1 Spring Framework vs. Spring Boot - avantages et inconvénients +A1 JAVA +T2 Spring Framework vs. Spring Boot – avantages et inconvénients +AB Comparaison de Spring Framework et Spring Boot : Découvrez les avantages et les inconvénients. Faites des choix éclairés pour vos projets Java. +FD 20.08.2023 +YR 2023 +LA fr +UL https://vmsoftwarehouse.fr/spring-framework-vs-spring-boot-avantages-et-inconvenients +RD 2024/12/05/13:19:47 + + +RT Web Page +T1 Coffee break #75. Advantages and disadvantages of using Spring Boot. Functions for Strings in Java +A1 Эллеонора Керри +T2 JavaRush +AB Source: Spring Boot is an open source Java-based framework developed by Pivotal Software. Due to its speed and ease of use, it has become a popular solution for creating Web Application Archive (WAR) deployments and standalone Java applicat +FD 08.08.2023 +YR 2023 +LA en +UL https://javarush.com/en/groups/posts/en.3380.coffee-break-75-advantages-and-disadvantages-of-using-spring-boot-functions-for-strings-in- +RD 2024/12/05/13:20:47 + + +RT Web Page +T1 Pros and Cons of Using Spring Boot +A1 Staver, Anastasia +T2 Bamboo Agile | Custom Software Development Company +AB Introduction +Spring Framework has become noticeably more complex over time. The gradual build-up of extra functionality is to thank for that. Now, starting a new project requires a long setup process. +But not all is lost. Spring Boot was designed specifically to combat this problem – and it does s +FD 04.07.2021 +YR 2021 +LA en +UL https://bambooagile.eu/insights/pros-and-cons-of-using-spring-boot +RD 2024/12/05/13:21:32 + + +RT Web Page +T1 (3) Comparaison entre l'utilisation d'Angular avec Spring Boot et NestJS : Avantages et inconvénients | LinkedIn +A1 wer Awled, Belhedi +T2 Comparaison entre l'utilisation d'Angular avec Spring Boot et NestJS : Avantages et inconvénients +AB Lors du développement d'une application Web complète, le choix du framework backend pour accompagner Angular, le framework frontend populaire, est crucial. Deux options courantes sont Spring Boot, basé sur Java, et NestJS, basé sur Node.js avec TypeScript. Dans cet article, nous examinerons les avantages et les inconvénients de chaque choix pour vous aider à prendre une décision éclairée. +FD 09.07.2023 +YR 2023 +LA fr +UL https://www.linkedin.com/pulse/comparaison-entre-lutilisation-dangular-avec-spring-et-awled-belhedi/ +RD 2024/12/05/13:22:16 + + +RT Web Page +T1 When, How, And Why Use Node.js as Your Backend? +A1 Rachowicz, Justyna +T2 When, How, And Why Use Node.js as Your Backend? +AB The benefits of Node.js are countless, but you should also be aware of its constraints. Get a full picture of Node.js +FD 26.11.2024 +YR 2024 +LA en +UL https://www.netguru.com/blog/node-js-backend +RD 2024/12/05/13:24:04 + + +RT Web Page +T1 The Good and the Bad of C# Programming +T2 AltexSoft +AB A programming language is considered topnotch when it's easy to learn, performs well, and can be used for any type of task, application, or platform. Today, we’ +LA en +UL https://www.altexsoft.com/blog/c-sharp-pros-and-cons/ +RD 2024/12/05/13:25:37 + + +RT Web Page +T1 Which programming language is best for back-end? | Winatalent +A1 Farzane +T2 WINaTALENT Blog +AB Would you like to learn about back-end programming languages that allow us to develop the back-end? So, stay with us. +FD 27.10.2023 +YR 2023 +LA en +ST Which programming language is best for back-end? +UL https://winatalent.com/blog/best-programming-language-for-back-end/ +RD 2024/12/05/13:26:33 + + +RT Web Page +T1 Qu'est-ce que Oracle Database ? +T2 IA School +AB Les systèmes de gestion de base de données relationnelle sont de nos jours de plus en plus populaires. Découvrez ici Oracle Database ainsi que ses nombreuses fonctionnalités. +LA fr +UL https://www.intelligence-artificielle-school.com/ecole/technologies/quest-ce-que-oracle-database/ +RD 2024/12/05/13:27:36 + + +RT Web Page +T1 The Pros and Cons of 8 Popular Databases +A1 Arsenault, Cody +T2 KeyCDN +AB Databases make it easy for us to create, edit, and access information making them indispensable. Check out this list of 8 popular databases. +FD 03.03.2023 +YR 2023 +LA en +UL https://www.keycdn.com/blog/popular-databases +RD 2024/12/05/13:27:54 + + +RT Web Page +T1 Oracle Database Advantages, Disadvantages and Features +A1 Amit, Shukla +T2 Next Big Technology +AB Now you'll learn about the major Advantages, Disadvantages, and Features of utilizing an Oracle database in the 2023 guide. +FD 01.07.2022 +YR 2022 +LA en +UL https://nextbigtechnology.com/oracle-database-advantages-disadvantages-and-features-guide-2021/ +RD 2024/12/05/13:28:27 + + +RT Web Page +T1 MySQL vs MongoDB : comparatif des systèmes de base de données +A1 L'équipe éditorale IONOS +T2 IONOS Digital Guide +AB Le duel opposant MySQL vs MongoDB est très vif dans le domaine des SGBD. Voici une présentation et une comparaison des deux concurrents. +FD 18.01.2023 +YR 2023 +LA fr +ST MySQL vs MongoDB +UL https://www.ionos.fr/digitalguide/hebergement/aspects-techniques/mysql-vs-mongodb/ +RD 2024/12/05/13:29:48 + + +RT Web Page +T1 What is PostgreSQL? Everything You Need to Know +A1 Scott, Pete +T2 Percona Database Performance Blog +AB What is Postgres used for? This guide covers why it is important, benefits, use cases, and much more. Explore PostgreSQL's history and why it's a popular choice. +FD 02.02.2024 +YR 2024 +LA en +ST What is PostgreSQL? +UL https://www.percona.com/blog/what-is-postgresql-used-for/ +RD 2024/12/05/13:31:06 + + +RT Web Page +T1 Angular for Enterprises: Building Scalable and Secure Web Applications +A1 Solutions, Mobio +T2 Medium +AB In the rapidly evolving web development landscape, Angular stands out as a robust, modern framework for building dynamic and scalable… +FD 22.04.2024 +YR 2024 +LA en +ST Angular for Enterprises +UL https://mobiosolutions.medium.com/angular-for-enterprises-building-scalable-and-secure-web-applications-452b7c90e582 +RD 2024/12/05/13:32:18 + +