<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
    <channel>
      <title>Elysium</title>
      <link>https://alp78.github.io/elysium</link>
      <description>Last 10 notes on Elysium</description>
      <generator>Quartz -- quartz.jzhao.xyz</generator>
      <item>
    <title>02 - File Manipulation</title>
    <link>https://alp78.github.io/elysium/01-Shell/02-File-Operations/02-file-manipulation</link>
    <guid>https://alp78.github.io/elysium/01-Shell/02-File-Operations/02-file-manipulation</guid>
    <description><![CDATA[ Safe file copying, moving, and deletion patterns for production environments. Covers rsync archive mode, chmod octal notation, chown for Docker/Airflow containers, and the safe delete pattern using a trash directory. ]]></description>
    <pubDate>Fri, 24 Apr 2026 00:00:00 GMT</pubDate>
  </item><item>
    <title>02 - Command History and Recall</title>
    <link>https://alp78.github.io/elysium/01-Shell/01-Scripting/02-command-history</link>
    <guid>https://alp78.github.io/elysium/01-Shell/01-Scripting/02-command-history</guid>
    <description><![CDATA[ How to search, replay, retain, and filter command history in Bash and PowerShell without confusing session-local recall with persistent history files. ]]></description>
    <pubDate>Sun, 19 Apr 2026 03:22:47 GMT</pubDate>
  </item><item>
    <title>04 - System Resources — Memory, CPU, and Disk I/O</title>
    <link>https://alp78.github.io/elysium/01-Shell/04-Process-Management/04-system-resources</link>
    <guid>https://alp78.github.io/elysium/01-Shell/04-Process-Management/04-system-resources</guid>
    <description><![CDATA[ Linux and PowerShell commands for monitoring memory, CPU, and disk I/O. Explains the 'available' vs 'free' memory distinction, load average interpretation, and how to read iostat for disk saturation. ]]></description>
    <pubDate>Sun, 19 Apr 2026 03:22:47 GMT</pubDate>
  </item><item>
    <title>MOC: Programming Languages</title>
    <link>https://alp78.github.io/elysium/02-Programming-Languages/moc-programming-languages</link>
    <guid>https://alp78.github.io/elysium/02-Programming-Languages/moc-programming-languages</guid>
    <description><![CDATA[ MOC: Programming Languages Python and C# for data engineering — 25 topics, each with paired notebooks showing the same concepts in both languages. ]]></description>
    <pubDate>Sun, 19 Apr 2026 03:22:47 GMT</pubDate>
  </item><item>
    <title>MOC: DataFrames</title>
    <link>https://alp78.github.io/elysium/03-Dataframes/moc-dataframes</link>
    <guid>https://alp78.github.io/elysium/03-Dataframes/moc-dataframes</guid>
    <description><![CDATA[ MOC: DataFrames Pandas and Polars side-by-side — 10 topics with paired Python and C# notebooks covering every DataFrame operation from loading to testing. ]]></description>
    <pubDate>Sun, 19 Apr 2026 03:22:47 GMT</pubDate>
  </item><item>
    <title>03 - Schemas, Tables, and Constraints</title>
    <link>https://alp78.github.io/elysium/04-Databases/01-SQL-Server/02-Database-Design-and-Storage/03-schemas-tables-and-constraints</link>
    <guid>https://alp78.github.io/elysium/04-Databases/01-SQL-Server/02-Database-Design-and-Storage/03-schemas-tables-and-constraints</guid>
    <description><![CDATA[ Schemas, Tables, and Constraints Summary This note owns the structural Data Definition Language that turns a SQL Server database into a usable model. ]]></description>
    <pubDate>Sun, 19 Apr 2026 03:22:47 GMT</pubDate>
  </item><item>
    <title>09 - PostgreSQL High Availability Overview</title>
    <link>https://alp78.github.io/elysium/04-Databases/02-PostgreSQL/01-Server-Operations/09-postgresql-high-availability-overview</link>
    <guid>https://alp78.github.io/elysium/04-Databases/02-PostgreSQL/01-Server-Operations/09-postgresql-high-availability-overview</guid>
    <description><![CDATA[ Architectural overview of PostgreSQL high availability: streaming replication, synchronous versus asynchronous commit, archive-based warm standby, automatic failover boundaries, monitoring surfaces, read-scale tradeoffs, and GCP deployment concerns. ]]></description>
    <pubDate>Sun, 19 Apr 2026 03:22:47 GMT</pubDate>
  </item><item>
    <title>12 - PostgreSQL Audit Logging</title>
    <link>https://alp78.github.io/elysium/04-Databases/02-PostgreSQL/01-Server-Operations/12-postgresql-audit-logging</link>
    <guid>https://alp78.github.io/elysium/04-Databases/02-PostgreSQL/01-Server-Operations/12-postgresql-audit-logging</guid>
    <description><![CDATA[ Operational PostgreSQL audit logging guide using built-in server logs, connection and statement logging, line-prefix design, failed-login detection, and the boundary between core logging and pgaudit-style extensions. ]]></description>
    <pubDate>Sun, 19 Apr 2026 03:22:47 GMT</pubDate>
  </item><item>
    <title>13 - PostgreSQL Encryption At Rest And In Transit</title>
    <link>https://alp78.github.io/elysium/04-Databases/02-PostgreSQL/01-Server-Operations/13-postgresql-encryption-at-rest-and-in-transit</link>
    <guid>https://alp78.github.io/elysium/04-Databases/02-PostgreSQL/01-Server-Operations/13-postgresql-encryption-at-rest-and-in-transit</guid>
    <description><![CDATA[ Production-facing PostgreSQL encryption guide covering the real core surfaces: SCRAM password hashing, TLS for data in transit, pgcrypto for selected columns, filesystem or block-device encryption for cluster files and backups, and the operational boundary where SQL Server-style TDE does not exist in core PostgreSQL. ]]></description>
    <pubDate>Sun, 19 Apr 2026 03:22:47 GMT</pubDate>
  </item><item>
    <title>16 - PostgreSQL Performance Audit Playbook</title>
    <link>https://alp78.github.io/elysium/04-Databases/02-PostgreSQL/01-Server-Operations/16-postgresql-performance-audit-playbook</link>
    <guid>https://alp78.github.io/elysium/04-Databases/02-PostgreSQL/01-Server-Operations/16-postgresql-performance-audit-playbook</guid>
    <description><![CDATA[ Production-first PostgreSQL performance audit playbook covering baseline identity, memory, current waits, I/O, statement visibility, index health, temp spills, blocking, statistics freshness, WAL and storage posture, security quick checks, and a findings-driven report. ]]></description>
    <pubDate>Sun, 19 Apr 2026 03:22:47 GMT</pubDate>
  </item>
    </channel>
  </rss>