Past (Simple)

ref –

  • https://www.natterandramble.co.uk/past-simple-timeline-form-uses/
  • https://chineseruleof8.com/2023/05/01/irregular-verbs/

Simple Past – things that already happened. Is used to talk about a completed action in a time before now

We use the simple past to show actions completed in the past, with no extra emphasis.

For regular verbs, you form the simple past tense by adding the suffix –ed to the end of the verb (or just –d if the past tense verb already ends in an e).

Be careful of irregular verbs, however. These don’t follow the normal rules and use their own unique forms for the past tense. For example, the past tense of the irregular verb go is went.

Regular verbs: I pick[ed] up the glass, but it dropp[ed] from my hand.

Irregular verbs: This morning I [went] to the store, but I [forgot] the milk.

Examples:

I helped my neighbor yesterday.

I played football Yesterday.

She woke (irregular) up early in the morning.

You didn’t write a letter last week.

They went (irregular) to the office early.

Did (irregular) you sing the song on stage?

We ate (irregular) pizza in the bakery shop.

My father lived in California.

website deploy https

1 下载nginx, 上传 cert.key;cert.pem; 到conf 文件夹

2 修改nginx.conf

server {
listen 443 ssl;
server_name test.rickyabc.top;

ssl_certificate cert.pem;
ssl_certificate_key cert.key;

ssl_session_cache shared:SSL:1m;
ssl_session_timeout 5m;

ssl_ciphers HIGH:!aNULL:!MD5;
ssl_prefer_server_ciphers on;

location / {
proxy_pass http://172.30.99.189:3000;
}
}

3 npm install

add .env file

REACT_APP_HOST=’http://106.15.137.49′

REACT_APP_PORT=8080

npm install dotenv

npm start

4 start nginx.exe

 

 

Meeting Minutes

Lavie – 3/11/2023

  • employee (scheduler) for an English Center
  • English hobbyist, frequently starts English chatroom on Douyin

Michael – 3/13/2023

  • ten years of teaching (training center) experience in Anhui
  • Meet with Michael to discuss basic idea and functionality

Shelley – English Teacher

  • english teacher, boss of 70 kid training center
  • Zhejiang
  • direction not aligned with our requirement(s)

Backend basic features

starts at 32:00 – talks about basic features required from backend

Creating Documents – How to create content on WordPress