Tagged articles
152 articles
Page 2 of 2
Code Ape Tech Column
Code Ape Tech Column
Jan 6, 2021 · Backend Development

Comprehensive Guide to Using Postman for API Testing and Automation

This article provides a detailed walkthrough of Postman, covering its core and advanced features, installation steps, interface navigation, how to send various types of requests, response analysis, collection management, batch execution, logging, assertions, variables, pre‑request scripts, request chaining, and techniques for extracting values from complex JSON responses.

API testingPostmanVariables
0 likes · 22 min read
Comprehensive Guide to Using Postman for API Testing and Automation
Liangxu Linux
Liangxu Linux
Dec 23, 2020 · Operations

Master Ansible Playbooks: From Basics to Advanced Variable Management

This guide explains what an Ansible playbook is, its YAML syntax, how to write tasks, use inventory limits, manage variables through extra‑vars, vars files, host/group vars, custom facts, control flow with when/changed_when/failed_when, delegate tasks, prompt users, apply tags, and handle errors with blocks and rescue/always sections.

DevOpsHandlersPlaybook
0 likes · 37 min read
Master Ansible Playbooks: From Basics to Advanced Variable Management
Python Crawling & Data Mining
Python Crawling & Data Mining
Oct 15, 2020 · Backend Development

Master Go Variables: Types, Declarations, and Best Practices

This article introduces Go language variable fundamentals, explaining why variables are needed, common types, various declaration methods—including explicit typing, type inference, short declaration, global and anonymous variables—and constant usage, complemented by code examples and practical tips for effective Go programming.

ConstantsGoType Inference
0 likes · 7 min read
Master Go Variables: Types, Declarations, and Best Practices
Python Crawling & Data Mining
Python Crawling & Data Mining
Oct 7, 2020 · Fundamentals

Unlock Python’s sys Module: 12 Essential Variables Explained

This article introduces Python’s sys module, a core standard‑library component closely tied to the interpreter, and walks through twelve of its most useful attributes—such as argv, path, modules, executable, and version—providing concise explanations, code snippets, and visual illustrations to help readers understand and apply each variable effectively.

PythonStandard LibraryVariables
0 likes · 5 min read
Unlock Python’s sys Module: 12 Essential Variables Explained
ITPUB
ITPUB
May 26, 2020 · Backend Development

Master Go Basics: Packages, Types, Variables, Constants, and Functions

This tutorial introduces Go's core concepts—including package structure, built‑in types, variable and constant declarations, and function definitions—explaining syntax nuances, import styles, type creation, and initialization patterns to help beginners quickly become productive in Go.

GoPackagesVariables
0 likes · 9 min read
Master Go Basics: Packages, Types, Variables, Constants, and Functions
MaGe Linux Operations
MaGe Linux Operations
May 12, 2020 · Operations

Master Ansible Playbooks: Syntax, Variables, Handlers & Advanced Tips

This guide explains what an Ansible playbook is, its YAML syntax, how to run tasks on multiple hosts, limit execution with --limit, use inventory files, define variables via extra‑vars, vars, vars_files, host_vars and group_vars, work with facts, register results, apply when conditions, delegate tasks, pause execution, prompt for input, tag tasks, and structure plays with blocks, rescue and always sections.

AnsibleDevOpsHandlers
0 likes · 35 min read
Master Ansible Playbooks: Syntax, Variables, Handlers & Advanced Tips
Efficient Ops
Efficient Ops
Mar 9, 2020 · Fundamentals

Master Python Basics: Essential Syntax, Variables, and Operators Explained

This comprehensive guide walks you through Python fundamentals, covering its philosophy, installation, basic syntax, comments, operators, data types, variable naming, control structures, loops, functions, and module usage, providing clear examples and practical tips for quick reference.

PythonVariablesbasics
0 likes · 39 min read
Master Python Basics: Essential Syntax, Variables, and Operators Explained
360 Quality & Efficiency
360 Quality & Efficiency
Feb 13, 2020 · Backend Development

Reliable Bash Shell Scripting Practices

This article presents a comprehensive set of best‑practice guidelines for writing reliable Bash shell scripts, covering shebang selection, quoting variables, function encapsulation, readonly constants, variable scope, error handling, debugging, path management, argument parsing with shift, signal trapping, and helpful tips to improve script robustness and maintainability.

BashError HandlingShell scripting
0 likes · 9 min read
Reliable Bash Shell Scripting Practices
MaGe Linux Operations
MaGe Linux Operations
Feb 2, 2020 · Fundamentals

