Quality tutorials & resources. No BS._

Featured Subjects

See all →

Free Courses

View all courses →

Latest Posts

Partial Reloads with InertiaJS
Author Dan Pastori avatar
Dan Pastori January 20th, 2024

Lately, I’ve fallen in love with InertiaJS. After the 1.0 release and it’s stability improvements, the developer experience is top notch. I feel like I can quickly whip together a stable, functioning app in no time. I get the power of Vue 3 for a beautiful UI, and the beautiful backend of Laravel. In this […]

Keep Reading →
Break between articles
Browser Extension Messaging
Author Dan Pastori avatar
Dan Pastori December 11th, 2023

One of the most confusing parts of developing your first browser extension is how to make each part communicate efficiently. Reading the docs doesn’t help. There’s ports and one time message calls, confusion on how to handle responses whether they are synchronous or asynchronous, and it’s super difficult to target certain parts of your extension. […]

Keep Reading →
Break between articles
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
1 2 3 30