The updated 5-PG, 10-KA, 49-Processes for PMBOK v6
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...
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...
There are some requirements that a module needs to fullfil before it can be published to npm. For example, you’ll need a main field in your package.json http...
Archetypes make it easy to scaffold a project, but remembering all the archetypes available and using the command line to activate it can be challenging to r...