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 in 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 site owners/developers to do this via the share buttons mechanism. Let’s talk about a possible implementation of this mechanism in a Laravel application.
to how to integrate social media share buttons in a Laravel 10 and higher »