Blog

I have written a series of articles covering various software development concepts. Additionally, I document my projects and the lessons I learn from them. You can explore these articles and project documentation at projects.

Leetcode 217 - Contains Duplicate

Created on 5th August 2024

TutorialDSALeetcodeArraysHashing
Mastering Passwordless Auth: How I Overcame Security Challenges

Created on 18th May 2024

SecurityAuthTutorialGolang
Create infinite auto-scroll animation with pure CSS

Created on 29th March 2022

CSSAnimationTutorial
Pagination in Javascript and React, with a custom usePagination() hook

Created on 9th October 2021

ReactJavascriptTypescriptPaginationHooksTutorial
Ultimate Guide to setup React Context API with a custom hook [Typescript]

Created on 30th September 2021

ReactTypescriptContext APICustom HookTutorial