My ingredient list for good code
My ingredient list for good code Ample documentation Automated testing with good coverage Clean, legible and side-effect free Second opinion (code ...
My ingredient list for good code Ample documentation Automated testing with good coverage Clean, legible and side-effect free Second opinion (code ...
Recently, I was involved to setup the e2e testing for the project at work. It’s usually a straightforward process to install cypress and get the test cases w...
I’ve got my certification in PMP back in 2017, when the PMBOK is at the 5th edition. So recently I had a quick review of the new 6th edition, and here are my...
NextJS is a React framework that is great for static site generation, as it has the structure to pre-render the pages, provide routing, and bundling with web...
After creating the production build for an Angular project with ng build --prod, the output is a folder of html and javascript, which will only work if you s...