{"id":19440877,"url":"https://github.com/eugenia1984/egg-fs-java","last_synced_at":"2026-06-20T14:04:05.179Z","repository":{"id":111832038,"uuid":"356759397","full_name":"eugenia1984/Egg-FS-java","owner":"eugenia1984","description":"I am studying Full Stack Developer ( Java) in Egg, here you can see theory and practise","archived":false,"fork":false,"pushed_at":"2023-10-24T15:14:27.000Z","size":24337,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-25T07:37:33.507Z","etag":null,"topics":["backend","frontend","java"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eugenia1984.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-04-11T03:43:40.000Z","updated_at":"2022-10-18T22:33:03.000Z","dependencies_parsed_at":"2024-11-10T15:44:17.730Z","dependency_job_id":null,"html_url":"https://github.com/eugenia1984/Egg-FS-java","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/eugenia1984/Egg-FS-java","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eugenia1984%2FEgg-FS-java","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eugenia1984%2FEgg-FS-java/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eugenia1984%2FEgg-FS-java/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eugenia1984%2FEgg-FS-java/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eugenia1984","download_url":"https://codeload.github.com/eugenia1984/Egg-FS-java/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eugenia1984%2FEgg-FS-java/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34572426,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-20T02:00:06.407Z","response_time":98,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["backend","frontend","java"],"created_at":"2024-11-10T15:32:14.218Z","updated_at":"2026-06-20T14:04:05.162Z","avatar_url":"https://github.com/eugenia1984.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"ENGLISH\n\n# Egg Full Stack Java\n\nI am studying Full Stack Developer (Java) in Egg\n\n## What I did 🚀\n\nI added one file for each unit of exercises I did.\n\n\n## Content 🚀\n\n\nIn each unit you will see: theory, questions to understand theory and exercises.\n\n   * [**Unit 1**](https://github.com/eugenia1984/Egg-FS-java/tree/master/guia1) : PseInt : we start with pseudocode by looking at the following topics: programming | programming language | algorithm (writing, action section, sequential primitives) | program and its elements: reserved words, identifiers, variables and constants, data type: integer, real, character, logical, String | IDE | encoding | testing and debugging | operators: relational ( \u003e,\u003e =, \u003c, \u003c=, =, \u003c\u003e ) . logical ( conjunction (Y, and, \u0026\u0026), disjunction (O, or, ||), negation (NO, not) ) , algebraic  ( (arithmetic): addition (+), subtraction (-), multiplication (*), division (/), power (^), modulus (% or MOD) ) | Priority rules\n   \n   * [**Unit 2**](https://github.com/eugenia1984/Egg-FS-java/tree/master/guia2) : PseInt : Sequential structure |  Selective or Decision Structure ( Simple Condition , Double Condition , Multiple Condition ) | Repetitive Structure ( While , Do While , Structure For ). \n   \n   * [**Unit 3**](https://github.com/eugenia1984/Egg-FS-java/tree/master/guia3) : the theory of Subprograms and the exercices.\n   \n   * [**Unit 4**](https://github.com/eugenia1984/Egg-FS-java/tree/master/guia4) : **arrays**: one-dimensional (vectors), two-dimensional (matrices) and multidimensional. We also saw **matrices**. I also added the excersice I did in order to practice.\n   \n   * [**Unit 5**](https://github.com/eugenia1984/Egg-FS-java/tree/master/guia5-java) : **Java** , you will find the pdf with the theory (compiler; source file; program structure; comments; packages; classes; methods; main () method; sentences; reserved words; identifier; variables and constants; data type; operators; console write input and output; control structures: if / else and switch; repetitive structures: while, di / while, for; jump statements: break and continue; utility classes: String , Math; applets and functions; vectors and matrices) and exercises performed in .java files.\n   \n   * [**Unit 6**](https://github.com/eugenia1984/Egg-FS-java/tree/master/guia6-java-POO) : **object orientated programming**\n   \n   * [**Unit 7**](https://github.com/eugenia1984/Egg-FS-java/tree/master/guia7-java-colecciones) : **collections**\n   \n   * [**Unit 8**](https://github.com/eugenia1984/Egg-FS-java/tree/master/guia8_relaciones) : **Relations between classes** : bidirectional / unidirectional association, aggregation, composition, relations in code, UML, class diagram, relations between classes\n   \n   * [**Unit 9**](https://github.com/eugenia1984/Egg-FS-java/tree/master/guia9_herencia) : **Inheritance**\n   \n   * [**Unit 10**](https://github.com/eugenia1984/Egg-FS-java/tree/master/guia10_excepciones) : **Exceptions**\n   \n   * [**Unit 11**](https://github.com/eugenia1984/Egg-FS-java/tree/master/guia11_base_da_datos) : **Data Base**\n   \n   * [**Unit 12**](https://github.com/eugenia1984/Egg-FS-java/tree/master/guia12_jdbc): **JDBC**\n   \n   * [**Unit 13**](https://github.com/eugenia1984/Egg-FS-java/tree/master/guia13_jpa): **JPA**\n   \n   * [**Unit 14**](https://github.com/eugenia1984/Egg-FS-java/tree/master/guia14_git): **GIT** \u0026 **GITHUB**\n   \n   * [**Unit 15**](https://github.com/eugenia1984/Egg-FS-java/tree/master/guia15_html_css): **HTML5** \u0026 **CSS3**\n   \n   * [**Unit 16**](https://github.com/eugenia1984/Egg-FS-java/tree/master/guia16_spring_boot): **Spring Boot**\n \n \n---\n\n## Builded with 🛠️\n\n**PseInt** ,  **Java** \n\n\n---\n\n## Please: 🎁\n\n* Share this proyect with others 📢\n* Invite a beer 🍺 or a coffee ☕  to someone of the team. \n* Thanks a lot 🤓.\n\n\n---\n\n## Notes\nI appreciate your interest in this Project \u003cbr/\u003e\n⌨️ with ❤️ by [María Eugenia Costa](https://github.com/eugenia1984) 😊 and follow me at [LinkedIn - maria-eugenia-costa](https://www.linkedin.com/in/maria-eugenia-costa/)\n\n\n\n---\n\nESPAÑOL\n\n\n# Egg Full Stack Java\n\nEstoy estudiando Full Stack en **Java** en **Egg**.\n\n\n---\n\n## ¿ Qué hice ? 🚀\n\nCree una carpeta por cada unidad ( guía de ejercicios)\n\n---\n\n## Contenido 🚀\n\nEn cada carpeta van a encontrar la teoría, las preguntas de aprendizaje y los ejercicios de práctica.\n\n\n   * [**Unidad 1**](https://github.com/eugenia1984/Egg-FS-java/tree/master/guia1) : PseInt : programación | lenguaje de programación | algoritmo (escritura, sección de acciones, primitivas secuenciales) | programa: sus elementos: palabras reservadas, identificadores, variables y constantes, tipo de datos ( entero , real , carácter , lógico, cadena ) | IDE | codificación | prueba y depuración | operadores: \nrelacionales: \u003e, \u003e=, \u003c , \u003c=, =, \u003c\u003e ; lógicos: conjunción (Y, and, \u0026\u0026), disyunción (O, or, ||), negación (NO, not) ; algebraicos (aritméticas): suma (+), resta (-), multiplicación (*), división (/), potenciación (^), módulo (% o MOD) | Reglas de prioridad:\n   \n   * [**Unidad 2**](https://github.com/eugenia1984/Egg-FS-java/tree/master/guia2) : PseInt : Estructura Seceuncial | Estructura Selectiva o de Decisión ( Condición Simple , Condición Doble , Condición Múltiple ) | Estructura Repetitiva (Mientras , Hacer Mientras , Estructura Para ) .\n   \n   * [**Unidad 3**](https://github.com/eugenia1984/Egg-FS-java/tree/master/guia3) : la teoría de **subprogramas** y los ejercicios de practica.\n   \n   * [**Unidad 4**](https://github.com/eugenia1984/Egg-FS-java/tree/master/guia4) : **arreglos**: unidimensionales (vectores) , bidimensionales (matrices) y multidimencionales. También vimos **matrices**. Los ejercicios realizados.\n   \n   * [**Unidad 5**](https://github.com/eugenia1984/Egg-FS-java/tree/master/guia5-java) : **Teoría Java**:  compilador ; archivo fuente; estructura de un programa; comentarios; paquetes; clases; métodos; método main(); sentencias; palabras reservadas; identificador; variables y constantes; tipo de datos; operadores; input y output de escritura por consola; estructuras de control: if/else y switch; estructuras repetitivas: while, di/while, for; sentencias de salto: break y continue; clases de utilidad: String, Math; subprogramas y funciones ; vectores y matrices.\n   \n   * [**Unidad 6**](https://github.com/eugenia1984/Egg-FS-java/tree/master/guia6-java-POO) : **Programacion Orientada a Objetos**\n   \n   * [**Unidad 7**](https://github.com/eugenia1984/Egg-FS-java/tree/master/guia7-java-colecciones) : **Colecciones**\n   \n   * [**Unidad 8**](https://github.com/eugenia1984/Egg-FS-java/tree/master/guia8_relaciones) : **Relaciones entre clases**: asociación bidireccional / unidireccional , agregación, composición, relaciones en cósigo, UML, diagrama de clases, relaciones entre clases\n   \n   * [**Unidad 9**](https://github.com/eugenia1984/Egg-FS-java/tree/master/guia9_herencia) : **Herencia**\n   \n   * [**Unidad 10**](https://github.com/eugenia1984/Egg-FS-java/tree/master/guia10_excepciones) : **Excepciones**\n   \n   *  [**Unidad 11**](https://github.com/eugenia1984/Egg-FS-java/tree/master/guia11_base_da_datos) : **Base de  Datos**\n   \n   *  [**Unidad 12**](https://github.com/eugenia1984/Egg-FS-java/tree/master/guia12_jdbc): **JDBC**\n   \n   *  [**Unidad 13**](https://github.com/eugenia1984/Egg-FS-java/tree/master/guia13_jpa): **JPA**\n   \n   * [**Unidad 14**](https://github.com/eugenia1984/Egg-FS-java/tree/master/guia14_git): **GIT** \u0026 **GITHUB**\n   \n   * [**Unidad 15**](https://github.com/eugenia1984/Egg-FS-java/tree/master/guia15_html_css): **HTML5** \u0026 **CSS3**\n   \n   * [**Unidad 16**](https://github.com/eugenia1984/Egg-FS-java/tree/master/guia16_spring_boot): **Spring Boot**\n \n   \n   \n---   \n\n## Construido con 🛠️\n\n**PseInt** ,  **Java** \n \n---\n\n\n## Por favor: 🎁\n\n* Comparte este proyecto con otros 📢\n\n* Invita una cerveza 🍺 o un café ☕ a alguien del equipo\n\n* Muchas gracias 🤓.\n\n\n---\n\n\n## Notas:\n\nAprecio tu interes en este proyecto \u003cbr/\u003e\n⌨️ con ❤️ por [María Eugenia Costa](https://github.com/eugenia1984) 😊 y seguime en  [LinkedIn - maria-eugenia-costa](https://www.linkedin.com/in/maria-eugenia-costa/)\n\n---\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feugenia1984%2Fegg-fs-java","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feugenia1984%2Fegg-fs-java","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feugenia1984%2Fegg-fs-java/lists"}