HHermansyahinhermansyah.dev·Mar 15, 2024 · 1 min readPlaywright issue with VSCode in UbuntuWell, I was just learning Playwright days ago and I've got an issue with Webkit. I think I could share this with you as you might encounter the same issue with Playwright. I'm impressed with Playwright; the tests are fast enough and available in thre...00
HHermansyahinhermansyah.dev·Oct 9, 2022 · 3 min readTruthiness Check in JavascriptConcept Using if/else statement is always related to boolean, whether it is true or false. This checking may be called a truthiness check. In Javascript if/else statement not always about boolean data type but also behavior. Variables might have the ...00
HHermansyahinhermansyah.dev·Sep 5, 2022 · 5 min readMocha Testing in Separate Files and DotenvIntroduction The main goal of dividing tests into multiple files is to make tests readable and easier to maintain. Each file should be responsible for a single responsibility. Here is how I separate tests into multiple files: Step by step First, we n...00
HHermansyahinhermansyah.dev·Aug 29, 2022 · 4 min readStatic IP on HyperV VMIntroduction For those who need Linux, Windows already have WSL, but for some reason, I prefer to choose a virtual machine. IMO, WSL might be a good option for simple tasks but not for software development. For example a cron job, you have to configu...00