Latest Updates

Documenting code, one commit at a time.

Ensuring Avatar Consistency: Syncing Local Assets in Laravel User Profiles

Have you ever meticulously migrated a crucial data point, only to find parts of your application stubbornly clinging to outdated references? This was precisely the challenge we faced with user avatars in the devlog-ist/landing project, which manages user profiles for job and mentorship boards.

The Unseen 404: A Tale of Two URLs

Our landing project recently upgraded its avatar storage,

Read more