• Home
  • Computing
  • Mountaineering
  • Travel

Ling's Note

Everything related IT, and me.

  • Home
  • Computing
  • Mountaineering
  • Travel
News Ticker
  • [ 2026-04-20 ] [AI] Stateful Knowledge Management: Implementing the LLM-Wiki Architecture AI
  • [ 2026-04-16 ] MCP vs. OpenAPI: A Technical Architecture Judgment for 2026 AI
  • [ 2026-04-15 ] [Architectural Analysis] Multi-Agent Design Patterns in C# LLM Workflows .net Core
  • [ 2026-04-11 ] [Terraform] Managing Vault Secrets via Terraform and OpenTofu: A K3s Token Implementation Computing
  • [ 2024-10-11 ] [Proxmox] Setup proxmox cluster and join node Computing
Home2023

Year: 2023

Computing

[JavaScript] Create reusable component in separate HTML file

2023-11-03 C.H. Ling 0

In HTML, we can use tag <Template> to create reusable component, but it is limited in single. In this article, it will show how to create JavaScript component in seperate HTML / JS files.

Automation

[CookieCutter] Enable git integration

2023-05-28 C.H. Ling 0

In previous article, after project created it can execute custom python script to customize template. In this example, it will extend the project to integrate with git.

Automation

[CookieCutter] Get Java package latest version

2023-05-27 C.H. Ling 0

There are several ways to create project. It can be done by IDE default wizard or generate via spring initializer. Even these are convenient to us to setup project, but for organization it might has […]

Computing

[Java] Whois Lookup in Apach common.net

2023-02-24 C.H. Ling 0

Whois is a protocol to look up domain name information. It can be done in using socket connect to whois server and send request. This example will show how to use Apache common.net to get […]

Computing

[Java] How to check IP in specific range

2023-02-22 C.H. Ling 0

In some business case to white list requester in private IP in code level. There is no library to do so and we need to do it by own. In this example, it will use […]

Follow on Facebook

  • [AI] Stateful Knowledge Management: Implementing the LLM-Wiki Architecture

    2026-04-20 0
  • MCP vs. OpenAPI: A Technical Architecture Judgment for 2026

    2026-04-16 0
  • [Architectural Analysis] Multi-Agent Design Patterns in C# LLM Workflows

    2026-04-15 0
  • [Terraform] Managing Vault Secrets via Terraform and OpenTofu: A K3s Token Implementation

    2026-04-11 0
  • [Proxmox] Setup proxmox cluster and join node

    2024-10-11 0
Recent Posts
  • [AI] Stateful Knowledge Management: Implementing the LLM-Wiki Architecture
  • MCP vs. OpenAPI: A Technical Architecture Judgment for 2026
  • [Architectural Analysis] Multi-Agent Design Patterns in C# LLM Workflows
  • [Terraform] Managing Vault Secrets via Terraform and OpenTofu: A K3s Token Implementation
  • [Proxmox] Setup proxmox cluster and join node
Recent Comments
  • C.H. Ling on [Angular] 自建Duel List
  • Boris Nates on [MySQL] Generate data dictionary
  • Saad on [Angular] 自建Duel List
  • Kushagra on [MySQL] Generate data dictionary
  • C.H. Ling on [Angular] Idle timeout checking

Copyright © 2026 | MH Magazine WordPress Theme by MH Themes

Ling's Note