## Notes
While watching a video on Vue 3 and trying to figure out how to build a carousel, I got kind of tired of learning a new technology or language every few years. I feel like I lack some deep understanding of each technology I've used, and I'm getting tired of different layers of fluff (libraries and frameworks) that are put on top of core languages. These layers of fluff that I'm tired of include (but is not exhaustive):
- JavaScript libraries/frameworks like
- React
- Vue
- Angular
- Python libraries/frameworks like
- Django
- Falcon
- Flask
- FastAPI
- Golang libraries/frameworks like
- Gin-Gonic
- Gorilla
It makes me want to keep things simple so that I can go back to past projects without all of the overhead of relearning a library/framework.