Instructions in CLAUDE.md are suggestions & Claude Code treats them as such. Hooks are how you turn "please run the formatter" into something that actually happens every single time. Or "do not touch .env file" into an enforceable action which …
22 years after its first release, iG:Syntax Hiliter gets its biggest update ever. GeSHi is out after two decades, Prism.js is in - code highlighting now happens in the browser & the block editor is finally supported. Here's everything that …
Its been a while since I wrote anything here. Last weekend I was exploring real-time audio/video communication over WebRTC and FastAPI. Last time I used FastAPI was 3-4 years ago, when I was at Good Glamm Group where we built …
Consider this: Your web application is growing rapidly. What started as a simple caching strategy, storing a few user sessions and API responses, has evolved into a complex web of cached data. Your development team is struggling to manage cache …
Laravel is great at good many things and its inbuilt ORM & query builder makes working with multiple databases a breeze. But while working yesterday, I came across a curious issue – running artisan migrate:fresh command breaks if your tables …
A quick guide on how to set up Inertia.js & React with a Laravel module system.
There’s no such thing as truly random data as far as computers and general algorithms are concerned - they all follow a set pattern and collisions are possible.
Is using GraphQL better in a Headless WordPress world? Or should one stick to using REST APIs?
Fixing messed up data encoding and charset in a database can be a challenge. Here's how I fixed it on 100+ tables in a few minutes using a quick PHP script that I wrote.
..... a misconstrued notion and its implementation