Vuex Modules Tutorial, how to scale your Store
We already know Vuex from this tutorial. In fact, with it, you can manage all your data (the state) from a single place: the store.
We already know Vuex from this tutorial. In fact, with it, you can manage all your data (the state) from a single place: the store.
Promises are a nice feature of modern Javascript. In fact, if you use axios to make requests to your server, you are already using them.
Today, you can create cool websites and applications with Javascript. Because of that, this language is very popular now. While being able to run Javascript
The way of creating websites has changed a lot over the last decade. Currently, the trend is to use frameworks like React, Angular, or Vue.
The modern web relies a lot on cookies. However, we are not talking about sweet pieces of pastry you can eat. Instead, cookies are pieces
While users rely on the GUI, system administrators prefer the command line. Why is that? If you know what you are doing, using the command-line
MongoDB is one of the most popular NoSQL databases. Since it allows you to store huge loads of data, it is a great choice for
If you are in IT, you have probably heard the term REST. Since it describes a popular design for modern applications, it is a common
The way we use the Internet changed in the last year, and it is still changing. Originally, websites were static pages you could read passively.