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

Sep 09, 2024
219 words
Problematic Course Platform

Regarding the Educoder platform mentioned before, the platform is very problematic. It doesn't have any CSP policies, you can input markdown to it, and I discovered this when it rendered images directly from my CDN

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 17, 2023
1287 words
Website Design Doc Writeup

fields: _id, date, title, id, like fields: _id, user, text, date, pointer, blog, like: Import all the routes, and render them on specific paths. Specify the port where backend renders on. The username and password

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