Hi! I'm Joan Morell

I'm a full-stack developer and entrepreneur who wants to share its thoughts and experiences here.

My main stack at the moment is Laravel for backend and APIs, VueJS as javascript framework, and TailwindCSS for CSS styles.

Latest Posts

7 December, 2020

How does a Dependency Injection Container work in PHP

One of PHP's most important features is its ability to autoload classes, and with that comes the Dependency Injection Containers. Let's see how a DI Container works.

19 November, 2020

You can include html in a markdown file

I write all my posts in markdown. I love it, and since I use TailwindCSS and I don't want to add classes to all the h1, h2, p and so, I use it's Typography Plugin, which adds some styles for me.

In addition to headers, paragraphs, emphasis, and all the writing stuff, already covered in markdown and the typography plugin, some times we need additional structures in our posts. For example, what if we want to add code? Well, that is already well covered with the code syntax, with the plugin that adds syntax highlighting, but when it comes to something else, well, we have at least two options: