Latest Laravel/PHP Articles

Latest Laravel/PHP Articles curated daily from around the web.


We use cookies for commenting and analytics. Share on Facebook, Linkedin, TwitterWhen we are working with users or posts, one of the features that we often need...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
If you've ever worked with the Rust language, you've likely run into Option. There is no concept of null or nil in Rust, nor is there any concept of optional pa...
Posted on Sep21st2021 by Matthias Noback I've mentioned this several times without explaining: the rule that every class should have a test, or that every class...
Over my past couple of full time gigs - and in side projects - I've had cause to work with fixture data in my test suites. Fixtures are incredibly useful when y...
If you are responsible for the development of a software product you probably know that in one way or another if you can’t scale your application, if the softwa...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
Hi, I’m Valerio, software engineer and CTO at Inspector. Whether you’ve looked at async/await and promises in javascript before, but haven’t quite mastered them...
Last Sunday, DAZN (one of the most known streaming platforms in Europe) crashed and subscribers were unable to regularly watch the portal’s flagship product: FO...
Our credit card was attached to this account so we had to warn the bank to block it. Fortunately, there were no consequences, neither for our bank account, nor...
Every case is different, and all of these factors should be considered carefully before making a decision. There are situations where building a solution makes...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
It can completely change the way you design and develop your application solving critical architectural bottlenecks, allowing you to build large systems built a...
In this article I talk about the Repository Pattern and how we implemented it in our application to solve a scalability problem. The Repository Pattern is one o...
The idea behind Inspector is to create a monitoring environment specifically designed for software developers avoiding any server or infrastructure configuratio...
In this article I’ll talk about what I learned trying to increase the operational limits of the Inspector SQL database. When we write a piece of code w...