Frontend Developer
1 Followers
I realized I have been teaching newbies the same thing over and over. This morning, I woke up after encouragement from a friend. I started a YouTube channel where I will share and explain concepts in simpler formats https://youtu.be/MUDUXxZTePg?si=joU21lGMwwWMo9g9
Dropped the part 2, working with objects https://youtu.be/JNBtpcRfqDM
I already have a background in Nodejs with Express, though I only wrote a few lines of code with Express that ever made it to production. This experience already gave me a solid foundation of what REST API is and how it works
Today, I was able to connect with SQLAlchemy, and the FastAPI documentation kind of favours SQLAlchemy now as it is built on top of SQLAlchemy. I am learning SQLAlchemy first to fully understand why SqlModel works.