Tag

Queues

0 views collected around this technical thread.

php中文网 Courses
php中文网 Courses
May 11, 2024 · Backend Development

Leveraging Laravel Queues for High‑Performance Backend Applications

In today's digital era, Laravel queues enable backend applications to offload time‑consuming tasks, improve performance, enhance scalability, and deliver a smooth, responsive user experience, making them an essential tool for modern web development.

LaravelQueuesbackend
0 likes · 7 min read
Leveraging Laravel Queues for High‑Performance Backend Applications
php中文网 Courses
php中文网 Courses
Feb 2, 2024 · Backend Development

Comprehensive Laravel Guide: Best Practices, Controllers, Eloquent ORM, Queues, Security, and Performance Optimization

This guide provides a thorough overview of Laravel development, covering MVC fundamentals, proper use of controllers, services, repositories, request validation, traits, Eloquent ORM operations, queue handling for emails, security measures, CSRF protection, performance tuning, and recommended learning resources, all illustrated with practical code examples.

EloquentLaravelPHP
0 likes · 16 min read
Comprehensive Laravel Guide: Best Practices, Controllers, Eloquent ORM, Queues, Security, and Performance Optimization
Model Perspective
Model Perspective
Jan 14, 2023 · Fundamentals

Python Data Structures: Strings, Lists, Tuples, Dicts, Sets, Stacks & Queues

This article introduces essential Python data structures—including strings, lists, tuples, dictionaries, sets, as well as stack and queue implementations—explaining their characteristics, usage, and providing clear code examples to illustrate creation, indexing, slicing, and common operations.

AlgorithmsData StructuresLists
0 likes · 9 min read
Python Data Structures: Strings, Lists, Tuples, Dicts, Sets, Stacks & Queues
Selected Java Interview Questions
Selected Java Interview Questions
Jan 29, 2021 · Databases

Redis Basics: In-Memory Database Concepts, Data Structures, and Common Use Cases

This article introduces Redis as an in‑memory key‑value database, explains its five core data structures, and outlines typical scenarios such as caching hot data, counters, queues, bit‑maps for massive datasets, latest‑list feeds, and leaderboards, providing practical guidance for developers.

BitmapsData StructuresIn-Memory Database
0 likes · 8 min read
Redis Basics: In-Memory Database Concepts, Data Structures, and Common Use Cases
Qunar Tech Salon
Qunar Tech Salon
Nov 24, 2016 · Backend Development

Practical Application Scenarios of Queues in System Design

This article explains how queues—such as message queues, task queues, and data‑bus queues—are applied in backend systems for asynchronous processing, system decoupling, data synchronization, traffic shaping, buffering, and other architectural patterns to improve scalability and reliability.

Data SynchronizationMessage QueueQueues
0 likes · 10 min read
Practical Application Scenarios of Queues in System Design