Ziru Technology
Author

Ziru Technology

Ziru Official Tech Account

48
Articles
0
Likes
15
Views
0
Comments
Recent Articles

Latest from Ziru Technology

48 recent articles
Ziru Technology
Ziru Technology
Aug 29, 2019 · Backend Development

Inside Redis: How Initialization and Event Loop Power the Server

This article explains Redis's startup sequence, detailing server initialization, configuration loading, event‑loop creation, supported I/O multiplexing mechanisms, timer and I/O callbacks, and the complete request‑response flow from client command to server reply.

Event LoopI/O MultiplexingRedis
0 likes · 13 min read
Inside Redis: How Initialization and Event Loop Power the Server
Ziru Technology
Ziru Technology
Aug 7, 2019 · Backend Development

Why MockServer Beats Other Mock Tools for Stable Backend Testing

To ensure stable and efficient single‑interface testing on our platform, we evaluated several mock frameworks—including RAP2, AnyProxy, Mock‑Server, and WireMock—and ultimately selected MockServer for its automatic protocol detection, simple configuration, extensive documentation, and built‑in fallback to real responses.

Backend testingMock Serverservice virtualization
0 likes · 4 min read
Why MockServer Beats Other Mock Tools for Stable Backend Testing
Ziru Technology
Ziru Technology
Aug 1, 2019 · Product Management

Master SMART Goals: Set Clear, Measurable, Achievable Objectives

This article explains the SMART framework—Specific, Measurable, Attainable, Relevant, and Time‑based—showing why clear, quantifiable goals are essential, how vague targets hinder progress, and offering concrete examples to transform vague objectives into actionable, trackable project milestones.

Goal SettingSMARTattainable
0 likes · 5 min read
Master SMART Goals: Set Clear, Measurable, Achievable Objectives
Ziru Technology
Ziru Technology
Jul 25, 2019 · Information Security

PKI, Digital Signatures & SSH: A Practical Guide to Information Security

This article explains the fundamentals of Public Key Infrastructure, the differences between symmetric and asymmetric encryption, how digital signatures and certificates ensure data integrity and authenticity, and illustrates the SSH protocol’s secure authentication mechanisms, providing a comprehensive overview of modern information security techniques.

EncryptionInformation SecurityPKI
0 likes · 16 min read
PKI, Digital Signatures & SSH: A Practical Guide to Information Security
Ziru Technology
Ziru Technology
Jul 25, 2019 · Backend Development

Why Did Our CAS Login Fail? Uncovering Session Sharing Issues and Fixes

A July 3 CAS extension caused login failures due to inconsistent JSESSIONID handling across servers, leading to redirects and authentication errors, which were traced to missing memory‑cache configuration and resolved by removing the misconfigured node and restoring proper session sharing.

AuthenticationSessionjsessionid
0 likes · 9 min read
Why Did Our CAS Login Fail? Uncovering Session Sharing Issues and Fixes
Ziru Technology
Ziru Technology
Jul 24, 2019 · Information Security

PKI, Digital Signatures, and SSH: A Practical Guide to Modern Encryption

This article explains the fundamentals of Public Key Infrastructure (PKI), compares symmetric and asymmetric encryption, details digital signatures and certificates, and illustrates how SSH leverages these technologies for secure remote login, while also exploring their applications in IoT and code signing.

CertificatePKISSH
0 likes · 18 min read
PKI, Digital Signatures, and SSH: A Practical Guide to Modern Encryption