Operation Talk(no)More: Six Months of Data thievery and Zero Results
I registered a domain from a CRM API example, built a Windows 95-themed logger, and waited six months for a security discovery that never came. A joke without a punchline.
Guides on how to do stuff, SEO Spam, and other marvelous works, written by yours truly.
I registered a domain from a CRM API example, built a Windows 95-themed logger, and waited six months for a security discovery that never came. A joke without a punchline.
How to fix the frustrating 'Argument #2 ($request) must be of type Illuminate\Http\Request, null given' error in Laravel applications that breaks all Artisan commands.
If your CleanShot X Raycast extension suddenly stops working—like the ‘Capture Area’ shortcut doing nothing—it might be due to a disabled API setting. Here’s a quick fix to get it working again.
Quick guide on how to override the default Laravel Cashier models and migrations, when you already have a Subscription or Customer model/table in your application.
A practical guide showing how to create an overlay with a transparent cutout in Flutter that positions itself relative to any widget. Using CustomPainter and OverlayEntry, we'll implement smart positioning and smooth transitions, demonstrated with a real calendar widget example.
A rundown of everything I launched or tinkered with in 2024, spanning from music tech to AI-infused utilities.
When migrating away from Laravel Vapor while still using direct-to-S3 uploads with the `laravel-vapor` npm package, you might encounter issues with file uploads failing. This article explains how to fix this issue.
Its because of the session data being stored in cookies. Change your session driver to use `dynamodb`, `redis` or `database` to fix it.xz
Filament's Table builder allows you to group your table rows by date out of the box, but what if you need to group by "month and year"?
A guide on how to build a god damned custom map marker without going insane in Flutter using Google Maps.
This guide provides a detailed walkthrough of implementing Sign-in with Apple on Flutter for both iOS, Android, and the web, using a Laravel backend to handle the authentication process.
(Updated for Prettier V3) Guide on setting up "prettier-plugin-blade", Finally, a Blade formatter that works well!
Learn how to automate the process of creating Minio buckets using Laravel Sail.
I am building a Laravel Package that abstracts AI into neat puzzle pieces so you can easily use it in your application
Let us devise a prompt that will enable us to efficiently extract structured recipe data as JSON from plain text.
Creating an Extension to add features you need to your OpenAPI spec when using the Laravel OpenAPI Specficiation Generator package Scramble
Not your run-of-the-mill listicle (autocomplete wanted to turn that word into "testicle" – hmm...). You know, actually, this is your regular run-of-the-mill listicle. You may ignore this with no consequences to your life going forward.
Learn how to modify input fields with Filament render hooks to support relative links in RichEditor fields.
Learn how to perform SSL unpinning with Frida on Android using Rema 1000's "Æ" app as an example.
How to harnes the power of AI Text generation in the Filament admin panel
Since Laravel Vapor puts your assets in S3, You have to do some workarounds to PWAs work properly, this article guides you through those.
List of "awesome" laravel packages that I often use in real world projects and why.