VuesomeDev

Articles

A simple Node.js Docker workflow

A simple Node.js Docker workflow

Published a year ago 5 min read
Docker is a great tool that helps developers build, deploy, and run applications more efficiently in a standardized way. We can develop in the same environment as the app running in production.
Read more →
Frontend Development with Docker simplified

Frontend Development with Docker simplified

Published a year ago 5 min read
For frontend applications, we only need the Docker image for local development, because we deploy it to a static hosting provider. In this case, can we live without a custom Docker image? Can we have the same development experience that we had without Docker?
Read more →
Vue Testing Crash Course

Vue Testing Crash Course

Published a year ago 13 min read
Test every aspect of your Vue app to stay bug-free and increase the trust in your code. Forget about the whack-a-mole game with bugs.
Read more →
The secret power of JSON stringify

The secret power of JSON stringify

Published 2 years ago 3 min read
There are many functions in Javascript that just work. We use them daily, but we don't know about their extra features. At one day, we look at its documentation and realize it has many more features then we have imagined.
Read more →