Posts under “projects” tag

Why I wrote a strip code library

A few days ago, I released a stip-code library and two plugins (for Vite and for Webpack) that use it. Some people might wonder why someone would even want to use them. Other people might point out that there are plenty of similar solutions. Fair enough, however, I didn’t find a good one and had to write my own.
to why I wrote a strip code library and several plugins based on it »

Integration of social media share buttons into Laravel

Giving a user the possibility to quickly share your site or interesting content from it, is crucial in today’s fast-moving world. Certain social media allow the site owners/developers this to be done through the mechanism of share buttons. Let’s talk about a possible implementation of this mechanism in Laravel.
to how to integrate social media share buttons in a Laravel application »