This content is being retrieved from Ghost. Iām using it as headless CMS. š¤
Note: I have completely redesigned my previous website. As I progressively incorporate my past projects, publish more articles, and embark on new ventures, I will update this site accordingly. š
Apr 7, 2024
Solved an authentication issue in KueCloud Genius onboarding by adjusting Discord OAuth scopes based on user role. Utilized NextAuth.js to make Discord provider's scope dynamic, ensuring invited users don't need 'bot applications.commands' scope, simplifying login.
Feb 15, 2024
I explore the decision-making process between using Context and Higher Order Components (HOCs) for managing data-fetching logic in React. The goal is to choose a solution that will scale nicely, simplifies the testing process, and keeps components clean and focused.