Pinned Repositories
angular
angular_first_project
Angular (commonly referred to as "Angular 2+" or "Angular v2 and above")[3][4] is a TypeScript-based open-source front-end web application platform led by the Angular Team at Google and by a community of individuals and corporations. Angular is a complete rewrite from the same team that built AngularJS.
angular_js
AngularJS (commonly referred to as "Angular.js" or "AngularJS") is a JavaScript-based open-source front-end web application framework mainly maintained by Google and by a community of individuals and corporations to address many of the challenges encountered in developing single-page applications. The JavaScript components complement Apache Cordova, a framework used for developing cross-platform mobile apps. It aims to simplify both the development and the testing of such applications by providing a framework for client-side model–view–controller (MVC) and model–view–viewmodel (MVVM) architectures, along with components commonly used in rich Internet applications. In 2014, the original AngularJS team began working on the Angular application platform. The AngularJS framework works by first reading the HTML page, which has additional custom tag attributes embedded into it. Angular interprets those attributes as directives to bind input or output parts of the page to a model that is represented by standard JavaScript variables. The values of those JavaScript variables can be manually set within the code, or retrieved from static or dynamic JSON resources.
api_rest
Representational State Transfer (REST) is an architectural style that defines a set of constraints and properties based on HTTP. Web Services that conform to the REST architectural style, or RESTful web services, provide interoperability between computer systems on the Internet. REST-compliant web services allow the requesting systems to access and manipulate textual representations of web resources by using a uniform and predefined set of stateless operations. Other kinds of web services, such as SOAP web services, expose their own arbitrary sets of operations.
First_project_spring_framework
As part of my JAVA training - First project with Spring Framework
Formation-POEI-Capgemini
Projet de la POEI menée pour UpTo / CapGemini
hello_word
jpa_project
The Java Persistence API (abbreviated to JPA), is a Java programming interface allowing developers to organize relational data in applications using the Java platform. The Java Persistence API was originally developed by the JSR 220 expert group. Persistence in this context covers three areas: the API itself, defined in the javax.persistence package the Java language Persistence Query (JPQL) relational object/metadata Translated with www.DeepL.com/Translator
python_Game_of_rock_paper_scissors
self-taught project - This game is made in python, it's I scissors paper rock game, the rule of the game is : The objective is simple, you have to face an opponent (the computer) using one of the three weapons: the rock, the sheet or the pair of scissors. At the start, signalled generally by 1/2/3 or shi/fu/mi the opponents simultaneously reveal their weapon.
test_java_FX_project
JavaFX is an evolution of Java, it allows to create RIA (Rich Internet Applications), i.e. applications containing videos, music, very interesting graphic effects, etc. JavaFX allows to create web applications, applications for your office, for your mobile phone, etc.
Youlie's Repositories
Youlie/python_Game_of_rock_paper_scissors
self-taught project - This game is made in python, it's I scissors paper rock game, the rule of the game is : The objective is simple, you have to face an opponent (the computer) using one of the three weapons: the rock, the sheet or the pair of scissors. At the start, signalled generally by 1/2/3 or shi/fu/mi the opponents simultaneously reveal their weapon.
Youlie/test_java_FX_project
JavaFX is an evolution of Java, it allows to create RIA (Rich Internet Applications), i.e. applications containing videos, music, very interesting graphic effects, etc. JavaFX allows to create web applications, applications for your office, for your mobile phone, etc.
Youlie/angular
Youlie/angular_first_project
Angular (commonly referred to as "Angular 2+" or "Angular v2 and above")[3][4] is a TypeScript-based open-source front-end web application platform led by the Angular Team at Google and by a community of individuals and corporations. Angular is a complete rewrite from the same team that built AngularJS.
Youlie/angular_js
AngularJS (commonly referred to as "Angular.js" or "AngularJS") is a JavaScript-based open-source front-end web application framework mainly maintained by Google and by a community of individuals and corporations to address many of the challenges encountered in developing single-page applications. The JavaScript components complement Apache Cordova, a framework used for developing cross-platform mobile apps. It aims to simplify both the development and the testing of such applications by providing a framework for client-side model–view–controller (MVC) and model–view–viewmodel (MVVM) architectures, along with components commonly used in rich Internet applications. In 2014, the original AngularJS team began working on the Angular application platform. The AngularJS framework works by first reading the HTML page, which has additional custom tag attributes embedded into it. Angular interprets those attributes as directives to bind input or output parts of the page to a model that is represented by standard JavaScript variables. The values of those JavaScript variables can be manually set within the code, or retrieved from static or dynamic JSON resources.
Youlie/api_rest
Representational State Transfer (REST) is an architectural style that defines a set of constraints and properties based on HTTP. Web Services that conform to the REST architectural style, or RESTful web services, provide interoperability between computer systems on the Internet. REST-compliant web services allow the requesting systems to access and manipulate textual representations of web resources by using a uniform and predefined set of stateless operations. Other kinds of web services, such as SOAP web services, expose their own arbitrary sets of operations.
Youlie/First_project_spring_framework
As part of my JAVA training - First project with Spring Framework
Youlie/Formation-POEI-Capgemini
Projet de la POEI menée pour UpTo / CapGemini
Youlie/hello_word
Youlie/jpa_project
The Java Persistence API (abbreviated to JPA), is a Java programming interface allowing developers to organize relational data in applications using the Java platform. The Java Persistence API was originally developed by the JSR 220 expert group. Persistence in this context covers three areas: the API itself, defined in the javax.persistence package the Java language Persistence Query (JPQL) relational object/metadata Translated with www.DeepL.com/Translator
Youlie/smooss_angular_new
Youlie/jsf_project
JavaServer Faces1 (abbreviated to JSF) is a Java framework for Web application development. Unlike other traditional equity-based MVC frameworks, JSF is based on the notion of components, comparable to Swing or SWT, where the state of a component is recorded when the page is rendered, and then restored when the request is returned.
Youlie/mkdocs
Youlie/Project_1_IMC_Js
This project in Java Script is the first project under node.js of my Git Hub - Self-taught project. This project calculates BMI. BMI (Body Mass Index) measures body weight health. In particular, it helps to highlight overweight or obesity. The calculation of BMI is only an indicative criterion because bone mass and is not taken into account.
Youlie/project_ejb
EJBs are components and as such, they have certain features like reusability, the ability to assemble to build an application, etc.... EJB and beans have in common only to be components. JavaBeans are components that can be used in all circumstances. EJBs must run in a dedicated server environment. EJBs are perfectly suited to be integrated into an architecture three thirds or more. In such an architecture, each third party performs a particular function: the "thin" client ensures data entry and display on the server, the business objects contain the processes. EJBs are specially designed to constitute such entities. a database ensures the persistence of information EJBs run in a particular environment: the EJB server. This provides a set of features used by one or more EJB containers that make up the EJB server. In reality, it is in a container that an EJB runs and it is impossible for it to run outside.
Youlie/project_tomcat
Apache Tomcat is a servlet-free web container and JSP Java EE. Coming from the Jakarta project, it is one of the many projects of the Apache Software Foundation. It implements the Java Community Process5 servlet and JSP specifications, is configurable through XML files and properties, and includes tools for configuration and management. It also includes an HTTP server.
Youlie/python_Game_of_the_poker
self-taught project -
Youlie/python_hang_man_game
self-taught project - One of the best ways to get to know Python is to develop small, simple projects to better understand the programming language. This hanging game, is a game that uses time loops and text strings in multiple ways. I use Visual studio code and the cmder terminal.
Youlie/Server
Youlie/smooss-angular
Youlie/soap_project
SOAP (originally Simple Object Access Protocol) is a messaging protocol specification for exchanging structured information in the implementation of web services in computer networks. Its purpose is to induce extensibility, neutrality and independence. It uses XML Information Set for its message format, and relies on application layer protocols, most often Hypertext Transfer Protocol (HTTP) or Simple Mail Transfer Protocol (SMTP), for message negotiation and transmission. SOAP allows processes running on disparate operating systems (such as Windows and Linux) to communicate using Extensible Markup Language (XML). Since Web protocols like HTTP are installed and running on all operating systems, SOAP allows clients to invoke web services and receive responses independent of language and platforms.
Youlie/spring_logging
Youlie/spring_MVC
Youlie/spring_project
The Spring Framework provides a comprehensive programming and configuration model for modern Java-based enterprise applications - on any kind of deployment platform. A key element of Spring is infrastructural support at the application level: Spring focuses on the "plumbing" of enterprise applications so that teams can focus on application-level business logic, without unnecessary ties to specific deployment environments.
Youlie/struts_2_project
Apache Struts 2 is an open-source web application framework for developing Java EE web applications. It uses and extends the Java Servlet API to encourage developers to adopt a model–view–controller (MVC) architecture. The WebWork framework spun off from Apache Struts aiming to offer enhancements and refinements while retaining the same general architecture of the original Struts framework.
Youlie/Test
test1
Youlie/test2
test2
Youlie/theFormation
Youlie/WebSmooss
Youlie/WebSmoossSpring
Projet final Smooss avec Framework Spring