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
9 Key Skills Needed To Be A Successful Programmer
The advent of the Internet and the rising popularity of the different applications of the Internet in the Nigerian landscape has led to an increase in programming jobs and opportunities both locally and remotely. The rise of companies like Andela, Interswitch (to mention but a few) has solidified this line of thinking. The proliferation of Internet companies has led to an
5 Helpful Tips for a Newbie Developer
First of all, I want to say a big congratulations to you, for deciding to come on this roller coaster called “programming” in this age and time. I am very sure that this would be a positive life-changing decision if you can push through to the end. Through my short journey in this - programming - world, I have coined
Fofx Academy Partners BizSkills Academy Canada to Build Change Agents in Nigeria
Nurturing Technology Entrepreneurs and Intrapreneurs, growing the IT industry in Nigeria. Lagos, NG: 05/08/2019- With the projection by US Bureau of Labour Statistics that employment of web developers will rise much faster to 15% before 2026 compared to 7% in other occupations, it's no doubt that there's a growing opportunity in the tech industry for the Nigerian labour market. In response
10 Essential JavaScript Array Methods for Easy Data Manipulation
Arrays are reference types and are very important in programming languages. They are an ordered list of values,allow you to store multiple values in a single variable,can be mutated and iterated through and;can be used in some really complex algorithms. In this article, I am going to go through a couple of really essential array methods in JavaScript. pop() This array method is