Tagged articles
32 articles
Page 1 of 1
php Courses
php Courses
Sep 19, 2025 · Backend Development

Master PHP Functions: Define, Pass, Loop, and Return Arrays

This guide explains how to define, pass, iterate over, and return arrays within PHP functions, covering array creation with array(), parameter passing, traversal using both for and foreach loops, and returning modified arrays, complete with full code examples for each step.

ArraysCode TutorialPHP
0 likes · 5 min read
Master PHP Functions: Define, Pass, Loop, and Return Arrays
php Courses
php Courses
Aug 18, 2025 · Backend Development

Mastering PHP’s is_callable(): Safely Check Functions and Methods

This guide explains how PHP's is_callable() function works, its parameters, and provides clear code examples for verifying both standalone functions and class methods before invocation, helping developers write more robust and maintainable code.

Code TutorialPHPbackend-development
0 likes · 4 min read
Mastering PHP’s is_callable(): Safely Check Functions and Methods
php Courses
php Courses
Jul 16, 2025 · Backend Development

Master PHP’s str_replace: Simple Replacements, Bulk Swaps, and Deletions

This guide explains PHP’s str_replace function, covering its syntax, how to perform simple replacements, replace multiple characters using arrays, and delete characters, with clear code examples and output demonstrations to help you efficiently manipulate strings in your projects.

Code TutorialPHPstr_replace
0 likes · 3 min read
Master PHP’s str_replace: Simple Replacements, Bulk Swaps, and Deletions
php Courses
php Courses
Mar 17, 2025 · Backend Development

Using PHP str_replace for String Replacement and Deletion

This article explains the PHP str_replace function, its syntax, and demonstrates with clear code examples how to replace single strings, replace multiple patterns using arrays, and delete characters, helping developers handle string manipulation efficiently.

Code TutorialPHPString Manipulation
0 likes · 3 min read
Using PHP str_replace for String Replacement and Deletion
macrozheng
macrozheng
Nov 14, 2024 · Backend Development

Master Java’s New Map Methods: getOrDefault, forEach, merge & More

Learn how Java 8 introduced powerful Map methods such as getOrDefault, forEach, merge, putIfAbsent, compute, computeIfAbsent, computeIfPresent, and replace, with clear code examples that show how they simplify common tasks like default value handling, iteration, merging entries, and conditional updates.

Code TutorialJDK8MAP
0 likes · 10 min read
Master Java’s New Map Methods: getOrDefault, forEach, merge & More
Python Crawling & Data Mining
Python Crawling & Data Mining
Oct 21, 2023 · Fundamentals

How to Extract Exact 6‑Digit Codes from Mixed Text Using Python Regex

This article walks through extracting six‑digit numeric codes from strings containing letters, numbers, and symbols using Python regular expressions and pandas, presenting multiple community‑sourced approaches, complete code examples, and visual explanations to help readers solve similar data extraction challenges.

Code TutorialPythonString processing
0 likes · 5 min read
How to Extract Exact 6‑Digit Codes from Mixed Text Using Python Regex
php Courses
php Courses
Sep 2, 2023 · Backend Development

Using PHP strcmp() Function: Syntax, Usage, and Examples

This article explains the PHP strcmp() function, covering its syntax, return values, and practical examples for comparing string equality, ordering, case sensitivity, and length, while also noting the related strcasecmp() function for case‑insensitive comparisons.

Code TutorialPHPbackend-development
0 likes · 6 min read
Using PHP strcmp() Function: Syntax, Usage, and Examples
Top Architect
Top Architect
Mar 24, 2023 · Backend Development

Generating PDFs with Dynamic Tables and Images Using Java iText

This tutorial demonstrates how to generate PDF files in Java with iText by filling form templates, inserting images and charts, creating dynamic tables, handling page breaks, and adding custom page headers, footers, and watermarks for backend applications.

BackendCode TutorialDynamic Table
0 likes · 25 min read
Generating PDFs with Dynamic Tables and Images Using Java iText
Cognitive Technology Team
Cognitive Technology Team
Sep 12, 2022 · Backend Development

Using Java Text Blocks to Simplify Multi‑line String Literals

The article explains how Java Text Blocks (the triple‑quote syntax) replace cumbersome string concatenation for embedding multi‑line SQL, JSON, or HTML, improving readability, eliminating most escape sequences, and behaving as regular String constants at compile and runtime.

Code TutorialMultiline StringsText Blocks
0 likes · 4 min read
Using Java Text Blocks to Simplify Multi‑line String Literals
Python Programming Learning Circle
Python Programming Learning Circle
May 23, 2022 · Fundamentals

Python Project Practice Series: Instant Tagging, PDF Generation, XML Site Builder, and News Aggregator

This article introduces Python's readability and popularity, then walks through four practical projects—an instant‑tagging tool, a PDF creator using urllib and reportlab, an XML‑driven website generator, and a news‑aggregation utility—explaining their architecture, key modules, and code snippets.

Code TutorialPythonXML
0 likes · 10 min read
Python Project Practice Series: Instant Tagging, PDF Generation, XML Site Builder, and News Aggregator