Unlock Bash Mastery: Variables, Loops, Functions, and More Explained

This article provides a comprehensive guide to Bash programming, covering variable types and naming rules, assignment and quoting, environment and positional variables, arithmetic and logical operations, conditional statements, loops, functions, arrays, string manipulation, signal handling, and essential command‑line utilities for Linux system scripting.

BashLinuxLoops
0 likes · 24 min read
Unlock Bash Mastery: Variables, Loops, Functions, and More Explained
Jike Tech Team
Jike Tech Team
Sep 24, 2019 · Mobile Development

Master Kotlin for Android: A Quick Start Guide for Mobile Developers

This guide walks Android engineers through adding Kotlin support to new or existing projects, explains Kotlin's variable declarations, null‑safety features, type inference, val/var usage, visibility modifiers, class inheritance, open/final semantics, and safe casting, providing concise code examples and practical tips.

AndroidKotlinMobile Development
0 likes · 25 min read
Master Kotlin for Android: A Quick Start Guide for Mobile Developers
Python Programming Learning Circle
Python Programming Learning Circle
Sep 18, 2019 · Fundamentals

Master Python Basics: Variables, Data Types, and Core Syntax

This article provides a comprehensive introduction to Python fundamentals, covering its key features, variable handling, core data types such as numbers, strings, lists, tuples, and dictionaries, as well as essential concepts like comments, indentation, operators, control structures, time handling, file I/O, exception handling, and function definitions, complete with practical code examples.

Variablesbasicscontrol-flow
0 likes · 13 min read
Master Python Basics: Variables, Data Types, and Core Syntax
Qunar Tech Salon
Qunar Tech Salon
Mar 26, 2019 · Frontend Development

Guide to Using CSS Next (postcss‑cssnext) with Webpack for Modern Front‑End Styling

This article introduces CSS Next, a PostCSS plugin that brings future CSS syntax to current browsers, explains how to integrate it into a Webpack workflow, and demonstrates key features such as custom properties, @apply, calc(), custom media queries, custom selectors, and nesting with code examples compared to Sass and Less.

CSSPreprocessorVariables
0 likes · 8 min read
Guide to Using CSS Next (postcss‑cssnext) with Webpack for Modern Front‑End Styling
21CTO
21CTO
Nov 17, 2018 · Operations

Master Shell Scripting: From Basics to Advanced Automation

This guide explains what Shell scripts are, their practical uses and limitations, the underlying interpreter mechanism, and provides step‑by‑step examples covering variables, arithmetic and relational operators, strings, arrays, input/output, conditionals, loops, functions, redirection, and automation scripts such as a Git commit helper.

BashLoopsShell
0 likes · 10 min read
Master Shell Scripting: From Basics to Advanced Automation
MaGe Linux Operations
MaGe Linux Operations
Oct 14, 2018 · Fundamentals

Master Python Basics: Variables, Control Flow, Data Structures & OOP

This comprehensive guide walks you through Python fundamentals, covering variable assignment, data types, conditional statements, loops, list and dictionary operations, as well as class definitions, object instantiation, encapsulation, and inheritance, all illustrated with clear code examples.

LoopsObject-OrientedPython
0 likes · 18 min read
Master Python Basics: Variables, Control Flow, Data Structures & OOP
MaGe Linux Operations
MaGe Linux Operations
Oct 9, 2018 · Fundamentals

Master Python Variables and Data Types: From Assignment to Conversion

This article explains how Python stores variables in memory, covers variable assignment, multiple assignments, the five standard data types (numbers, strings, lists, tuples, dictionaries), and shows how to convert between types using built‑in functions, illustrated with code examples and output images.

Data TypesVariablesassignment
0 likes · 9 min read
Master Python Variables and Data Types: From Assignment to Conversion
Java Captain
Java Captain
Aug 29, 2018 · Fundamentals

Understanding Java Variables: Types, Naming Rules, and Type Conversions

This article explains Java variables, covering their definition, data types (primitive and reference), naming conventions, value assignment, automatic widening conversions, explicit casting, and string‑numeric conversions, illustrated with clear code examples.

Data TypesVariablesjava
0 likes · 5 min read
Understanding Java Variables: Types, Naming Rules, and Type Conversions
ITPUB
ITPUB
May 25, 2018 · Fundamentals

Understanding Code: From Conditions to Functions with Real‑World Analogies

This tutorial explains programming fundamentals using everyday analogies, covering how code serves as a precise language for computers, the role of conditionals, loops, variables, functions, modules, and an introduction to classes, all illustrated with Python examples that model buying fruit under different scenarios.

