How I Had SSH Access But No Internet. Port forwarding 80 into server, cuts off the internet in serverMar 14, 2026·3 min read
Success in Getting Real Users Failure in Solving Real ProblemBackground: This blog is about "https://hamrofund.org" which I dreamt of building in my uni days. Stories will only matter when it happens near you. Nepal doesn't have the culture of giving/donating. Jun 10, 2026·3 min read
Understanding: OS, UNIX, Kernel, Shell and Terminal and make your terminal attractive Mar 7, 2026·5 min read
Create 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
Implementing 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
Pagination 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
Next time when someone asks you, What happens when you enter google.com in your browser?You will be able to explain to everyone, how searching works from interviews to normal conversations.Oct 27, 2025·3 min read
How to make your website look good while sharing the link? A link preview guide with "The Open Graph protocol"From above ^^ to below \ “It is basicaly a link preview, like you get a small card like view of the link that you are sharing” Case*: If you are asked to improve the* SEO of your website, you will have to provide specific metadata and other dynamic ...Oct 21, 2025·2 min read
90% of Uni classes are a waste of time and energyImage: A photo representation of an empty classroom Context: Nepal, Kathmandu University As a frustrated Computer Science student at KU, I can say that most university classes are a waste of time and energy. Few students actually pay attention to the...Aug 6, 2025·2 min read