List image of the post Using Laravel's Markdown parser for a blog - and adding lazy images Read more
Written 3 years ago
7 min read

Using Laravel's Markdown parser for a blog - and adding lazy images

I found out Laravel 6.x already ships with a pretty powerful package for parsing Markdown, and it can be extended and customized.

After a few headaches I was able to configure it to my liking for this blog, and even create an extension that adds lazy images.

Read more
List image of the post BEM by Example – Part 2, the header Read more
Written 4 years ago
12 min read

BEM by Example – Part 2, the header

This is the second part of my BEM by Example series.

In this post we will setup the project and then (finally) implement the header of the Design.

Read more
List image of the post CSS Structure with BEM in a real-world Example Read more
Written 4 years ago
8 min read

CSS Structure with BEM in a real-world Example

This little series is about writing better CSS by making use of BEM!

I currently find BEM immensely helpful but I did not find examples using it in a real-world scenario.

Read more