Tag

Local Development

1 views collected around this technical thread.

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.

HTTPSLocal DevelopmentNginx
0 likes · 6 min read
How to Instantly Generate Trusted Local SSL Certificates with mkcert
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
Top Architect
Top Architect
Dec 4, 2024 · Backend Development

Using mkcert to Quickly Generate Trusted Local SSL/TLS Certificates for Development

This article introduces the open‑source tool mkcert, explains its key features, provides step‑by‑step installation and certificate generation commands, shows how to configure Nginx for HTTPS, and includes promotional notes about related community resources.

HTTPSLocal DevelopmentNginx
0 likes · 8 min read
Using mkcert to Quickly Generate Trusted Local SSL/TLS Certificates for Development
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 RegistrationLoad BalancingLocal Development
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 DevelopmentNginx
0 likes · 8 min read
Using mkcert to Quickly Generate Trusted Local SSL/TLS Certificates
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.

CI/CDLocal DevelopmentTesting
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
Top Architect
Top Architect
Jun 7, 2023 · Cloud Native

Why Docker Makes Local Development Environments Powerful and How to Set Up Docker Desktop

The article explains Docker's advantages for local development, details common installation issues such as WSL2 kernel updates and BIOS virtualization settings, and walks through setting up Docker Desktop, running a sample Nginx container, and addressing further challenges in container‑based workflows.

ContainerizationDockerLocal Development
0 likes · 5 min read
Why Docker Makes Local Development Environments Powerful and How to Set Up Docker Desktop
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.

ContainersDevOpsDocker
0 likes · 5 min read
Using Docker to Set Up a Local Development Environment
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.

CodeReady ContainersKubernetesLocal Development
0 likes · 9 min read
Setting Up Red Hat OpenShift Local (CodeReady Containers) on a Desktop or Laptop
Selected Java Interview Questions
Selected Java Interview Questions
Dec 16, 2020 · Operations

Setting Up HTTPS for Local Development with Nginx Reverse Proxy and Docker

This guide explains how to generate self‑signed SSL certificates with OpenSSL, configure an Nginx reverse‑proxy container via Docker, install the root certificate on the host system, and modify the hosts file so that front‑end code can securely access a local HTTP service over HTTPS.

DockerHTTPSLocal Development
0 likes · 8 min read
Setting Up HTTPS for Local Development with Nginx Reverse Proxy and Docker
php中文网 Courses
php中文网 Courses
Dec 7, 2020 · Backend Development

Setting Up a Local PHP Development Server for Testing with the Built‑in PHP Server

This guide explains how to set up a local PHP development server—either on Windows or in a Linux VM—by creating a www directory, adding test scripts, using PHP's built‑in web server with optional root or router settings, and verifying the results via browser requests.

Local DevelopmentPHPTesting
0 likes · 4 min read
Setting Up a Local PHP Development Server for Testing with the Built‑in PHP Server
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 DevelopmentMulti‑Language SupportPaaS
0 likes · 9 min read
Overview of Baidu App Engine (BAE) PaaS: Resource Isolation, Performance Evaluation, and Local Development Environment