PHP
Building Oh Dear’s new design: Project setup
We are currently rebuilding the Oh Dear website and application frontend. In this post, you’ll read more about the project setup and tools used. Read more
We are currently rebuilding the Oh Dear website and application frontend. In this post, you’ll read more about the project setup and tools used. Read more
DRY up code by deferring specifics to a callback. Read more
[AdSense-A]
Passing booleans to a method can be code smell, as it is not clear what a boolean does by reading the calling code.
Unlike traditional Long-polling using AJAX requests, where multiple requests are sent to the server and a new connection is established each time, event streams are sent to the client in real-time in a single request. Read more…
Rohan Deshmukh on the value of avoiding SaaS products and self-host instead. Read more
Andrew Schmelyun built a very cool side project. I don’t dare to introduce this at Spatie. Read more
Andraes Möller blogged a few interesting strategies to name the constructors of your PHP objects. Read more
While Amazon S3 is awesome for storage, It also has a feature called S3 Select. With S3 Select, You can use a simple SQL query to filter the content of the stored objects. and retrieve Read more…
In this post, we’ll learn the way to convert Word to PDF In Laravel. Sometimes we’d like to implement this feature in web applications. In that, he will upload a word file, and we will convert that word file Read more…