Bayan Flow 0.2.0: finishing the foundations (i18n, RTL, tests, and small UX wins)
A few weeks after shipping version 0.1.0, I realized the hard part wasn’t new algorithms, it was the stuff that makes an app feel usable and maintainable. Version 0.2.0 isn’t flashy. It’s the set of changes that stop future work from turning into a refactor nightmare.
678 words
|
3 minutes
Cover Image of the Post
I Built an App That Makes Learning Algorithms Way Easier
For the longest time, I’ve always felt that learning algorithms was harder than it needed to be.Not because the concepts were too complicated, but because they were always presented in such a “dry” way.
465 words
|
2 minutes
Cover Image of the Post
Technical Debt: When to Pay It Off and When to Live With It
Technical debt is a concept known by almost every software development team. Just like financial debt, technical debt increase over time, making the codebase more and more difficult and expensive to maintain.
1370 words
|
7 minutes
Cover Image of the Post
Quick Tutorial: Implementing Google OAuth2 in FastAPI (Callback Method)
Hey there! 👋 Let’s learn how to get user information from Google using the OAuth2 callback method in FastAPI. We’ll keep it super simple and focused!
373 words
|
2 minutes
Cover Image of the Post
Quick Tutorial: Adding Google Auth to FastAPI (Token Method)
Hey there! 👋 Let’s dive into implementing Google authentication in your FastAPI application using the token method. This is perfect when you’re working with frontend frameworks like React and want to handle Google Sign-In without dealing with complex OAuth2 flows.
486 words
|
2 minutes
Cover Image of the Post