Quality tutorials & resources. No BS._

Featured Subjects

See all →

Free Courses

View all courses →

Latest Posts

NGINX Unit: Fixing “Value doesn’t exist.”
Author Jay Rogers avatar
Jay Rogers October 24th, 2023

Background We’ve been creating Open Source PHP Docker Images. One of the variations that we’re offering is “nginx-unit”. If you’re not aware, NGINX Unit is a complete alternative to the NGINX web server that you’re probably thinking of. When I was working on providing SSL support, I kept running into the error below. My attempt […]

Keep Reading →
Break between articles Break between articles
Laravel: One-to-many Deployments with Docker + Ansible
Author Jay Rogers avatar
Jay Rogers April 26th, 2023

We had the task of deploying Laravel app in a “One-To-Many” scenario, making the app run in a distributed and decentralized format. The biggest challenge was automating the entire process and making each environment unique. In this video, we cover on how we deploy each Laravel application through an automated process using GitLab CI + […]

Keep Reading →
Break between articles
Advanced Data Fetching with Nuxt 3 Part 9 of 9 in Upgrading Nuxt 2 to Nuxt 3
Author Dan Pastori avatar
Dan Pastori January 26th, 2023

Working with ROAST and Bugflow, both having a Nuxt 3 frontend, I’ve come across a lot of scenarios where I’ve had to do some more advanced data fetching with Nuxt 3 and the provided composables. I’ve written a basic article about using asyncData() in Nuxt 3. This article will be extending on the previous article […]

Keep Reading →
Break between articles
Managing Pivot Data with Laravel Eloquent
Author Dan Pastori avatar
Dan Pastori October 25th, 2022

Laravel provides the most beautiful Object Relational Mapping systems I’ve ever used with Eloquent. Eloquent has so many powerful features making working with a database so enjoyable! One of my favorite features of Laravel Eloquent is the many-to-many relationship structure. When I had to write raw SQL, I always hated many-to-many relationships. With Eloquent, they […]

Keep Reading →
Break between articles
1 2 3 30