Tagged articles
31 articles
Page 1 of 1
php Courses
php Courses
Dec 24, 2025 · Backend Development

Why Browsers Can’t Open PHP Files Directly & How to Run PHP Locally

Browsers cannot execute PHP because it is a server‑side language, so you must use a web server or PHP’s built‑in development server to run .php files locally, and the article explains the reasons, quick setup steps, common pitfalls, and long‑term environment options.

BackendLocal DevelopmentWeb server
0 likes · 3 min read
Why Browsers Can’t Open PHP Files Directly & How to Run PHP Locally
Java Architect Essentials
Java Architect Essentials
Jun 7, 2025 · Information Security

How to Instantly Generate Trusted Local SSL Certificates with mkcert

This guide explains what mkcert is, its key features, and provides step‑by‑step instructions for installing the tool, generating trusted local SSL/TLS certificates for multiple domains and IPs, and configuring Nginx to enable HTTPS in a local development environment across Windows, macOS, and Linux.

CertificateHTTPSLocal Development
0 likes · 6 min read
How to Instantly Generate Trusted Local SSL Certificates with mkcert
Liangxu Linux
Liangxu Linux
Apr 12, 2025 · Information Security

Why mkcert Is the Easiest Way to Generate Trusted Local SSL Certificates

mkcert, an open‑source tool by Filippo Valsorda, lets developers quickly create and trust local SSL/TLS certificates across Linux, macOS, and Windows without manual configuration, offering zero‑setup installation, multi‑domain support, advanced features, and simple Nginx integration for secure local testing.

CertificateHTTPSLocal Development
0 likes · 5 min read
Why mkcert Is the Easiest Way to Generate Trusted Local SSL Certificates
Top Architect
Top Architect
Apr 6, 2025 · Backend Development

Quickly Generate Trusted Local SSL/TLS Certificates with mkcert – Installation, Usage, and Nginx Configuration

This article introduces the open‑source mkcert tool for effortlessly creating locally trusted SSL/TLS certificates, provides step‑by‑step installation and usage commands for multiple platforms, shows how to configure Nginx with the generated files, and then promotes related AI and ChatGPT community offers and paid resources.

HTTPSLocal DevelopmentNGINX
0 likes · 9 min read
Quickly Generate Trusted Local SSL/TLS Certificates with mkcert – Installation, Usage, and Nginx Configuration
Open Source Linux
Open Source Linux
Feb 13, 2025 · Information Security

Simplify Local HTTPS with mkcert: Fast, Trusted SSL/TLS Certificates

This guide introduces mkcert, a free open‑source tool that quickly creates locally trusted SSL/TLS certificates, outlines its key features, provides step‑by‑step installation and usage instructions—including Nginx configuration—and explains how it streamlines secure development environments.

HTTPSLocal DevelopmentSSL
0 likes · 5 min read
Simplify Local HTTPS with mkcert: Fast, Trusted SSL/TLS Certificates
macrozheng
macrozheng
Dec 3, 2024 · Backend Development

Simplify Feign Calls in Local Development with Custom URL Routing

This article explains how to streamline OpenFeign usage during local development by configuring custom URL routing, detailing the underlying Feign mechanism, creating a custom ImportBeanDefinitionRegistrar, and providing step‑by‑step code examples, testing procedures, and best‑practice recommendations.

Custom Bean RegistrationLocal DevelopmentMicroservices
0 likes · 15 min read
Simplify Feign Calls in Local Development with Custom URL Routing
Top Architect
Top Architect
Nov 13, 2024 · Backend Development

Using mkcert to Quickly Generate Trusted Local SSL/TLS Certificates

This article introduces the open‑source tool mkcert, explains its features, shows how to install it on various operating systems, generate multi‑domain certificates, and configure Nginx for HTTPS, while also noting additional community resources and promotional offers.

HTTPSLocal DevelopmentSSL
0 likes · 8 min read
Using mkcert to Quickly Generate Trusted Local SSL/TLS Certificates
MaGe Linux Operations
MaGe Linux Operations
Aug 5, 2023 · Operations

Why Docker Makes Local Development Faster, Safer, and Simpler

This article explains how using Docker to create local development environments provides clear advantages—isolated, reproducible setups without relying on company resources, eliminates installation hassles, enables easy cleanup, lowers entry barriers, and showcases step‑by‑step installation, common pitfalls, and running your first container such as Nginx.

ContainersLocal DevelopmentWSL2
0 likes · 5 min read
Why Docker Makes Local Development Faster, Safer, and Simpler
Qunar Tech Salon
Qunar Tech Salon
Jun 16, 2023 · Operations

How Qunar Reduced Fault Rate and Boosted Development Efficiency with Automated Testing, Intelligent Recommendation, and Localization

This article details Qunar's comprehensive approach—leveraging automated functional testing, an intelligent recommendation platform, and a localized development workflow—to cut release fault rates below 0.4‰, slash testing effort, and dramatically improve overall development and operational efficiency.

Local DevelopmentSoftware qualityci/cd
0 likes · 16 min read
How Qunar Reduced Fault Rate and Boosted Development Efficiency with Automated Testing, Intelligent Recommendation, and Localization
Code Ape Tech Column
Code Ape Tech Column
Jun 10, 2023 · Backend Development

Simplifying Local Development with OpenFeign: Custom URL Routing via ImportBeanDefinitionRegistrar

