Tags: #tech
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

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,

Enc keys are deterministic(Argon2, username and password), Sign with private key and store public sign key in keystore UUID is deterministc (Argon2, username and password) Since encryption protects the confidentiality, the attacker doesn't know the

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

Booting-Ubuntu-22.04Booting-Ubuntu-22.04
Apr 13, 2023
470 words
Booting Ubuntu 22.04

Windows is heavy, slow, and hard to clean up. Installing Ubuntu 22.04 on my own laptop took me a lot of time. This article describes this process. Here is the link: ubuntu.com/download/server It is 1.8

Not-Gonna-Use-Windows-AnymoreNot-Gonna-Use-Windows-Anymore
Jan 14, 2023
22 words
Not Gonna Use Windows Anymore

Let's Go! Linux so cool I am still a noob :) I formatted Windows, so Windows don't exist on my computer anymore.

I am analyzing the complexity of different sorting and searching methods based on C programming language. To truly understand these methods, the author writes C programs to compare the performances of these methods based on

C程序设计C程序设计
Dec 01, 2021
2275 words
C程序设计

This was a project done by me in 2021, just starting in C and using almost a week (5 full days) coding almost all day long without LLMs. 大作业 by 陈加木