Jose Jimenez
Jose Jimenez
Software Architect & Developer
> >

Temporary Fix for Laravel Homestead Provisioning Issue

March 18th, 2024 — Facing Homestead provisioning errors? Apply a temporary fix by editing Homestead.yaml and /scripts/in-flight-service.sh to bypass ngrok repository issues.

How to Manage Multiple GitHub Accounts and Ensure Proper Credentials for Each Repository

February 14th, 2024 — Managing multiple GitHub accounts? Ensure the right credentials for each repo. Configure Git settings and SSH keys.

Troubleshooting Laravel Horizon Jobs Stuck in Pending

January 20th, 2024 — Troubleshooting Laravel Horizon jobs stuck in pending: configure unique prefixes for HORIZON, CACHE, and REDIS settings.

Pushing a Laravel Vue.js App to Production: CDN Hosting and Server Load Distribution

December 15th, 2023 — Learn how to push a Laravel Vue.js app to production, hosting the bundled file on a separate domain and allowing multiple servers to load from it.

Pro Tip: Filtering Queries with Laravel Eloquent's when() and whereRaw('0 = 1') for Accurate Results

November 30th, 2023 — Utilize Laravel Eloquent's when() and whereRaw('0 = 1') to conditionally filter queries and ensure no results are returned when no conditions are met.

Boosting Database Efficiency in Laravel: Master/Slave Setup and Replicated Reporting

October 30th, 2023 — Improve performance in Laravel by configuring read/write database connections. Also, discover the benefits of a separate replicated database for reporting.

Laravel Quick Tips: Simplify Your Eloquent Queries

September 29th, 2023 — Simplify Laravel Eloquent queries with these quick tips: use query() method and when() method for conditional queries.

Installing Homebrew and Using OpenConnect on Mac with shell to Manage VPN

August 29th, 2023 — Learn how to install brew and use OpenConnect on your Mac to manage VPN connections with a simple command. Stay secure and connected.

Running npm run dev Outside Laravel Homestead for Efficient Hot Reload with Vue.js

July 31st, 2023 — Boost your Vue.js development with faster hot reloads! Run npm run dev from your machine instead of Laravel Homestead for optimum performance.

How to Setup Fontawesome Library with Laravel 10, Inertia, and Vue 3

June 22nd, 2023 — Add stunning Fontawesome icons to your web applications in Laravel 10 with the help of Inertia and Vue 3 for an enhanced user interface.

← Previous Next →