
Transition from traditional server hosting to an "Edge" and "Serverless" architecture for their blog and services
The npm run build command is not unfamiliar to JavaScript developers when preparing to release a new version of their application. In simple terms, npm run build converts the project's code into executable code that can run in the browser or Node.js. But why is there a need for the build step? What is the essence of building? Do all JavaScript/Node.js projects need to be built? Hopefully, readers will find the answers in the following article...
🕝2 years ago
In the previous article, I summarized the process of pushing a package to npm. In this article, I will go into detail about how I built my package, specifically a package for vue.js that handles OTP code input. The source code for the package can be found on...
🕝3 years ago
Me & the desire to "play with words"
Have you tried writing? And then failed or not satisfied? At 2coffee.dev we have had a hard time with writing. Don't be discouraged, because now we have a way to help you. Click to become a member now!
NPM stands for Node Package Manager, which is a repository for open-source node.js projects. It provides solutions to interact with the repository, install packages, manage versions, manage dependencies through the command line...
🕝4 years ago