Feb 19, 2025
313 words
Userscript and Webpages

Userscript is a really good tool to tamper with the web. Nearly anything you can accomplish using DevTools can be achieved through userscripts. It would improve your browsing experience. Doing console.log in the script will

Feb 08, 2025
898 words
My Guide to the Global Internet

Here is my guide to the global Internet. | | US | China | Russia | EU | Japan/Korea | Open-Source & Other | | -------------- | ------------------------------------------------ | ------------------------------------------------------ | ----------------------------------------- | ------------------------------------- |

Sep 23, 2024
1365 words
Web Hoarding Attempts

The key idea is that Cloudflare R2 has low storage fees(10 dollar per TB per month), and no egress fees. Egress fees are scary when I consume videos like this, say, AWS or GCP's egress

May 30, 2024
1707 words
Moving My Website to Next.js

So anyways, long story short, I started learning and after 3 weeks my new website was born. It just displayed my blogs and visitinfos and a message box. So the problem with frontend+backend+database, where your

Recently, the idea of self-hosting was so intriguing that I decided to code a full-stack video platform. There are many Object Storage providers, including Amazon AWS, Akamai, Digital Ocean, Cloudflare, Alibaba Cloud. Nearly all of

Aug 12, 2023
627 words
Web Scraping and Security

I am obsessed with searching and browsing the Internet these days. However, it is kind of tiresome to browse everything myself. So I decided to try out scrapying information. When trying to scrape a website,

Jun 23, 2023
1502 words
MERN Stack Conclusion

Create a web application with frontend and backend and using libraries and functions to connect between them. Frontend: Html, CSS, Javascript, Jquery, React, UI (Github Page) Backend: Axios, Express, Mongodb(Mongoose), Linux It is easy to