Claude and Independently Verifiable Steps
How I improved my prompting and upgraded ~7 years of frontend dependencies of this blog using Claude
How I improved my prompting and upgraded ~7 years of frontend dependencies of this blog using Claude
Small writeup on how to do basic RAG using Elasticsearch
Updating ES aliases is atomic within a request, but when sending multiple alias changes at the same time, the actual changes are applied with some sort of internal queue.
My Spotify collage generator side project that I released in June 2018 suddenly started getting a lot of traction at the end of January 2019. Why?
Practical example on how to use Laravel's IoC container to mock external API call in our unit tests. This post shows how to set up our classes for easy testability and then mock then in our unit tests.
Google Stadia is Google's bet on cloud gaming, allowing you to play games in up to 4k on just about any device. Exciting! But will it work?
Laravel resources are a great way to transform your database models into an API response. But they can be tricky when all you need is for the resource to return a recursively serialized array which wouldn't be returned directly in a http response
How to deal with an inherited Laravel project that has numerous n + 1 query problems spread throughout it.
TypeScript's rise in the JavaScript world is undeniable. I've been dabbling in it for the past year and recently rewrote my blog using TS. Here are some thoughts
Popularity comparison of the big 3 productivity-focused MV* backend frameworks. PHP's Laravel, Python's Django and Ruby's Ruby on Rails.