Tagged articles
36 articles
Page 1 of 1
php Courses
php Courses
Sep 22, 2025 · Backend Development

Master PHP 8.3 Functions: Parameters, Return Types, and Scope Explained

This article explores PHP 8.3 functions in depth, covering their basic structure, parameter passing (including type declarations, default values, variadic and named arguments), return value handling, variable scope rules, and the newest language improvements such as stricter type checking and readonly properties.

PHPPHP 8.3Return Types
0 likes · 8 min read
Master PHP 8.3 Functions: Parameters, Return Types, and Scope Explained
IT Xianyu
IT Xianyu
Jun 19, 2025 · Databases

Master MySQL Stored Procedure Parameters: IN, OUT, INOUT Explained with Real Examples

This tutorial explains why stored procedure parameters are essential, details the differences between IN, OUT, and INOUT parameters, and provides step‑by‑step MySQL examples—including environment setup, code snippets, execution results, common FAQs, and an advanced age‑checking exercise—to help developers write flexible, reusable procedures.

IN OUT INOUTSQLStored Procedure
0 likes · 10 min read
Master MySQL Stored Procedure Parameters: IN, OUT, INOUT Explained with Real Examples
Test Development Learning Exchange
Test Development Learning Exchange
May 25, 2025 · Fundamentals

Master Python Functions: Syntax, Parameters, Defaults, and Advanced Tricks

