Tagged articles
7 articles
Page 1 of 1
Ops Development & AI Practice
Ops Development & AI Practice
Sep 28, 2025 · Frontend Development

Mastering npm Script Arguments: When and Why to Use "--"

This article explains how npm scripts handle command‑line arguments, compares using the double‑dash separator versus omitting it, shows visual flow diagrams, and provides best‑practice recommendations to ensure clear, safe, and POSIX‑compliant parameter passing in JavaScript projects.

Nodeargumentscommand-line
0 likes · 7 min read
Mastering npm Script Arguments: When and Why to Use "--"
Cognitive Technology Team
Cognitive Technology Team
Jun 26, 2025 · Backend Development

Mastering JVM Argument Prefixes: Boost Java Performance & Debugging

This tutorial explains the purpose and usage of JVM argument prefixes—including system properties, standard, non‑standard, and advanced options—along with execution modes like interpreted, compiled, and mixed, providing code examples and performance comparisons to help Java developers optimize and debug their applications.

JVM Optionsargumentsgc
0 likes · 13 min read
Mastering JVM Argument Prefixes: Boost Java Performance & Debugging
Test Development Learning Exchange
Test Development Learning Exchange
Feb 13, 2025 · Fundamentals

Python Function Fundamentals: Arguments, Lambdas, Decorators, and Advanced Techniques

This tutorial showcases Python function fundamentals such as default and keyword arguments, *args and **kwargs, lambda expressions, higher‑order functions, decorators (with and without parameters), closures, scope modifiers, type hints, and utility modules like functools, inspect, and operator, providing concise code examples for each concept.

Advancedargumentsdecorators
0 likes · 8 min read
Python Function Fundamentals: Arguments, Lambdas, Decorators, and Advanced Techniques
Ops Development Stories
Ops Development Stories
Dec 29, 2018 · Fundamentals

Master Python Functions: From Basics to Advanced Techniques

This comprehensive guide explains Python functions—their purpose, definition syntax, scope rules, built‑in statements like def, return, global, nonlocal, and lambda, various argument types, recursion, higher‑order functions, and functional tools such as map, filter, and reduce—complete with runnable code examples.

LambdaRecursionarguments
0 likes · 20 min read
Master Python Functions: From Basics to Advanced Techniques