Skip to content

Commit

Permalink
adds java Oas to data.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
unjust committed Nov 9, 2023
1 parent 521101b commit 442d514
Showing 1 changed file with 61 additions and 0 deletions.
61 changes: 61 additions & 0 deletions learning-objectives/data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,67 @@ auth:
- jwt
- password-access-and-storage

java:
- data-types:
- primitive
- primitive-vs-non-primitive
- strings
- arrays
- access-modifiers (public, private, protected)
- variables
- conditionals
- loops
- collections:
- array-list
- hash-map
- hash-set
- testing:
- junit
- mockito
- spring-framework:
- initializr
- beans
- inversion-of-control
- annotations
- spring-boot
- servlets
- controllers
- services
- spring-data-jpa
- entity
- repository
- spring-web:
- rest-controller
- request-mapping
- request-param
- testing:
- spring-test
- hamcrest
- hibernate-orm:
- setup
- schema
- entity
- table
- column
- identifiers
- associations
- collections
- persistance
- querying

object-oriented-programming:
- classes
- objects
- methods
- attributes
- constructors
- encapsulation
- abstraction
- composition
- interfaces
- inheritance (super extends override)
- unified-model-language (class diagrams)

webops:
- env-vars
- docker-containers
Expand Down

0 comments on commit 442d514

Please sign in to comment.