trung's notes

Archives · 2022

Home

About

Archives

note

For a better 2022

Some notes to prepare for the year 2022. My Goals Sharpen my old skillsJavascript, C++DS&A Learn new skillsMore about C#Blockchain LanguageTOEIC 650English speaking BooksExpert C Deep SecretUnix Network Programming

Read more
pov

Mindfulness

We focus on winning or losing, it is possession. When we lose, it hurts. When we focus on sympathy, we have nothing to lose. We are being understood too. There are 3 things that decide the result of the problem including our decision, other’s decision and Lord’s decision. We can only change one thing that is our decision, then observe other’s decision and..

Read more
note

Hello World

function main() {let i = 0;let u = 1000; while (i < 3 * u) {i++;} console.log(‘i <3 u’, i);} main();

Read more