spekulatius.hashnode.devNote for myself: How to get the width and height of the current window?Again, open the browser console quickly to figure something out. This time, I need the width and height of the current window for clublink.to: These words keep going through my mind (it goes through any developer's mind actually):: This shouldn't ta...Feb 15, 2021·2 min read
spekulatius.hashnode.devHow to Use Cookies With AlpineJSInspired by TailwindUI's references. I've started looking into AlpineJS and found it really neat: It's minimalistic, comes without any preparation steps and, similar to TailwindCSS, just gets added to your HTML. I've made the call to use it for the w...Feb 3, 2021·4 min read
spekulatius.hashnode.devPersonal Discovery Journey Into Code-World: FaaSD and OpenFaaSRegularly, I discover myself thinking "wow, that's so simple I can build this in a weekend". My rational brain kicks in at some point: "Waaaaiiit a second, if it's so simple, why am I not seeing this done a million times?". Here I usually start bette...Jan 13, 2021·11 min read
spekulatius.hashnode.devThank me later: How to install PHP ext-intl in docker on Alpine LinuxI've just spent two hours talking to the duck. I hope this post will avoid the same for you. This is how I got the intl extension installed in docker on Alpine Linux: RUN set -xe \ && apk add --update \ icu \ && apk add --no-cache --v...Dec 3, 2020·2 min read
spekulatius.hashnode.devCommon Issues using Laravel Websockets with beyondcode/laravel-websocketsWebsockets are powerful and give your site or project really dynamic. You can directly influence the visible frontend for a particular user from the backend. Magic ✨️ Yet, they can be a pain setting up. Especially, if you are opting to go with native...Oct 24, 2020·4 min read