Tagged articles
23 articles
Page 1 of 1
php Courses
php Courses
Oct 9, 2025 · Backend Development

Mastering PHP curl_setopt: Syntax, Parameters, and Real-World Example

Learn how to use PHP's curl_setopt function to configure HTTP requests, covering its syntax, parameter explanations, return values, and a complete example that demonstrates initializing a cURL session, setting options like URL, GET method, timeout, handling responses, and closing the session.

HTTP requestsPHPcURL
0 likes · 4 min read
Mastering PHP curl_setopt: Syntax, Parameters, and Real-World Example
JavaScript
JavaScript
May 9, 2025 · Frontend Development

Why Fetch API Beats Ajax: Simplify Your Web Requests Today

This article compares the traditional XMLHttpRequest‑based Ajax approach with the modern fetch API, highlighting fetch's Promise‑based syntax, streamlined configuration, flexible response handling, abort capabilities, and important considerations for cookies, error handling, and timeouts.

HTTP requestsJavaScriptPromise
0 likes · 5 min read
Why Fetch API Beats Ajax: Simplify Your Web Requests Today
Test Development Learning Exchange
Test Development Learning Exchange
Apr 13, 2025 · Backend Development

Mastering API Request Wrappers in Pytest: Reusable GET, POST, PUT, DELETE

Learn how to boost code reuse and maintainability in API automation by encapsulating common HTTP methods (GET, POST, PUT, DELETE, etc.) within a Pytest-friendly RequestUtil class, complete with logging, exception handling, session management, dynamic headers, and timeout support, plus practical test examples.

API testingAutomationHTTP requests
0 likes · 11 min read
Mastering API Request Wrappers in Pytest: Reusable GET, POST, PUT, DELETE
php Courses
php Courses
Mar 7, 2025 · Backend Development

Using curl_multi_add_handle() in PHP to Manage Multiple cURL Requests

This article explains how the PHP curl_multi_add_handle() function can be used to add multiple cURL handles to a single session, provides its syntax and parameters, and includes a complete example demonstrating initialization, adding handles, executing requests, retrieving responses, and cleaning up.

HTTP requestscURLmulti-handle
0 likes · 5 min read
Using curl_multi_add_handle() in PHP to Manage Multiple cURL Requests
php Courses
php Courses
Dec 26, 2024 · Backend Development

Using curl_multi_add_handle() in PHP to Manage Multiple cURL Handles

This article explains how the PHP curl_multi_add_handle() function can be used to add multiple cURL handles to a single session, improving network request efficiency and code maintainability, and provides a complete example with detailed code walkthrough.

BackendHTTP requestsNetworking
0 likes · 5 min read
Using curl_multi_add_handle() in PHP to Manage Multiple cURL Handles
HomeTech
HomeTech
Aug 3, 2022 · Backend Development

API Automation Testing Framework Design and Implementation

This article details the design and implementation of an API automation testing framework, covering framework structure, execution flow, and usage instructions for testing interfaces.

CI/CD integrationHTTP requestsTest Case Generation
0 likes · 6 min read
API Automation Testing Framework Design and Implementation
Java Architect Essentials
Java Architect Essentials
Sep 17, 2021 · Backend Development

Using IntelliJ IDEA REST Client for API Testing: Features, Scripts, and Environment Management

This article explains how IntelliJ IDEA REST Client can replace Postman for API debugging by offering integrated request consoles, history logs, environment variable support, scriptable assertions, and token handling, providing a unified tool for backend developers to test and share HTTP requests efficiently.

Environment VariablesHTTP requestsIDEA REST Client
0 likes · 8 min read
Using IntelliJ IDEA REST Client for API Testing: Features, Scripts, and Environment Management
MaGe Linux Operations
MaGe Linux Operations
Oct 21, 2018 · Backend Development

Mastering Web Crawlers: Core Modules, HTTP Strategies, and Scaling Tips

This article explains the fundamentals of web crawlers, covering their three main modules, HTTP request composition, flow‑control techniques for large‑scale scraping, content extraction methods for static and dynamic pages, and the current challenges such as interaction hurdles, JavaScript parsing, and IP restrictions.

Content ExtractionHTTP requestsdistributed scraping
0 likes · 13 min read
Mastering Web Crawlers: Core Modules, HTTP Strategies, and Scaling Tips
21CTO
21CTO
Nov 30, 2017 · Frontend Development

5 Proven Tricks to Supercharge Your Website’s Speed

Learn five practical techniques—image optimization, minimizing HTTP requests, proper file placement, CSS/JS compression, and external linking—to dramatically improve website loading times and security, with actionable tips for both beginners and seasoned developers, plus WordPress-specific recommendations.

Frontend OptimizationHTTP requestsWordPress
0 likes · 4 min read
5 Proven Tricks to Supercharge Your Website’s Speed
Architecture Digest
Architecture Digest
Jun 15, 2016 · Frontend Development

Web Performance Optimization: Reducing HTTP Requests and Improving Page Load Speed

This article explains why web performance matters, outlines the 2‑5‑8 response‑time principle, and presents practical front‑end optimization techniques such as reducing HTTP requests, internal page tweaks, caching strategies, download size reduction, and network connection improvements to accelerate user experience.

Frontend OptimizationGzipHTTP requests
0 likes · 14 min read
Web Performance Optimization: Reducing HTTP Requests and Improving Page Load Speed
21CTO
21CTO
Nov 19, 2015 · Frontend Development

Boost Web Performance: Why Reducing HTTP Requests Matters

The article explains why web performance matters, outlines the 2‑5‑8 response time rule, and details five key optimization strategies—reducing HTTP requests, internal page tweaks, caching, minimizing download size, and network improvements—while also discussing engineering practices and tools like StyleCombine and H5 incremental packaging.

EngineeringFrontend OptimizationHTTP requests
0 likes · 17 min read
Boost Web Performance: Why Reducing HTTP Requests Matters
21CTO
21CTO
Nov 4, 2015 · Frontend Development

How Reducing HTTP Requests Supercharges Web Performance

This article explains why web performance matters, outlines the 2‑5‑8 response time principle, and provides practical front‑end optimization techniques such as reducing HTTP requests, internal page tweaks, caching strategies, gzip compression, and network connection improvements to deliver faster user experiences.

CDNFrontend OptimizationGzip
0 likes · 15 min read
How Reducing HTTP Requests Supercharges Web Performance