Published onNovember 30, 2023A Personal Journey through Computer Science DegreedegreelifehackathonsthrowbackReflecting on my path to completing my Computer Science Degree
Published onAugust 25, 2023Using Mantine with Tailwindreactmantine-uitailwindfrontendWondering how to use Tailwind classes in Mantine components? This is the article you need.
Published onJuly 31, 2023Client-Side Authentication in Next.js using Cookiesnextjsreactauthenticationreact-queryA step-by-step guide to managing client-side authentication with cookies from the client-side in Next.js
Published onMay 24, 2023Dotenv-vault: The New Way to Manage .envnextjsdockerdevopsenvAre you still sharing your .env file around using Slack? It's probably time to level up your game and use a proper tool for it.
Published onMay 13, 2023The Next.js App Directory and Server Components ExplainednextjsreactNext.js is now recommending the use of App Router by default together with the use of Server Component. Are you ready to embrace the change?