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

3108. Minimum Cost Walk in Weighted Graph

3108. Minimum Cost Walk in Weighted Graph
3108. Minimum Cost Walk in Weighted GraphDifficulty: HardTopics: Array, Bit Manipulation, Union Find, GraphThere is an undirected weighted graph with n vertices labeled from 0 to n - 1.You are given t...
20.03.2025 0 Read More

Definitive Solution for "Unable to Locate File in Vite Manifest" in Laravel

Recently, while working on a Laravel project, I encountered an issue that took quite some effort to resolve:Despite verifying that resources/css/app.css was indeed present in the correct location, Lar...
20.03.2025 0 Read More

The Future of PHP: Trends Every Developer Should Watch

PHP has been a dominant force in web development for over two decades, powering around 77.4% of websites with a known server-side programming language. Despite being overshadowed by newer languages li...
21.03.2025 0 Read More

Writing Your Own Eloquent Builder in Laravel

Laravel's Eloquent ORM provides a powerful and intuitive interface for interacting with your database. While the built-in query builder offers extensive functionality, you may find yourself needing mo...
21.03.2025 0 Read More

Rich vs Anemic Entities in PHP with Doctrine: How to Structure Your Business Logic Right

Doctrine-Based Rich Entities in PHP: A Better Way to Model Business Logic When building complex business applications, I follow one core principle:Keep domain logic close to the domain, not s...
21.03.2025 0 Read More

2115. Find All Possible Recipes from Given Supplies

2115. Find All Possible Recipes from Given SuppliesDifficulty: MediumTopics: Array, Hash Table, String, Graph, Topological SortYou have information about n different recipes. You are given a string ar...
21.03.2025 0 Read More

HTM, CSS Form Connect With MySQL Database

HTM, CSS Form Connect With MySQL Database
Introduction Would you be able to build a web project? Want to collect data from a form and store it in a MySQL database? You’re in the right place! In this guide, I’ll walk you through c...
21.03.2025 0 Read More

Hypervel – A Laravel-Style PHP Framework for Web Artisans

Hypervel – A Laravel-Style PHP Framework for Web Artisans
Introduction Hypervel is a high-performance PHP framework inspired by Laravel, offering native coroutine support for developers building high-concurrency and I/O-intensive applications. Creat...
22.03.2025 0 Read More

How to Create Custom Helper Functions in Laravel 12

In this example, i will show How to Create Custom Helper Functions in Laravel 12 application.We know Laravel 12 also provides helper functions for arrays, URLs, routes, paths, etc. But sometimes, we m...
22.03.2025 0 Read More

Laravel Collection Count and CountBy Method Example

In this tutorial. I am going to explain you example of laravel collection count example. you will learn laravel collection countby example. This tutorial will give you simple example of count collecti...
22.03.2025 0 Read More
Loading...
#reading
Concurrency vs. Parallelism in Go: What Every Developer Should Know
0
Another Test Article: MCP Publishing System
0
Building a Bulletproof E2E Testing Strategy for User Authentication
0
Automation Pitfalls That Slow Down Your Testing Cycle
0
Strapi Email and Password Authentication with Next.js 15: Part 2
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