SRSohom Royinsempaicodesandstuff.hashnode.dev·Jun 13 · 4 min readOAuth 2.0 for FastAPIOAuth 2.0 is now an industry standard means of authentication. It is an authorization framework that allows one application to access resources from another application without knowing the user's pass00
SRSohom Royinsempaicodesandstuff.hashnode.dev·Jun 12 · 8 min readLearning FastAI've been procrastinating a lot about trying to learn a proper modern backend framework, but I guess now's the time. Why FastAPI? IDK it's just nice I guess. Anyways, here we are documenting the entir00
SRSohom Royinsempaicodesandstuff.hashnode.dev·Nov 12, 2025 · 5 min readStrings/Arrays 101: Different string and array questions and their approachThere are numerous string and array based questions throughout leetcode and this blog will help you understand the basics or during revision sessions. Expand From Center This one is supposed to look like a normal two pointer problem (discussed later ...00
SRSohom Royinsempaicodesandstuff.hashnode.dev·Apr 29, 2025 · 5 min readThe Sliding Window TechniqueWhat is a Sliding Window? What does it have to do with programming? Why was it even named “Sliding Window” in the first place? All you have to do is just read. You might’ve come across LeetCode problems like Maximum Average Subarray, Max Consecutive ...01D