Finding cool Laravel developers using Laradir

— When you’re working with a certain technology stack, you often find yourself looking for developers who are using the same tools and frameworks. The like-minded developers can help you find the best solutions and improve your skills.

Twitching Text

— I recently stumbled upon this sleek portfolio website of Maxime Heckel. It’s clean and minimalistic and there are a lot of small details and micro-interactions that make it stand out.

Strict vs Weak types in SQLite

— When you create a table in SQLite, by default it’s loosely typed contrary to traditional databases like PostgreSQL or MySQL. Now, allow me to explain what that means.

Three ways to impersonate a user in Laravel

— There comes a time when you want to log in or authenticate a user in your application manually. For instance, you have a functionality where admins can mimic a user to perform certain actions. Or you may just want to impersonate a user for testing purposes.