Coder Trainee
Author

Coder Trainee

Experienced in Java and Python, we share and learn together. For submissions or collaborations, DM us.

98
Articles
0
Likes
0
Views
0
Comments
Recent Articles

Latest from Coder Trainee

98 recent articles
Coder Trainee
Coder Trainee
Jan 14, 2026 · Backend Development

How to Build a Simple ERP System in Just a Few Hours

This article walks through creating a lightweight material‑management ERP system—including login, dashboard, inventory, inbound and outbound modules—using Vue 3 for the front end and Spring Boot 3, Java 17, MySQL, and MyBatis‑Plus for the back end, highlighting the architecture and development efficiency tricks employed.

ERPJavaMySQL
0 likes · 7 min read
How to Build a Simple ERP System in Just a Few Hours
Coder Trainee
Coder Trainee
Jan 11, 2026 · Backend Development

Ensuring API Idempotency: Primary Keys, Optimistic Locks, and Token Strategies

The article explains three practical methods for achieving API idempotency—leveraging unique database primary keys (with distributed IDs), applying optimistic locking via version fields, and using a global anti‑repeat token stored in Redis—detailing their applicability, requirements, and operational flow.

API idempotencyRedis tokendistributed ID
0 likes · 3 min read
Ensuring API Idempotency: Primary Keys, Optimistic Locks, and Token Strategies
Coder Trainee
Coder Trainee
Jan 8, 2026 · Information Security

Root Certificate Rules for the Transport Department Interconnect Code

This article explains how to generate and configure the root certificate for the Transport Department’s interconnect code, detailing unique central public‑key indexing, providing the root public key to devices, adjusting generation parameters, and describing the verification flow defined in the JTT1179‑2018 specification.

JTT1179certificate generationinterconnect code
0 likes · 3 min read
Root Certificate Rules for the Transport Department Interconnect Code