Config LaTex with VSCode on macOS Fast guide on writing LaTex Posted on June 6, 2022 Specification: macOs Monterey v12.2.1 chip Apple M1 [Read More] Tags: TIL
Happy Lunar New Year 2022 New experiences new joys new successes and always ahead Posted on February 2, 2022 Success and happiness are in our hands. We will get over difficulties and will be the winner Tags: TIL
Handle multiple asynchronous calls in JavaScript Run async await in parallel or serial with JavaScript Posted on January 28, 2022 Context: [Read More] Tags: TIL JavaScript
Hardhat trick Tricks that can be applied when testing hardhat Posted on January 27, 2022 Time travel await ethers.provider.send("evm_increaseTime", [ 24 * 60 * 60 ]); // add 24 hours await ethers.provider.send("evm_mine", []); // mine the next block [Read More] Tags: TIL
SSH trick with Ubuntu Access your server in a more convenient way Posted on November 30, 2021 SSH without password We using ssh-copy-id to installing an SSH key on a server as an authorized key Its purpose is to provision access without requiring a password for each login Read offical document here [Read More] Tags: TIL