Building Habits Studying Spring and Frontend
Spring
I kicked off the Spring Certified Professional learning path yesterday. Key learnings:
- You initialize a new Spring-based application using
spring initializr
. It's 3 steps:- Fill out metadata
- Pick dependencies
- Create the project
- Spring makes JEE development easier. Spring Boot made Spring development easier.
Frontend
Module 5 of the Scrimba Frontend Developer Learning Path starts with the following:
- Get a modal in a position fixed to the view port, setting top, left, right, and bottom to 0, and setting the margin to auto
- Use
setTimeout()
to do sth after a delay - Use
preventDefault()
- Modify the style of an element
- Use the
<form>
tag - Use the
required
attribute - Three
type
s of buttons:submit
reset
button
Habit
My approach this sprint is to build habits by doing the following daily:
- Blog: This gets me summarizing my learnings from the day before, producing content, forcing my brain to remember, which is how you know you learned something new.
- Mentor: Teaching is an excellent way to solidify what you know, and it helps others grow.
- Study and Code: Every day, I will make progress studying and coding through:
- Spring: 4 lessons
- Frontend: 20 lessons