lucianopopo / jornada-dev-eficiente

Implementação de projetos para a Jornada do Dev Eficiente

Home Page:https://deveficiente.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jornada Dev Eficiente

Jornada Dev Eficiente 🚀

GitHub repo size GitHub language count GitHub top language GitHub last commit GitHub issues GitHub contributors GitHub commit activity Maintenance

⚽ Api Bolão Java CI with Gradle - Bolão API

Implementar a API necessária rodar uma aplicação que possibilite pessoas criarem bolões. No final do treinamento vamos ter passado por atividades que são supostamente mais simples, como cadastros, mas também vamos lidar situações um pouco mais complicadas, como criação de convites de participantes, associação de pessoas a grupos, palpites, validação de palpites etc.

📌 Stack

  • Java 14 - JDK 14 is the open-source reference implementation of version 14 of the Java SE Platform as specified by by JSR 389 in the Java Community Process.
  • Spring Boot - Spring makes programming Java quicker, easier, and safer for everybody. Spring’s focus on speed, simplicity, and productivity has made it the world's most popular Java framework.
  • Spring Data JPA - Spring Data JPA, part of the larger Spring Data family, makes it easy to easily implement JPA based repositories.
  • Spring Security - Spring Security is a powerful and highly customizable authentication and access-control framework.
  • PostgreSQL - PostgreSQL: The World's Most Advanced Open Source Relational Database
  • Lombok - Project Lombok is a java library that automatically plugs into your editor and build tools, spicing up your java.

💲 Run Scripts

./gradlew boot:run

📚 API Casa do Código Java CI with Maven - API Casa do Código

Desenvolver uma api para suportar parte do funcionamento da casa do código.

📌 Stack

  • Java 11 - JDK 11 is the open-source reference implementation of version 11 of the Java SE Platform as specified by by JSR 384 in the Java Community Process.
  • Quarkus - A Kubernetes Native Java stack tailored for OpenJDK HotSpot and GraalVM, crafted from the best of breed Java libraries and standards.
  • H2 Database - The Java SQL database. Very fast, open source, JDBC API. Embedded and server modes; in-memory databases
  • OpenAPI - The OpenAPI Specification: a broadly adopted industry standard for describing modern APIs.
  • Lombok - Project Lombok is a java library that automatically plugs into your editor and build tools, spicing up your java.

📦 Extensions

  1. RESTEasy JAX-RS
  2. RESTEasy JSON-B
  3. RESTEasy JSON-P
  4. Hibernate Validator
  5. SmallRye OpenAPI
  6. Hibernate ORM with Panache
  7. JDBC Driver - H2

💲 Run Scripts

./mvnw quarkus:dev

💳 Api Pagamentos Java CI with Gradle - API Pagamentos

Implementar uma aplicação específica para processar pagamentos relativos a um aplicativo famoso de pedido de comida, o YFood. A ideia é que nossa aplicação liste as possíveis formas de pagamento para uma pessoa dado um restaurante e depois que a gente processe o pagamento em função da escolha final da pessoa. Esse é um serviço crucial no contexto do YFood. É a conclusão da experiência do usuário e precisamos atender o máximo de pedidos que for possível sob as condições mais extremas.

📌 Stack

  • Java 15 - JDK 15 is the open-source reference implementation of version 15 of the Java SE Platform, as specified by by JSR 390 in the Java Community Process.
  • Spring Boot 2.4.0 - Spring makes programming Java quicker, easier, and safer for everybody. Spring’s focus on speed, simplicity, and productivity has made it the world's most popular Java framework.
  • Spring Cloud OpenFeign - Feign is a declarative web service client. It makes writing web service clients easier.
  • Spring Data JPA - Spring Data JPA, part of the larger Spring Data family, makes it easy to easily implement JPA based repositories.
  • Spring Validation - Starter for using Java Bean Validation with Hibernate Validator
  • H2 - PostgreSQL: The World's Most Advanced Open Source Relational Database

💲 Run Scripts

./gradlew boot:run

📦 Api Mercado Livre Java CI with Maven - API Mercado Livre

Implementar uma parte do mercado livre.

📌 Stack

  • Java 15 - JDK 15 is the open-source reference implementation of version 15 of the Java SE Platform, as specified by by JSR 390 in the Java Community Process.
  • Spring Boot 2.4.2 - Spring makes programming Java quicker, easier, and safer for everybody. Spring’s focus on speed, simplicity, and productivity has made it the world's most popular Java framework.
  • Spring Data JPA - Spring Data JPA, part of the larger Spring Data family, makes it easy to easily implement JPA based repositories.
  • Spring Validation - Starter for using Java Bean Validation with Hibernate Validator
  • Spring Security - Spring Security is a powerful and highly customizable authentication and access-control framework. It is the de-facto standard for securing Spring-based applications.
  • H2 - PostgreSQL: The World's Most Advanced Open Source Relational Database

💲 Run Scripts

./mvn spring-boot:run

🚄 Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

About

Implementação de projetos para a Jornada do Dev Eficiente

https://deveficiente.com/

License:MIT License


Languages

Language:Java 98.6%Language:HTML 1.4%