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
The Impact of Open Source Contributions on a Developer’s Career
According to a report by Synopsys, over 98% of codebases contain open-source components, demonstrating the widespread impact and reliance on this collaborative model. Open source contributions have become increasingly vital in the software development landscape, serving as both a learning platform and a career accelerator for developers.
1147 words
|
6 minutes
Cover Image of the Post
Code Conversations Podcast Episode 05: The Role of the Software Architect in Agile, Balancing Design and Flexibility
In this episode of Code Conversations, our AI hosts dive into the paper The Role of the Software Architect in Agile Development Processes by Mirjana Marić and Pere Tumbas.
555 words
|
3 minutes
Cover Image of the Post
Code Conversations Podcast Episode 04: The Null Object Pattern, Simplifying Code with Design Patterns
In this episode of Code Conversations, our AI hosts examine Bobby Woolf’s paper on The Null Object Pattern. They explore how this design pattern can be used to simplify code by eliminating null checks and enhancing object-oriented design.
608 words
|
3 minutes
Cover Image of the Post