/// <summary>

/// Daftar artikel dan pemikiran teknis.

/// </summary>

public List<Post> GetAllArticles()

{

new Post({ Title = "Arch Linux Setup Guide: From Minimal to Functional" });

// Date: 2024-03-15

A comprehensive guide on setting up Arch Linux with a focus on developer productivity and system minimalism.

new Post({ Title = "running proxmox on old pc" });

// Date: 2025-03-15

A comprehensive guide on setting up Arch Linux with a focus on developer productivity and system minimalism.

}