ConditionalsLoopsModules
0 likes · 16 min read
Understanding Code: From Conditions to Functions with Real‑World Analogies
AI Cyberspace
AI Cyberspace
May 9, 2018 · Fundamentals

Master C Constants and Variables: Types, Definitions, and Common Pitfalls

This article explains C/C++ constants—including integer, floating‑point, character, string, and symbolic forms—their syntax, examples, and common errors, and then covers variables, their definition, assignment, initialization, and related best‑practice notes.

C ProgrammingConstantsVariables
0 likes · 7 min read
Master C Constants and Variables: Types, Definitions, and Common Pitfalls
MaGe Linux Operations
MaGe Linux Operations
Apr 10, 2018 · Fundamentals

Master Shell Scripting: From Variables to Advanced Sed Editing

This comprehensive guide walks you through the essentials of Bash shell scripting, covering variable definitions, printing, arithmetic, control structures, loops, arrays, functions, file I/O, sed stream editing, modular scripts, and interactive menus, all illustrated with clear code examples.

BashLoopsShell scripting
0 likes · 24 min read
Master Shell Scripting: From Variables to Advanced Sed Editing
21CTO
21CTO
Jan 13, 2018 · Fundamentals

Master Python Basics: Variables, Control Flow, Loops, Lists & Dictionaries

This tutorial introduces Python fundamentals, covering variables, conditional statements, while and for loops, list operations, and dictionary usage, with clear explanations and code examples to help beginners quickly start programming in Python.

Control FlowDictionariesLists
0 likes · 10 min read
Master Python Basics: Variables, Control Flow, Loops, Lists & Dictionaries
21CTO
21CTO
Oct 13, 2017 · Fundamentals

Master Python Basics: Variables, Control Flow, Loops, Data Structures & OOP

This comprehensive tutorial walks you through Python fundamentals—from defining variables, booleans, strings, and numbers to using conditional statements, while and for loops, manipulating lists and dictionaries, and building classes with objects, encapsulation, and inheritance—providing clear code examples for each concept.

Control FlowData StructuresLoops
0 likes · 19 min read
Master Python Basics: Variables, Control Flow, Loops, Data Structures & OOP
ITPUB
ITPUB
Aug 23, 2017 · Operations

Master Bash: Essential Variables, Operators, and Conditional Statements

This guide introduces Bash scripting fundamentals, covering predefined variables, declaration operators, and practical examples of single‑, double‑, and multi‑branch if statements for tasks such as checking user privileges, disk usage, and service status on Linux systems.

BashIf StatementsLinux
0 likes · 5 min read
Master Bash: Essential Variables, Operators, and Conditional Statements
MaGe Linux Operations
MaGe Linux Operations
Jul 12, 2017 · Fundamentals

10 Common Python Mistakes Every Developer Should Avoid

This article reviews ten frequent Python programming errors—including mutable default arguments, class variable misuse, incorrect exception handling, variable scope pitfalls, list mutation during iteration, closure late binding, circular imports, naming conflicts, Python 2/3 differences, and improper use of del—providing clear explanations and practical solutions to help developers write more reliable code.

ExceptionsPythonVariables
0 likes · 14 min read
10 Common Python Mistakes Every Developer Should Avoid
MaGe Linux Operations
MaGe Linux Operations
Jul 8, 2017 · Operations

Master Shell Scripting: From Basics to Advanced Automation

This article introduces shell scripting fundamentals, explores practical use cases, explains how the shell works, demonstrates variables, operators, control structures, functions, redirection, and provides example scripts for automating tasks on Windows, Unix, and Linux systems.

BashLoopsShell scripting
0 likes · 6 min read
Master Shell Scripting: From Basics to Advanced Automation
Hujiang Technology
Hujiang Technology
Jun 16, 2017 · Mobile Development

Kotlin Basics: Variables, Control Flow, Functions, and Extensions

This article introduces Kotlin fundamentals for developers, covering variable declarations, control flow statements such as if, when, and loops, smart type inference, null-safety, function definitions with default parameters, varargs, extension functions, and provides practical code examples to help newcomers quickly adopt Kotlin.

AndroidKotlinMobile Development
0 likes · 9 min read
Kotlin Basics: Variables, Control Flow, Functions, and Extensions
MaGe Linux Operations
MaGe Linux Operations
Apr 15, 2017 · Fundamentals

Master Bash Scripting: Essential Basics, Quirks, and Safety Tips

