Build a web application with Laravel and Vue – Part 3: Testing your application’s API endpoints

In the last chapter, we looked at how to make RESTful API Endpoints. The next thing we will consider is how to test the application’s endpoints before releasing it for public consumption. This is useful because it makes sure that throughout the lifetime of the application, you can be sure that the API works as expected. […]

Read More

Build a web application with Laravel and Vue – Part 2 : Creating our endpoints with REST in mind

In the last tutorial, we looked at how to successfully set up a development environment preparing us for PHP Development. Through the rest of the series, we will be building a simple “Trello Clone”. In this tutorial, we will take a closer look at how setting up out application “RESTully” will play a role in us building […]

Read More

Build a web application with Laravel and Vue – Part 1: Setting up your environment

In this series, we are going to walk through building modern web applications with Laravel and Vue. We will go from the basics, setting up your environment, to more technical concepts like building endpoints RESTfully and even testing your endpoints. In this chapter, we will be setting up an environment for PHP development, Laravel to be specific. […]

Read More

How to use routing in Vue.js to create a better user experience

Vue.js is a great JavaScript Framework created by Evan You. It’s used to build single web page apps and flexible components, and it’s one of the most required skills in Front End Web development. You can learn more about Vue.js here. Vue.js provides a bunch of features that allow you to build reusable web components. Routing is one […]

Read More

Multiple CSS classes in React

After learning how to import CSS files in React and style your components, probably the most common question which springs to mind is: How can I deal with multiple CSS classes in React? Or even something a bit more complex, such as: How can I apply one or more CSS classes conditionally to a given element in React? Well, […]

Read More

How to use Vue-Router ?

Introduction In a JavaScript web application, a router is the part that syncs the currently displayed view with the browser address bar content. In other words, it’s the part that makes the URL change when you click something in the page, and helps to show the correct view when you hit a specific URL. Traditionally […]

Read More

Getting Started with Flutter

In this post, we will cover the step-by-step guide to getting started with Flutter. Flutter has been emerging as a great option for developing cross-platform mobile apps since Google announced the first stable version at Flutter Live. But where to start? What is Flutter Simply put, Flutter is a framework which allows developers to create […]

Read More

Getting Started with Nuxt.js

In this article, we’ll be taking a look at Nuxt framework and will discuss how to getting started with nuxt.js Introduction Nuxt.js is a universal framework for creating Vue.js applications. The goal behind having a universal framework is so that it is flexible enough to be used as both a server-side rendered app, a static generated […]

Read More

Pin It on Pinterest