Getting Started with NestJS in 2023

Introduction Node.js applications often become difficult to maintain as they grow in size and complexity. As new features are added, the codebase can become disorganized and difficult to manage. Nest.js offers a solution to this problem by providing a framework for building efficient and scalable server-side applications. It offers a modular structure for organizing code […]

Read More

Build a web application with Laravel and Vue – Part 5: Creating a simple Trello clone using Laravel and Vue

In previous chapters of this series, we considered a couple of concepts useful for developing modern web applications with Laravel and Vue. In this final part, we are going to combine all the concepts from the previous parts into building a Trello clone using Laravel and Vue. Here is a screen recording of what the […]

Read More

Build a web application with Laravel and Vue – Part 4: Creating Vue applications in Laravel

In the last tutorial, we talked about how you can create API endpoints in a Laravel application. We also explored how you can take it a step further by integrating tests into the application. In this part 4 of the tutorial series, we are going to change our point of view, slightly overused pun intended, and […]

Read More

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

Pin It on Pinterest