Tagged articles
12 articles
Page 1 of 1
IT Services Circle
IT Services Circle
Feb 21, 2026 · Databases

10 MySQL Advanced Techniques to Supercharge Performance

This article presents ten practical MySQL advanced tricks—including execution‑plan analysis, sophisticated indexing, window functions, CTEs, JSON handling, partitioning, join optimizations, user variables, online DDL, and generated columns—to help developers tackle high‑concurrency, large‑scale workloads and dramatically boost database performance.

Advanced TechniquesDatabase Optimizationmysql
0 likes · 17 min read
10 MySQL Advanced Techniques to Supercharge Performance
Model Perspective
Model Perspective
Aug 31, 2025 · Fundamentals

Advanced Python Tricks: List Comprehensions, Async IO, Decorators & More

This article presents a comprehensive guide to advanced Python techniques, covering sophisticated syntax, powerful data structures, functional programming, concurrency with threading and asyncio, performance optimization using NumPy, Cython, Numba, and practical debugging and visualization tools, illustrated with clear code examples.

Advanced TechniquesData StructuresPerformance Optimization
0 likes · 11 min read
Advanced Python Tricks: List Comprehensions, Async IO, Decorators & More
php Courses
php Courses
Jul 7, 2025 · Backend Development

7 Advanced PHP Array Techniques Every Developer Should Master

This article presents seven professional PHP array tricks—including destructuring, spread operator merging, column extraction, advanced filtering, reduction, key existence checks, and batch mapping—to boost coding efficiency, readability, and modern backend development practices.

Advanced TechniquesArraysCode Optimization
0 likes · 6 min read
7 Advanced PHP Array Techniques Every Developer Should Master
Test Development Learning Exchange
Test Development Learning Exchange
Oct 26, 2024 · Fundamentals

Master 24 Essential Python Tricks to Write Cleaner, Faster Code

This comprehensive guide walks you through 24 powerful Python techniques—from list, dictionary, and set comprehensions to advanced modules like itertools, functools, and asyncio—showing concise syntax, practical examples, and best practices that help you write more efficient, readable, and maintainable code.

Advanced TechniquesComprehensionsModules
0 likes · 14 min read
Master 24 Essential Python Tricks to Write Cleaner, Faster Code
Python Programming Learning Circle
Python Programming Learning Circle
Sep 9, 2024 · Fundamentals

Advanced Python Techniques: Data Structures, Decorators, Metaprogramming, Concurrency, and Performance Optimization

This article introduces experienced Python developers to advanced techniques and best practices, covering high‑level data structures from the collections module, custom data structures, decorators and context managers, metaclasses, dynamic class creation, concurrent and asynchronous programming, performance tuning, memory management, coding standards, and testing strategies.

Advanced Techniquesconcurrencyperformance
0 likes · 10 min read
Advanced Python Techniques: Data Structures, Decorators, Metaprogramming, Concurrency, and Performance Optimization
Test Development Learning Exchange
Test Development Learning Exchange
Jul 10, 2024 · Fundamentals

Advanced Usage of Python Pillow Library for Image Processing

This article introduces advanced techniques using Python's Pillow library, covering filters, image blending, word cloud generation, dynamic resizing, border addition, GIF creation, slicing, flipping, color space conversion, and batch processing, with complete code examples to enhance image manipulation capabilities.

Advanced Techniquescode-examplesimage-processing
0 likes · 6 min read
Advanced Usage of Python Pillow Library for Image Processing
21CTO
21CTO
May 28, 2024 · Frontend Development

Unlock Cutting-Edge JavaScript: Monads, Declarative Code, Caching & More

This article explores five advanced JavaScript techniques—Monads, declarative programming, server‑side caching, immutability, and pattern matching—explaining their concepts, benefits, and providing practical code examples to help senior developers build more robust, high‑performance web applications.

Advanced TechniquesJavaScriptMonads
0 likes · 10 min read
Unlock Cutting-Edge JavaScript: Monads, Declarative Code, Caching & More
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Dec 19, 2023 · Frontend Development

7 Advanced JavaScript async/await Techniques

This article explains seven advanced JavaScript async/await patterns—including higher‑order functions, concurrency control, recursive processing, asynchronous class initialization, method chaining, event‑loop integration, and streamlined error handling—to help developers write clearer, more maintainable asynchronous code.

Advanced TechniquesError HandlingJavaScript
0 likes · 15 min read
7 Advanced JavaScript async/await Techniques
php Courses
php Courses
Sep 15, 2023 · Backend Development

Advanced PHP Techniques: Closures, Generators, and Reflection

This article introduces three advanced PHP features—Closures, Generators, and Reflection—explaining their concepts, advantages, and providing detailed code examples that demonstrate how closures enable access to outer scope variables, generators reduce memory usage by yielding data lazily, and reflection allows runtime inspection and modification of classes and methods.

Advanced TechniquesBackendGenerators
0 likes · 5 min read
Advanced PHP Techniques: Closures, Generators, and Reflection
Liangxu Linux
Liangxu Linux
Jul 30, 2023 · Fundamentals

5 Little‑Known C Tricks That Can Boost Your Code

This article explores five obscure yet useful C language features—enum bit‑fields, label‑and‑goto error handling, varargs functions, unconventional union usage, and conditional compilation—providing clear explanations and code examples to help programmers write more flexible and efficient code.

Advanced TechniquesCEnum Bitfields
0 likes · 5 min read
5 Little‑Known C Tricks That Can Boost Your Code
Python Crawling & Data Mining
Python Crawling & Data Mining
May 14, 2022 · Fundamentals

Unlock Python’s Hidden Powers: Advanced Indexing, Comprehensions, and NumPy Tricks

Discover essential Python techniques—from powerful list indexing and slicing, string alignment methods, and list/dict comprehensions to handling variable arguments and performing efficient linear algebra with NumPy—illustrated with clear code examples that boost readability and performance for developers.

Advanced TechniquesComprehensionsindexing
0 likes · 7 min read
Unlock Python’s Hidden Powers: Advanced Indexing, Comprehensions, and NumPy Tricks
MaGe Linux Operations
MaGe Linux Operations
Dec 1, 2017 · Fundamentals

Unlocking Python’s re Module: Hidden Gems and Advanced Techniques

This article explores the stability, design quirks, and advanced features of Python’s re library—including iterative matching, the undocumented scanner, and strategies for negative matching—showcasing why it remains a cornerstone of the language despite its age.

Advanced TechniquesPythonStandard Library
0 likes · 11 min read
Unlocking Python’s re Module: Hidden Gems and Advanced Techniques