Many of us are used to write conditional Eloquent queries with “if-else”. What if I told you there’s a (much)…
Development
If you are a junior Laravel developer and want to practice your skills, you can create a demo project, put…
API-based projects are more and more popular, and they are pretty easy to create in Laravel. But one topic is…
This is a demo Laravel project aimed at junior developers to practice their skills. This article contains both the task…
Quick tip of the day. Default Laravel Auth comes with User table and model, but without logging capability, so we…
Laravel comes with out-of-the-box authorization mechanism which is incredibly easy to use. But it depends on several pre-defined things, one…
One of the less-known Laravel features is Login throttling. By default, if user tries to log in via default Laravel…
Some time ago I posted a tweet that went viral: it was my vision of how typical Laravel SaaS could…
Have you ever used an external API and specified its version? For example, have you noticed the “/v1/” in the…
If you’re building a Laravel project with both Web and API sides, you need to customize error messages for each…
When it comes to the performance of the Laravel application, by far the no.1 problem I’ve seen is the database.…
When working with large datasets that are complex to get or rarely change, we can use caching to reduce the…
Behind every security alert is a bigger story. Sometimes it’s a system being tested. Sometimes it’s trust being lost in…
Cybersecurity researchers are warning of a new phishing campaign that’s targeting users in Taiwan with malware families such as HoldingHands…
In episode 55 of The AI Fix, Gemini thinks a little meth won’t hurt, Mark realises what a terrifying 45mph…
Cybersecurity researchers have disclosed a now-patched security flaw in LangChain’s LangSmith platform that could be exploited to capture sensitive data,…
Organizations manage extensive structured data in databases and data warehouses. Large language models (LLMs) have transformed natural language processing (NLP),…
This post is cowritten with Renyu Chen and Dev Tagare from Robinhood. Robinhood has been a pioneer and disruptor in…
This post is co-written with Vicky Andonova and Jonathan Karon from Anomalo. Generative AI has rapidly evolved from a novelty…
The Challenge of Fine-Tuning Large Transformer Models Self-attention enables transformer models to capture long-range dependencies in text, which is crucial…