This guide explains how to define Python functions, the role of return statements, differences between positional and keyword arguments, default‑parameter pitfalls, *args/**kwargs usage, argument unpacking, reference passing semantics, positional‑only/keyword‑only parameters, and anonymous lambda functions, all with clear code examples.

LambdaPythonargs-kwargs
0 likes · 6 min read
Master Python Functions: Syntax, Parameters, Defaults, and Advanced Tricks
Linux Ops Smart Journey
Linux Ops Smart Journey
May 21, 2025 · Operations

Master Jenkins Pipeline Variables: Build Flexible, Maintainable CI/CD Scripts

This guide explores how to define, assign, and scope variables in Jenkins Pipelines—including environment, params, and direct assignments—through clear explanations, practical code snippets, and a real-world Kubernetes multi-container project, showing how parameterized builds transform static scripts into flexible, maintainable CI/CD workflows.

DevOpsJenkinsPipeline
0 likes · 6 min read
Master Jenkins Pipeline Variables: Build Flexible, Maintainable CI/CD Scripts
Full-Stack Internet Architecture
Full-Stack Internet Architecture
Apr 29, 2025 · Databases

Essential Redis Cluster Configuration Parameters: Required and Optional Settings

This article explains the key Redis cluster configuration options found in redis.conf, detailing required settings such as cluster-enabled, cluster-config-file, and cluster-node-timeout, as well as optional parameters like cluster-slave-validity-factor, migration barrier, full coverage requirement, and read‑when‑down behavior.

Clusterdatabaseparameters
0 likes · 5 min read
Essential Redis Cluster Configuration Parameters: Required and Optional Settings
php Courses
php Courses
Mar 21, 2025 · Fundamentals

Understanding Python Functions: Definition, Syntax, and Usage

This article explains what Python functions are, how to define them with the def keyword, demonstrates calling functions, returning values, and covers various parameter types with clear code examples to help readers write clean and reusable code.

PythonReturn valuesfunctions
0 likes · 5 min read
Understanding Python Functions: Definition, Syntax, and Usage
Test Development Learning Exchange
Test Development Learning Exchange
Oct 5, 2024 · Fundamentals

In-Depth Guide to Python Functions

This article provides a comprehensive overview of Python functions, covering definition syntax, various parameter types—including positional, keyword, default, and variable arguments—return values, scope of local and global variables, lambda expressions, docstrings, and function annotations, all illustrated with clear code examples.

Return valuescodeparameters
0 likes · 8 min read
In-Depth Guide to Python Functions
ITPUB
ITPUB
Sep 8, 2024 · Databases

What’s New in MySQL 8.4? Key Changes, Compatibility, and Upgrade Guide

MySQL 8.4 becomes the new LTS release, offering detailed upgrade‑downgrade compatibility tables, dozens of InnoDB and temporary‑table parameter defaults, MGR and replication enhancements, new commands, and a list of deprecated features to help DBAs plan migrations efficiently.

8.4InnoDBMGR
0 likes · 11 min read
What’s New in MySQL 8.4? Key Changes, Compatibility, and Upgrade Guide
Big Data Technology Architecture
Big Data Technology Architecture
May 22, 2020 · Databases

HBase Compaction Types and Parameter Tuning Guide

This article explains how HBase uses WAL and MemStore to create HFiles, describes the two compaction types (Minor and Major), and provides detailed recommendations for tuning key compaction-related configuration parameters to improve query performance and reduce HDFS impact.

HBaseTuningcompaction
0 likes · 4 min read
HBase Compaction Types and Parameter Tuning Guide
Big Data Technology Architecture
Big Data Technology Architecture
May 12, 2020 · Databases

Key HBase Configuration Parameters and Production Recommendations (HBase 1.1.2)

This article categorizes and explains the most important HBase 1.1.2 configuration parameters—covering Region sizing, BlockCache strategies, Memstore thresholds, Compaction behavior, HLog handling, Call Queue tuning, and miscellaneous settings—while offering practical recommendations for optimal production deployment.

ConfigurationHBasedatabases
0 likes · 11 min read
Key HBase Configuration Parameters and Production Recommendations (HBase 1.1.2)
Python Crawling & Data Mining
Python Crawling & Data Mining
May 8, 2020 · Fundamentals

Master Python Functions: From Basics to Advanced Usage

This article explains what Python functions are, why they are useful, how to define and call them, the different ways to pass parameters—including positional, keyword, default, *args and **kwargs—covers return values, variable scope, and provides numerous code examples with illustrations.

Return valuesfunctionsparameters
0 likes · 8 min read
Master Python Functions: From Basics to Advanced Usage
ITPUB
ITPUB
Feb 7, 2020 · Fundamentals

How a Simple Java Simulation Shows Mobility’s Role in COVID‑19 Spread

This article presents a Java‑based epidemic simulation that uses a normal‑distribution model and configurable constants—such as initial infections, transmission rate, hospital capacity, and mobility intent—to illustrate how different parameters affect virus propagation and control measures during the COVID‑19 pandemic.

COVID-19Javaepidemic simulation
0 likes · 8 min read
How a Simple Java Simulation Shows Mobility’s Role in COVID‑19 Spread
MaGe Linux Operations
MaGe Linux Operations
Feb 1, 2018 · Fundamentals

Master Python Functions: From Basics to Advanced Parameter Tricks

This article provides a comprehensive guide to Python functions, covering basic definitions, various parameter types—including default, positional, keyword, variable arguments and keyword‑only parameters—common pitfalls, recursion, lambda expressions, and best practices for clean, reusable code.

LambdaPythonRecursion
0 likes · 14 min read
Master Python Functions: From Basics to Advanced Parameter Tricks
ITPUB
ITPUB
Jun 11, 2017 · Databases

Optimizing MySQL: Essential Configuration Parameters for Performance and Stability

This guide details MySQL’s key configuration variables—including connection limits, file handling, cache controls, MyISAM and InnoDB settings—explaining their default values, recommended ranges, and how to adjust them for optimal performance, stability, and resource utilization.

Tuningmysqlparameters
0 likes · 22 min read
Optimizing MySQL: Essential Configuration Parameters for Performance and Stability
ITPUB
ITPUB
Nov 15, 2016 · Databases

Master MySQL Performance: Essential Configuration Parameters Explained

This guide details the most important MySQL server configuration settings—including connection limits, file handling, cache sizes, MyISAM and InnoDB options—explaining their purpose, recommended values, and how they impact performance and stability.

ConfigurationInnoDBMyISAM
0 likes · 22 min read
Master MySQL Performance: Essential Configuration Parameters Explained
ITPUB
ITPUB
Mar 8, 2016 · Databases

Mastering RDS MySQL: Which Parameters You Can Tune and How

This guide explains which RDS MySQL parameters are user‑modifiable, why some are fixed, and provides practical recommendations for each tunable setting to improve performance, avoid common errors, and handle special engine or workload scenarios.

RDSmysqlparameters
0 likes · 11 min read
Mastering RDS MySQL: Which Parameters You Can Tune and How
dbaplus Community
dbaplus Community
Sep 30, 2015 · Databases

Essential Oracle Database Parameter Tuning: Hidden Risks and Performance Boosts

Expert DBAs discuss critical Oracle 11.2.0.4 parameters to watch before production, covering generic, performance, deprecated, and OS‑level settings for AIX and Linux, with concrete examples such as shared pool sub‑pools, mutex tuning, cursor thresholds, and real‑world incidents like streams_pool_size misconfiguration.

AIXDatabase TuningLinux
0 likes · 13 min read
Essential Oracle Database Parameter Tuning: Hidden Risks and Performance Boosts