Programming

Hosting Multiple Projects on a Single Server Instance

Hosting Multiple Projects on a Single Server Instance

In a bid to save cost, I set out on hosting different projects on a single server, the process wasn't really all smooth. As always, I have written this article ...


Last updated: 11:49-pm March 30, 2024

Resolving Cloudinary 401 Unauthorized Error for PDF Viewing

Resolving Cloudinary 401 Unauthorized Error for PDF Viewing

Recently, I encountered a problem while attempting to view PDFs uploaded to Cloudinary – the dreaded 401 Unauthorized error. Frustratingly vague, the error message left me on a quest for ...


Last updated: 8:18-am January 15, 2024

Simulating Multiple Queue Workers in Laravel

Simulating Multiple Queue Workers in Laravel

Laravel, a popular PHP framework, provides a robust queue system that allows developers to defer the processing of tasks, such as sending emails or processing uploaded files, until a later ...


Last updated: 4:41-pm October 16, 2023

Deploy Laravel App on DigitalOcean with Ploi

Deploy Laravel App on DigitalOcean with Ploi

In this article, we'll explore how to deploy a Laravel app on DigitalOcean while managing the server with a tool called Ploi. DigitalOcean is a popular server provider for hosting ...


Last updated: 12:34-pm December 20, 2023

Apply middleware to route groups in NuxtJs in Nuxt config

Apply middleware to route groups in NuxtJs in Nuxt config

Nuxt.js is a powerful framework for building Vue.js applications. One of its many features is the ability to define middleware that can be executed before rendering a page or group ...


Last updated: 9:36-am October 7, 2023

Apply middleware to route groups in NuxtJs with a global middleware

Apply middleware to route groups in NuxtJs with a global middleware

In the realm of web development, crafting robust and efficient middleware solutions is paramount. It's the backbone of ensuring seamless user experiences and enhancing the security of web applications. However, ...


Last updated: 9:18-am October 7, 2023

Validating dynamic pages in Nuxt using API queries

Validating dynamic pages in Nuxt using API queries

When building web applications with Nuxt.js, ensuring the correctness and validity of dynamic routes is a critical aspect of providing a smooth user experience. One common requirement is to verify ...


Last updated: 3:53-pm September 4, 2023

Passing and Accessing Props in Nested Layouts with Nuxt 3

Passing and Accessing Props in Nested Layouts with Nuxt 3

In our previous blog post, "Creating Nested Layouts in Nuxt 3," we explored how to nest layouts within pages to create a modular and maintainable structure for your Nuxt 3 ...


Last updated: 3:24-pm September 4, 2023

Creating Nested Layouts in Nuxt 3: A Step-by-Step Guide

Creating Nested Layouts in Nuxt 3: A Step-by-Step Guide

Nuxt.js is a powerful framework for building Vue.js applications. One of the many features that make Nuxt.js stand out is its flexibility when it comes to creating layouts for your ...


Last updated: 4:34-pm September 4, 2023

Debugging Laravel Sanctum SPA Authentication Issues

Debugging Laravel Sanctum SPA Authentication Issues

I embarked on the journey of building authentication for my Nuxt.js Single Page Application (SPA) using Laravel Sanctum, and I must admit, it wasn't all smooth sailing. The process was ...


Last updated: 12:30-am August 31, 2023

Category Description

PHP, Laravel, Javascript, Vue, Jquery