blog.gaurabwagle.com.np2025 (mid) -Thoughts about rejection in job @arbyteDate: 12 Nov, 2025 Accept the defeat and build from it. Don’t neglect but never doubt about your worth. This feeling of, maybe i know nothing comes very often in my mind, but then I realize, learning never ends and if I am to be in this field, i need...Dec 30, 2025·4 min read
blog.gaurabwagle.com.npCreate a Tinyurl, short shareable URL without any shortner packages on your own.I wrote the entire post myself and then used AI to redirect so no doubt on the originality of the post Building Short, Shareable URLs in Your Application (Base62 + Drizzle ORM) When building modern applications, long URLs can look messy — especially ...Dec 5, 2025·4 min read
blog.gaurabwagle.com.npImplementing Cursor-Based Pagination in Next.js + Drizzle ORMPagination helps load data efficiently without fetching everything at once.While offset-based pagination (using page and limit) is simple, it can become inefficient with large datasets. That’s where cursor-based pagination comes in, it’s faster, more...Nov 8, 2025·3 min read
blog.gaurabwagle.com.npPagination Concepts Made Easy with SQL Query and React/Next JSWhat is Pagination? (skip if you already know)Pagination means dividing the contents/document into discrete pages. It is a user interface design pattern. You just need 2 patterns of implementing pagination as dev’s while starting out: Off-Set based...Nov 8, 2025·6 min read
blog.gaurabwagle.com.npNext time when someone asks you, What happens when you enter google.com in your browser?🧩 Step 0: The Goal Your browser needs to find the IP address of google.com so it can connect to the web server.DNS is the system that helps it find that IP. ⚙️ Step 1: Browser & OS Local Cache When you type google.com: Your browser first checks it...Oct 27, 2025·3 min read