Manage Laravel translations with Google Spreadsheets
- 2 Min. Read.
Learn how to manage your Laravel translations into Google Spreadsheets.
Learn how to manage your Laravel translations into Google Spreadsheets.
When developing a web app in InertiaJS I encountered an NS_ERROR_ILLEGAL_VALUE error in the console of Firefox. This issue had me baffled, as it didn’t occur in other browsers.I dug into the source code of Inertia to find exactly which method had been throwing this exception, and found out that the culprit was the hard limit of 640k […]
A client of ours required an interactive canvas with the ability to clip uploaded images into rectangles. Find out our learnings and open-source code.
When developing a widget for SiteOrigin’s Page Builder I stumbled upon the well-known Wordpress white screen of death, although error reporting was on & WP_DEBUG was set to true.
Sometimes using a built-in hittest functionality isn’t sufficient for checking if 2 objects collide. In these cases the distance formula will come in handy.
Recent topics