Logo
Login
Tech Posts 31221
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.

🚀 Laravel API Starter Kit: Build APIs Faster with Modern Tools

🚀 Laravel API Starter Kit: Build APIs Faster with Modern Tools
Building robust APIs with Laravel just got easier. Introducing the Laravel API Starter Kit—a modern, Dockerized foundation designed to accelerate your backend development. Idea Bri...
30.04.2025 0 Read More

A Handy Way to Handle API Validation in Laravel

We all want our code to be clean, maintainable, and high-quality. As someone who really values good architecture, I want to share an idea on how to avoid creating tons of repetitive Form Request class...
30.04.2025 0 Read More

Build a Safe and Simple Login System Using PHP and MySQL – A Complete Step-by-Step Tutorial "

Build a Safe and Simple Login System Using PHP and MySQL – A Complete Step-by-Step Tutorial "
💻Introduction Secure user authentication is a must-have for any modern web app.In this guide, you’ll learn how to build a simple yet secure PHP login system using MySQL—covering databa...
30.04.2025 0 Read More

1295. Find Numbers with Even Number of Digits

1295. Find Numbers with Even Number of DigitsDifficulty: EasyTopics: Array, MathGiven an array nums of integers, return how many of them contain an even number of digits.Example 1: Input: nums = [12,...
30.04.2025 0 Read More

📚 Meet denason/wikipedia – A Laravel package to talk to Wikipedia like a pro

📚 Meet denason/wikipedia – A Laravel package to talk to Wikipedia like a pro
⛶# 📚 Meet `denason/wikipedia` – A Laravel package to talk to Wikipedia like a pro Hey devs! 👋 Ever wanted to pull some info from Wikipedia into your Laravel app without fighting...
30.04.2025 0 Read More

Action-Domain-Responder VS. MVC: Laravel Implementation Example

Action-Domain-Responder VS. MVC: Laravel Implementation Example
Basically, Action-Domain-Responder (ADR) is simply an improved version of the classic Model-View-Controller (MVC) pattern, nothing more.Here are the main advantages of ADR compared to MVC:1. Better Do...
30.04.2025 0 Read More

PHP em 2025: Por Que Ele Ainda Reina na Web?

...
01.05.2025 0 Read More

# When Laravel Feels Too Heavy: Why Velto Was Created?

# When Laravel Feels Too Heavy: Why Velto Was Created?
In recent years, Laravel has established itself as one of the most dominant PHP frameworks in the industry. It's elegant, expressive, and equipped with a vast ecosystem of tools — from ORM, routing,...
01.05.2025 0 Read More

Improving Query Performance: Organized WHERE Clauses and Eager Loading 👨‍🔬

Improving Query Performance: Organized WHERE Clauses and Eager Loading 👨‍🔬
Let's illustrate the importance of properly ordering conditions in the WHERE clause.❌ Unorganized Search Query:In this version, the query logic lacks parentheses to group the conditions properly. As...
01.05.2025 0 Read More

2071. Maximum Number of Tasks You Can Assign

2071. Maximum Number of Tasks You Can AssignDifficulty: HardTopics: Array, Binary Search, Greedy, Queue, Sorting, Monotonic QueueYou have n tasks and m workers. Each task has a strength requirement st...
01.05.2025 0 Read More
Loading...
#reading
Cybersecurity – Protect What Matters Most
0
How Closed-Loop Payments Can Boost Customer Loyalty for Restaurants
0
Python 101 For Data Engineering
0
Securing AI with DeepTeam — LLM red teaming framework
0
Centering top-level dialog windows in Compose Multiplatform
0
#popular
Mastering OpenAI’s new Agents SDK & Responses API [Part 1]
0
What is Model Context Protocol (MCP): Explained in detail
0
Beginner's Guide to the Model Context Protocol (MCP)
0
A Step-by-Step Guide to Install DeepSeek-V3-0324 Locally
0
How to Run DeepSeek Locally Using Ollama
0