Tag

Registration

0 views collected around this technical thread.

Top Architect
Top Architect
Nov 23, 2023 · Backend Development

Understanding Nacos Architecture and Service Registration in Spring Cloud

This article explains the Nacos architecture, the principles of service registration, how Spring Cloud integrates with Nacos for automatic registration, the implementation details of NacosServiceRegistry, heartbeat mechanisms, service address queries, and dynamic service discovery, providing a comprehensive guide for backend developers working with microservices.

NacosRegistrationSpring Cloud
0 likes · 10 min read
Understanding Nacos Architecture and Service Registration in Spring Cloud
php中文网 Courses
php中文网 Courses
Aug 19, 2023 · Backend Development

Implementing Email Verification for Login and Registration with PHP

This article explains how to build a secure email‑verification login and registration system using PHP and MySQL, covering database schema creation, user registration with verification code generation and email sending, verification link handling, and login validation, with full code examples.

Email VerificationMySQLPHP
0 likes · 5 min read
Implementing Email Verification for Login and Registration with PHP
DevOps Cloud Academy
DevOps Cloud Academy
Apr 27, 2023 · Operations

GitLab Runner Installation, Registration, and Common Commands Guide

This article provides a comprehensive guide to installing GitLab Runner on various platforms, explains version and Docker requirements, details registration types and token retrieval, and presents both interactive and non‑interactive registration commands along with common runner commands and a sample pipeline configuration.

CI/CDDevOpsDocker
0 likes · 9 min read
GitLab Runner Installation, Registration, and Common Commands Guide
Top Architect
Top Architect
Aug 15, 2022 · Cloud Native

Understanding Nacos Architecture and Service Registration in Spring Cloud

This article explains Nacos's core components, the principles of service registration and health checking, how Spring Cloud integrates Nacos via ServiceRegistry and AutoServiceRegistration, the implementation details of NacosServiceRegistry, heartbeat mechanisms, and dynamic service address discovery using HostReactor.

Dynamic UpdatesNacosRegistration
0 likes · 9 min read
Understanding Nacos Architecture and Service Registration in Spring Cloud
Top Architect
Top Architect
Jul 29, 2022 · Cloud Native

Understanding Nacos Architecture and Service Registration in Spring Cloud

This article explains the Nacos architecture, its components, and how Spring Cloud integrates with Nacos for service registration, health checking, and dynamic service discovery, detailing the underlying mechanisms, code implementations, and the role of heartbeats in maintaining service health.

NacosRegistrationSpring Cloud
0 likes · 8 min read
Understanding Nacos Architecture and Service Registration in Spring Cloud
Wukong Talks Architecture
Wukong Talks Architecture
Apr 13, 2022 · Backend Development

Understanding the Underlying Mechanism of Nacos Service Registration

This article explains how Nacos registers services by detailing the client‑side request assembly, random node selection in a cluster, routing forwarding, and server‑side handling, while providing code snippets, diagrams, and practical tips for debugging the registration flow.

BackendClusterNacos
0 likes · 16 min read
Understanding the Underlying Mechanism of Nacos Service Registration
Java Captain
Java Captain
Dec 7, 2020 · Backend Development

Spring Boot QQ Email Registration and Login Tutorial with Postman Testing

This tutorial explains how to create a Spring Boot project that implements QQ email‑based user registration and login, covering POP3/SMTP setup, Maven dependencies, MySQL schema, core Java classes, configuration files, and step‑by‑step Postman testing procedures.

Email VerificationJavaMySQL
0 likes · 11 min read
Spring Boot QQ Email Registration and Login Tutorial with Postman Testing
Java Captain
Java Captain
Nov 26, 2020 · Backend Development

Java Console Application for User Login, Registration, and Lottery System

This article presents a Java console program that implements user login, registration, and a lottery feature, detailing the functional requirements, data storage using files, key data structures like ArrayList and HashMap, and provides the complete source code with usage notes.

FileIOJavaRegistration
0 likes · 12 min read
Java Console Application for User Login, Registration, and Lottery System
DevOps Cloud Academy
DevOps Cloud Academy
May 5, 2020 · Operations

GitLab Runner Installation, Registration, and Common Commands Guide

This tutorial explains how to install GitLab Runner on various platforms, register different runner types, retrieve tokens, and use common commands for managing the runner and executing CI/CD pipelines, providing code examples for Docker, CentOS, macOS, and interactive or non‑interactive registration.

CI/CDDevOpsDocker
0 likes · 8 min read
GitLab Runner Installation, Registration, and Common Commands Guide
Architecture Digest
Architecture Digest
Aug 2, 2018 · Operations

Analysis of Service Governance Solutions and Practical Implementation Guidelines

This article reviews mature service governance solutions such as Dubbo, HSF, Tars, Linkerd, and Istio, extracts common design principles, and provides practical guidance on implementing core functions like registration, discovery, and change propagation in distributed systems.

Load BalancingRegistrationdistributed systems
0 likes · 7 min read
Analysis of Service Governance Solutions and Practical Implementation Guidelines
iQIYI Technical Product Team
iQIYI Technical Product Team
Oct 27, 2017 · Mobile Development

Componentization Architecture and Engine Design for iOS Applications at iQIYI

iQIYI’s iOS team replaced a mediator‑based component system with a registration‑driven engine, allowing independent development, hot‑plug module addition, server‑controlled launches, and full Open‑Closed compliance, while integrating CocoaPods, GitLab, and Jenkins for automated binary delivery and scalable modular architecture.

CI/CDEngine ArchitectureMediator Pattern
0 likes · 13 min read
Componentization Architecture and Engine Design for iOS Applications at iQIYI