Spring and Javascript
Spring
Yesterday I kicked off the Spring certification learning path. The path consists of 4 courses, totaling 120 lessons, over 26 hours. The first course is about building a REST API with Spring Boot.
What was a pleasant surprise in the learning path is that it follows TDD and emphasizes security. Those are two important practices that go beyond solid Spring knowledge.
JavaScript
Key concepts I went through yesterday:
- FormData and the get method
- The
disabled
property - The
classList.toggle()
method - The
aria-label
attribute for of
loops- exporting and importing and the
type="module"