Django REST Framework deserves more hype.
It’s so dope! has built-in authentication, permissions, pagination, throttling, filtering, and generic views.
You can literally build a production ready API without reinventing the wheel every time.
So underated
Google OAuth is finally in. ✅
And honestly, this one felt different. I remember struggling badly with OAuth the last time I implemented it, but this time around, everything just clicked.
consistency is really paying off fr💯
let’s play a game guys 🙏
Go to ChatGPT and type: Based on your personal experience while talking to me, please name a movie/TV character who resembles me;
only give me a name.
Google OAuth is finally in. ✅
And honestly, this one felt different. I remember struggling badly with OAuth the last time I implemented it, but this time around, everything just clicked.
consistency is really paying off fr💯
Made a few small but important changes to my project today- added "full_name" field to my auth, configured CORS, and cleaned up a few things.
Then I prepared the project for deployment and successfully deployed the API to Render. Everything went surprisingly smooth🏄♂️
Made a few small but important changes to my project today- added "full_name" field to my auth, configured CORS, and cleaned up a few things.
Then I prepared the project for deployment and successfully deployed the API to Render. Everything went surprisingly smooth🏄♂️
Being a developer means accepting that you'll never know everything.
The goal isn't to know it all.
The goal is to keep learning without giving up.
Happy Friday��❤️
Been really busy for a while now, but I managed to squeeze in some coding today. 😅
Today,I implemented:
• Filtering & search
• Ordering & pagination
• Throttling on my login endpoint
Small progress, but progress nonetheless. 🚀