This article explains how to simplify OpenFeign calls during local development by configuring FeignClient URLs through a custom ImportBeanDefinitionRegistrar, avoiding manual code changes for production, and provides step‑by‑step implementation, configuration, and testing guidance for Spring Cloud microservices.

FeignClientImportBeanDefinitionRegistrarJava
0 likes · 13 min read
Simplifying Local Development with OpenFeign: Custom URL Routing via ImportBeanDefinitionRegistrar
Java Architect Essentials
Java Architect Essentials
May 17, 2023 · Cloud Native

Using Docker to Set Up a Local Development Environment

This article explains how Docker can create isolated, reproducible local development environments, outlines its advantages, guides through installation pitfalls like WSL2 kernel updates and BIOS virtualization settings, and demonstrates running an Nginx container while highlighting further challenges such as file mapping and custom Dockerfile creation.

DevOpsDockerLocal Development
0 likes · 5 min read
Using Docker to Set Up a Local Development Environment
Liangxu Linux
Liangxu Linux
May 2, 2023 · Operations

Why Docker Makes Local Development a Breeze—and How to Set It Up

This guide explains how Docker simplifies local development by providing isolated, reproducible environments, outlines the key advantages, walks through installing Docker Desktop (including WSL2 kernel and BIOS virtualization fixes), and demonstrates running an Nginx container while highlighting remaining challenges such as command availability and service networking.

DevOpsDockerLocal Development
0 likes · 5 min read
Why Docker Makes Local Development a Breeze—and How to Set It Up
Open Source Linux
Open Source Linux
Sep 5, 2022 · Cloud Native

How Docker Eliminates Local Development Pain and Streamlines Your Environment

This article explains the common frustrations of setting up local development environments—dependency conflicts, environment variables, port clashes, and differing production setups—and shows how Docker, Docker‑Compose, and Laradock can provide a unified, fast, and reproducible solution for PHP/Laravel projects.

DevOpsDockerLaradock
0 likes · 12 min read
How Docker Eliminates Local Development Pain and Streamlines Your Environment
Programmer DD
Programmer DD
Aug 26, 2022 · Cloud Native

How Docker Solves the Pain of Local Development Environments

This article explains the common frustrations of setting up local development environments, introduces Docker as a portable container solution, and provides step‑by‑step instructions for installing Docker, Docker‑Compose, cloning Laradock, configuring environment files, Nginx, hosts, and running the containers for a Laravel project.

DockerEnvironment setupLaradock
0 likes · 12 min read
How Docker Solves the Pain of Local Development Environments
DevOps Cloud Academy
DevOps Cloud Academy
Jul 30, 2022 · Cloud Native

Setting Up Red Hat OpenShift Local (CodeReady Containers) on a Desktop or Laptop

This guide explains how to install and configure Red Hat OpenShift Local (CodeReady Containers) on a personal computer, covering prerequisites, download steps, cluster initialization, command‑line usage, common issues, and reference documentation for creating a single‑node OpenShift 4.x development environment.

Cloud NativeCodeReady ContainersKubernetes
0 likes · 9 min read
Setting Up Red Hat OpenShift Local (CodeReady Containers) on a Desktop or Laptop
Tencent IMWeb Frontend Team
Tencent IMWeb Frontend Team
Mar 1, 2021 · Frontend Development

Debug Frontend Projects with Whistle: From Webpack DevServer to Legacy Setups

This guide shows how to integrate the Whistle proxy with frontend projects—whether using webpack devServer, a traditional setup without build tools, or custom plugins—by configuring domain‑based rules, handling CGI mocks, and leveraging exclude filters to enable seamless local debugging via real online URLs.

Local DevelopmentProxyfrontend debugging
0 likes · 10 min read
Debug Frontend Projects with Whistle: From Webpack DevServer to Legacy Setups
DevOps Coach
DevOps Coach
Jul 14, 2020 · Cloud Native

Accelerate Local Kubernetes Development with Skaffold: A Hands‑On Guide

This article introduces Skaffold, a lightweight open‑source CLI tool for local Kubernetes development, explains its key features, shows step‑by‑step installation and a starter workflow, details the pipeline stages and architecture, and includes real‑world user feedback.

Cloud NativeDevOpsKubernetes
0 likes · 9 min read
Accelerate Local Kubernetes Development with Skaffold: A Hands‑On Guide
360 Tech Engineering
360 Tech Engineering
Jan 21, 2019 · Frontend Development

How to Quickly Set Up a Local HTTPS Development Environment

This guide explains why HTTPS is required for local web development, demonstrates how to create a self‑signed root CA and a wildcard domain certificate with OpenSSL, shows how to trust the root certificate on macOS, and provides example Webpack devServer and hosts file configurations for a secure local workflow.

Certificate AuthorityHTTPSLocal Development
0 likes · 6 min read
How to Quickly Set Up a Local HTTPS Development Environment
Baidu Intelligent Testing
Baidu Intelligent Testing
Jan 11, 2017 · Cloud Computing

Overview of Baidu App Engine (BAE) PaaS: Resource Isolation, Performance Evaluation, and Local Development Environment

This article explains Baidu App Engine's lightweight virtual‑machine based resource isolation, presents performance test results for PHP workloads, details the platform's features such as multi‑language support and automatic dependency installation, and provides step‑by‑step instructions for setting up the local development environment on Windows and Linux.

Local DevelopmentPaaSResource Isolation
0 likes · 9 min read
Overview of Baidu App Engine (BAE) PaaS: Resource Isolation, Performance Evaluation, and Local Development Environment