I Tried to Make AI Writing Sound Human by Banning AI Words Through logit_bias
I tried to make AI writing sound more human with logit_bias, an API setting that changes how likely a model is to select specific…
Read postBlog
Laravel, AI-assisted development, SaaS, SEO, tooling, and the parts that only show up once software is used by real people. Mostly technical, but not trapped in one narrow lane.
Continue browsing the archive.
In Bootstrap 5, there's a change in how data attributes are named. Example: In Bootstrap 4 and earlier, to activate a modal, you'd use:…
Read postGoogle, a name synonymous with "searching on the internet". Their mission? To organize the world's information. But something's changed. Here's the situation: RankBrain and…
Read postConsider this analogy: If a history book written in 2000 is to remain relevant in 2023, it either needs new chapters added or a…
Read postGoogle's initial goal was simple: "to organize the world's information and make it universally accessible and useful." But the landscape of search has changed…
Read postLaravel encrypts and signs all cookies automatically, to prevent the client from modifying them. Laravel's encryption is done via the OpenSSL library with AES-256…
Read postLet's dive into the details: 1. Authentication vs. Authorization Authentication is the process of identifying who a user is, while Authorization is the process…
Read postBoth Laravel Breeze and Laravel Jetstream are officially maintained packages by Laravel for scaffolding out authentication systems. While they might seem similar at a…
Read postWhen you start a project with Laravel Breeze you require it as a dev dependency like this: composer require laravel/breeze --dev But when you…
Read postIn new Laravel applications, the $routeMiddleware property of the App\Http\Kernel class has been renamed to $middlewareAliases to better reflect its purpose. Here's how you…
Read postGet Your Environment Ready Open your Windows Terminal. Start a new session with your WSL2 Linux system. Choose an Application Name Select a name…
Read postFeature branches act as a container for new functionality you're adding or changes you're making to a project while keeping your main branch untouched.…
Read postIf you're looking to have the "Remember me" functionality active by default in the login and registration process, in Laravel, this is handled through…
Read post