This article walks through Bash scripting fundamentals—including variable assignment, quoting, loops, conditionals, functions, return codes, and background jobs—while highlighting common pitfalls and safety practices such as always quoting variables and using the shellcheck linter.

BashIf StatementsSafety
0 likes · 10 min read
Master Bash Scripting: Essential Basics, Quirks, and Safety Tips
MaGe Linux Operations
MaGe Linux Operations
Apr 10, 2017 · Fundamentals

Master Python Variables: Types, Assignment, and Common Pitfalls

This article provides a comprehensive guide to Python variables, covering their characteristics, how to assign and reassign values, multiple assignment techniques, the five built‑in data types, numeric and string operations, list, tuple, dictionary usage, and type conversion functions.

Data TypesVariablesassignment
0 likes · 9 min read
Master Python Variables: Types, Assignment, and Common Pitfalls
MaGe Linux Operations
MaGe Linux Operations
Mar 7, 2017 · Fundamentals

Master Shell Variables: From Basics to Advanced Tricks

This article introduces the fundamentals of shell variables, covering local and environment variables, naming rules, assignment syntax, common reference methods, numeric operations, arrays (including multidimensional techniques using eval), and special parameters, providing practical examples and essential commands for effective Bash scripting.

ArraysBashEnvironment
0 likes · 10 min read
Master Shell Variables: From Basics to Advanced Tricks
MaGe Linux Operations
MaGe Linux Operations
Feb 20, 2017 · Fundamentals

Master Python Variables and Data Types in Just 5 Minutes

This article explains how Python stores variables in memory, demonstrates single and multiple assignments, outlines the five built‑in data types (numbers, strings, lists, tuples, dictionaries), and provides conversion functions with clear code examples for beginners.

Data TypesPythonVariables
0 likes · 10 min read
Master Python Variables and Data Types in Just 5 Minutes
ZhiKe AI
ZhiKe AI
Feb 14, 2017 · Fundamentals

Mastering Linux Shell: Basics, Scripts, Variables, and Control Structures

This article introduces the Linux shell as an interface and scripting language, explains how to execute scripts, manage system and user variables, use special variables, operators, conditional statements, loops, case constructs, and define functions, providing concrete syntax examples for each feature.

BashControl structuresLinux
0 likes · 9 min read
Mastering Linux Shell: Basics, Scripts, Variables, and Control Structures
CSS Magic
CSS Magic
Jan 10, 2017 · Frontend Development

Why Use a CSS Preprocessor? Key Benefits and Core Features Explained

The article explains how CSS preprocessors like Stylus give developers file splitting, modular architecture, selector nesting, variables, calculations, functions, mixins, and build‑time optimizations, showing concrete code examples that illustrate each feature and why they make complex web styling more maintainable and scalable.

CSSMixinModular CSS
0 likes · 11 min read
Why Use a CSS Preprocessor? Key Benefits and Core Features Explained
Model Perspective
Model Perspective
Jun 2, 2016 · Fundamentals

Why Classifying Teaching Environments Is Essential for Modeling New Teachers

Classifying teaching environments helps simplify complex educational contexts, identify key variables, and build models—whether statistical, numerical, or mechanistic—to understand how factors like classroom dynamics, teacher‑student relationships, and colleague interactions influence a novice teacher’s development.

ModelingVariablesclassification
0 likes · 3 min read
Why Classifying Teaching Environments Is Essential for Modeling New Teachers
MaGe Linux Operations
MaGe Linux Operations
Apr 24, 2016 · Fundamentals

13 Essential Shell Questions Every Linux Beginner Should Know

This article compiles thirteen fundamental Linux shell questions covering the origin of the term "shell", the relationship between PS1 and carriage return, echo command usage, differences between single and double quotes, variable assignment, export behavior, and practical quoting techniques, providing clear explanations and examples for each.

Environment VariablesVariablesquoting
0 likes · 25 min read
13 Essential Shell Questions Every Linux Beginner Should Know
Aotu Lab
Aotu Lab
Apr 15, 2016 · Frontend Development

Master Clean JavaScript: Coding Style, Variables, Error Handling, and Design Patterns

This article provides a comprehensive guide to writing maintainable JavaScript, covering coding conventions, variable best practices, error handling techniques, object creation methods, prototype and module patterns, and practical examples to help developers build clean, modular, and loosely‑coupled code.

Design PatternsError HandlingJavaScript
0 likes · 16 min read
Master Clean JavaScript: Coding Style, Variables, Error Handling, and Design Patterns