code editor

Enabling PHP Auto Format on Zed Code Editor

Like VS Code, with plugins and formatter, such as Intelephense or Prettier, you can enable the document format on save. Same goes to Zed code editor, you can also enable auto-format for your PHP documents. Zed (next generation) code editor…

Undefined variable $component

Undefined Variable $component on Laravel Livewire

It has been twice my team encountered this bug of Undefined variable $component when developing web app using Laravel Livewire. Personally, I am a fan of Laravel Inertia (Jetstream or custom). Once in a while, they will be greeted with…

A beautiful error page on WordPress with spatie/laravel-ignition

I always wanted and admired Laravel new error page when they migrated to spatie/laravel-ignition package. Today, I decided to experiment the implementation of this package into my WordPress project which already using composer (roots/bedrock) configuration. Updated on 29 November 2024…

bun by bun.sh

How to Install Bun for global Ubuntu users, other than root

In the modern web development landscape, efficiency and performance are key. That’s where Bun (bun or bun.sh) comes in — a cutting-edge JavaScript runtime that’s been garnering attention for its speed and ease of use. If you’re considering making the…