To work with the Astra Child theme as generated using their generator you do need to understand the functionality added to the functions.php. Besides the general enqueueing of the child
Web Development
Articles categorized in: Web Development
Basic Axios get request to load date as JSON data is done with relative ease using a basic call, naming it get with added url and possible parameters like id
We use a Vue component to display messages based on success or failure in our Laravel application. We use a Vue Transition wrapper component for these notifications to be precise.
Working with ESLInt in Visual Studio code you might run into this error elements in iteration expect to have ‘v-bind:key’ directives.eslintvue/require-v-for-key[vue/require-v-for-key]Elements in iteration expect to have ‘v-bind:key’ directives Checking the
This morning I wanted to startup VuePress. I ran into an issue running the development server using npm run docs:dev That issue was the following error: But the package-lock.json is
Just spent several hours yesterday understanding why we hit a CORS No “Access Control Allow Origin” header present issue again. Read loads about common Cross Origin Resource Sharing (CORS) again.
We have been working on making our Laravel / Vue / JS app more efficient and smoother. Based on analysis and console warning we had been making tweaks. We had
In this part nine we are going to discuss how to set up backend routes and controllers, but before we start let me get a few things out of the
As mentioned in part one of the series we are using Mongoose so we can work with schemas and models like we are used to working with relational database models.
Let’s create a Vue Project with the Vue Command Line Interface and work with Vue files in this post. We will start with the whole setup explaining a few things
Undo Git Commits, how do you do these easily? Do quickly undo a few commits so you can go back a few version you can use: git reset –hard HEAD~1
The default Visual Studio Code theme is pretty darn good. But you sometimes want some small tweaks. Here some basic Visual Studio Code Changes that I like. You can use