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.
Let's dig into Laravel's dependency injection, the Service Container, and related concepts. Dependency Injection (DI) At its core, dependency injection is a technique whereby…
Read postSOLID is an acronym representing a set of five design principles to make software design more understandable, flexible, and maintainable. These principles were introduced…
Read postConstructor Property Promotion is a feature that was introduced in PHP 8.0 to reduce the amount of boilerplate code needed when defining class properties…
Read postHere's a random list of things I have done to find freelance jobs. The list includes things that I haven't done yet but plan…
Read postIn Laravel applications using the laravel/ui package for authentication, the feature for verifying an email address after registration is built-in but is not enforced…
Read postYou can modify the registration process in a Laravel application that uses laravel/ui (link) to generate a random password and send it via email…
Read postHere's a practical method to extract data from a remote MySQL database and save it in CSV format on our local machine, all with…
Read postLaravel offers a robust queue management system that's essential for handling background tasks in applications. Three key settings, namely retry_after, timeout, and backoff, play…
Read postI operate a website with distinct content versions tailored for users in the US, UK, AU, and other countries. While these versions are largely…
Read postAt its core, the "Too Many Redirects" error happens when a web page continually redirects between different URLs, forming an infinite loop. Now, in…
Read post