Deploy your Vue Js application to Netlify in 4 Steps
When you are ready for your Vue.js application to run live on the Internet, you have some options for deployment, from Heroku to Firebase and Netlify. In this tutorial, we will see how simple it can be to deploy your Vue application with Netlify. Step 1: Create a github repository for your app. Because Netlify offers deployment from Github, Bitbucket or GitLab,
How To Get Upcoming Birthdays using Laravel’s Eloquent
So apparently, I’m presently working on a project in which I had to get the upcoming birthdays of employees whereby the query had to search for the latest birthday using the month and date properties as the filter and I thought of different ways to get the simplest and easiest way to go about it. In the course of my multiple