Advanced Markdown using Extensions in Laravel

— Markdown has become a widely adopted standard for formatting text on the web due to its simplicity and readability. It allows users to write using an easy-to-read, easy-to-write plain text format, which is then converted to structurally valid HTML.

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.