/projects/wordle-apLivewordle-ap
Wordle-inspired app built while learning JWT authentication, refresh tokens, session handling, cookies, and Google OAuth.
Explore profile data, project endpoints, live preview slots, published notes, and stack details through a docs-style interface.
/profileThe compact identity endpoint: who I am, what I am currently focused on, and the kind of engineering work this portfolio should represent.
{
"name": "Aalam Patil",
"role": "Backend-focused developer",
"location": "Haryana, India",
"status": "Building projects and writing technical notes",
"focus": [
"APIs",
"Authentication",
"Node.js",
"System design basics"
]
}/projectsProject records are structured like API resources, with active deployments linked directly from each resource card.
/projects/wordle-apLiveWordle-inspired app built while learning JWT authentication, refresh tokens, session handling, cookies, and Google OAuth.
/projects/oidc-apLiveOpenID Connect authentication project focused on identity flows, provider integration, sessions, and secure login behavior.
/projects/deadlinkLiveA live web project for checking, exploring, or presenting link behavior through a focused utility interface.
/projects/talaash-apLiveSearch-oriented project with a deployed web experience built around discovery and fast access to relevant results.
/projects/chaicss-apLiveCSS-focused project for experimenting with reusable styles, interface patterns, and polished frontend presentation.
/previewsA dedicated section for demos, embeds, screenshots, and technical updates from active projects.
Recent build notes and shipped work from the active project timeline.
A future interactive panel can simulate requests like GET /projects or GET /blogs and render real portfolio data.
A changelog-style space for work in progress, recent experiments, and architecture decisions.
/blogs?source=hashnodeLive Hashnode feed with cursor pagination. Fetch the first page, then keep loading more until the publication has no more posts.
aalampatilblogs.hashnode.dev/stackA quick dependency list for the type of work this portfolio is optimized to communicate.
/changelogVersioned notes for the portfolio itself, matching the API documentation theme.
Next.js app shell, docs navigation, project registry, live preview section, and Hashnode pagination.
Blogs load from Hashnode GraphQL and support cursor-based pagination.
Original single-page portfolio with profile, sections, blogs, projects, and social links.