@gagandeep-TW
Let's make Tech more understandable for others.
Nothing here yet.
Nothing here yet.
Mar 23 · 5 min read · If the word Promise feels scary in JavaScript, this guide is for you. The problem is not Promise, In fact most people first see Promise like this: new Promise((resolve, reject) => { // ... }); and
Join discussionOct 28, 2025 · 4 min read · If you have just finished writing a user guide, documenting an API, or creating a small project on your computer, you might wonder how to share it with others. Many beginners, especially technical writers, find the process of using GitHub a little co...
Join discussionSep 9, 2025 · 4 min read · Imagine this. You open a restaurant menu. Each dish has a name, a description, the ingredients you need, and what the final plate looks like. OpenAPI works the same way for APIs. It is the menu card that tells developers what is available, what to se...
Join discussion
Sep 3, 2025 · 4 min read · Building a documentation site with Docusaurus felt exciting—until deployment time arrived. I tested everything locally, and the site ran perfectly. But when I tried to deploy it using Vercel, the build failed repeatedly. I spent hours trying to figur...
Join discussion