Browsing Tag
laravel
59 posts
A Simpler Way to Find & Fix Slow MySQL Queries for Developers
I’ve worked with developers who manage growing applications and frequently run into MySQL performance issues. As traffic increases,…
Creating a Microservice Architecture with Laravel APIs
In recent years, microservice architecture has gained immense popularity due to its ability to break down monolithic applications…
Fix OAuth Misconfigurations in Laravel: Best Practices
Introduction to OAuth Misconfigurations in Laravel OAuth is a popular authorization framework used by many web applications, including…
JSON Web Tokens (JWT) in Web Development
Introduction JSON Web Tokens (JWT) are a compact, URL-safe means of representing claims between two parties. They are…
Fix Insufficient TLS in Laravel: Guide with Free Security Tools
Fixing Insufficient Transport Layer Security (TLS) in Laravel Transport Layer Security (TLS) ensures that data exchanged between a…
10 Tips to Optimize Your Laravel Application Performance
Performance is crucial to providing a seamless user experience when building Laravel applications. In this post, I’ll share…
Test Driven Development in Laravel – Folder Structure & Setup (1)
Folder structure In this article, we will explore how to organize tests effectively, using the example of a…
Laravel Envoy – Automate the boring stuff
Laravel Envoy is a tool for executing common tasks you run on your remote servers. I believe Envoy…
“PHP is dead⚰️” .. what’s next? Is Laravel worth it? 😎
What is this article about? It’s been 4 years from my last article! Glad to be back! So……
Day 6: Building APIs with Laravel Sanctum
APIs are the backbone of modern applications, enabling seamless communication between different platforms. Laravel Sanctum provides a lightweight…