Logo
Login
Tech Posts 31382
100daysofcode 100daysofdevops 100pay 10mistakes 10yearworkanniversary 11 11labs 11tly 11ty 127001

Dev Blog A constructive and inclusive blog for software developers. With you every step of your journey.

Built with modern PHP and MySQL. Open source software that powers developer blogs and other inclusive communities.

Made with love and PHP. Dev Blog © 2024.

Exploring Laravel Collections: A Simple Guide

Laravel collections are one of the most powerful tools in the framework. They extend the Illuminate\Support\Collection class and provide a smooth interface to manipulate arrays and objects in an expre...
14.03.2025 0 Read More

Laravel Starter Kit

i wanna start my project today using laravel starter kit...
15.03.2025 0 Read More

Laravel microservices with rabbitMQ and docker.

Laravel microservices with rabbitMQ and docker.
The proposal this post is understand how you make a simple microservices architecture, without all the drama that goes with it . We start with a point booster could be using for any context. Well, le...
15.03.2025 0 Read More

Server-Side vs. Client-Side Rendering: Which One Should You Choose?

When building web applications, choosing between Server-Side Rendering (SSR) and Client-Side Rendering (CSR) is crucial for performance, SEO, and user experience. In this blog, we’ll break down both...
15.03.2025 0 Read More

Static Site Generation (SSG) vs. Incremental Static Regeneration (ISR) in Modern Web Development

When building web applications, performance and scalability are critical. Static Site Generation (SSG) and Incremental Static Regeneration (ISR) are two powerful techniques that help developers create...
15.03.2025 0 Read More

How to Fix Weak API Authentication in Laravel (With Code Examples)

How to Fix Weak API Authentication in Laravel (With Code Examples)
🔥 Weak API Authentication in Laravel: Risks & Fixes In today's digital landscape, securing APIs is paramount, especially when using frameworks like Laravel. Weak API authentication can...
16.03.2025 0 Read More

Arborescence d’un projet PHP Symfony

Le dossier src d’un projet Symfony contient vos classes métiers et compose le coeur de votre application.Les Best Practices de Symfony préconise une structure de base avec ce dossier src/ et quelq...
16.03.2025 0 Read More

File Architect — Create file and folder structures with plain text

Hey! I've created this app to simplify the process of quickly creating file and folder structures on mac. The idea is to use a simple syntax with nesting via indentation. I built this for me, but I fe...
17.03.2025 0 Read More

A Deep Dive into Laravel: Str Helper Methods

Laravel provides the Str helper, which offers many useful functions for string manipulation. String operations are essential in Laravel applications for handling user input, formatting output, and wor...
17.03.2025 0 Read More

How to Prevent Cross-Site Script Inclusion (XSSI) in Laravel

How to Prevent Cross-Site Script Inclusion (XSSI) in Laravel
Introduction Cross-Site Script Inclusion (XSSI) is a security vulnerability that allows attackers to exploit the way browsers handle script inclusions, potentially leading to unauthorized dat...
18.03.2025 0 Read More
Loading...
#reading
Distributed Transactions: 2PC vs 3PC vs Saga
0
Mastering the cp Command in Linux
0
The Ultimate Guide to LiteLLM Callbacks: From Zero to Hero for Beginners
0
🧠 SEO + Web3: Building SEO Maximus on Polygon with $SEOM Utility & DAO Governance
0
From Easels to My Own Whiteboard: How I Built a Moodboard App to Replace Arc’s Feature
0
#popular
Top 8 Open-Source Tools for Web Application Development
0
Turn any git repo into llm readable format
0
New Release: Free Email Signature Generator
0
Understanding Event Delegation in JavaScript: From Bubbling to Data Attributes
0
AI Runner: OpenSource desktop app for AI models
0