<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
  <title>Victoria&#39;s Tech Hub</title>
  <link>https://victoriacheng15.vercel.app/</link>
  <description>Software Engineer focused on building observable, scalable platforms. Documenting architectural trade-offs and systems engineering decisions, from data pipelines to cloud infrastructure.&#xA;</description>
  <language>en-us</language>
  <item>
    <title>[Engineering Log] Swapping Vue for Go</title>
    <link>https://victoriacheng15.vercel.app/blog/engineering-log-why-i-swapped-vue-for-go.html</link>
    <description>Rebuilding a Linktree-style Vue project as a Go static site generator to reduce npm maintenance, simplify builds, and learn Go through a small real-world publishing tool.</description>
    <pubDate>Tue, 21 Apr 2026 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/engineering-log-why-i-swapped-vue-for-go.html</guid>
  </item>
  <item>
    <title>[Engineering Log] Persistent AI Memory with Echo</title>
    <link>https://victoriacheng15.vercel.app/blog/engineering-log-persistent-ai-memory-with-echo.html</link>
    <description>Building an MCP server with Go and SQLite to give AI agents scoped, local-first memory, reduce repeated context setup, and keep project decisions available in CLI sessions.</description>
    <pubDate>Tue, 14 Apr 2026 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/engineering-log-persistent-ai-memory-with-echo.html</guid>
  </item>
  <item>
    <title>[Engineering Log] The Brittle JSON: Grafana Provisioning Failure</title>
    <link>https://victoriacheng15.vercel.app/blog/engineering-log-the-brittle-json-grafana-provisioning-failure.html</link>
    <description>Fixing Grafana dashboard provisioning by moving from brittle embedded JSON in values.yaml to standalone files, resolving &#39;invalid character&#39; bugs once and for all.</description>
    <pubDate>Tue, 07 Apr 2026 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/engineering-log-the-brittle-json-grafana-provisioning-failure.html</guid>
  </item>
  <item>
    <title>MCP-Ready Ecosystem Refactor</title>
    <link>https://victoriacheng15.vercel.app/blog/refactoring-for-an-mcp-ready-ecosystem.html</link>
    <description>Transitioning from fragmented multi-module scripts to a library-first platform using a unified Go workspace.</description>
    <pubDate>Tue, 31 Mar 2026 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/refactoring-for-an-mcp-ready-ecosystem.html</guid>
  </item>
  <item>
    <title>The SRE Era: Standardizing OpenTelemetry</title>
    <link>https://victoriacheng15.vercel.app/blog/the-sre-era-standardizing-opentelemetry.html</link>
    <description>Mastering SRE principles by transitioning from ad-hoc data collection to a standardized OpenTelemetry ecosystem using Prometheus, Grafana Tempo, and MinIO for persistence.</description>
    <pubDate>Tue, 24 Mar 2026 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/the-sre-era-standardizing-opentelemetry.html</guid>
  </item>
  <item>
    <title>[Engineering Log] The Phased Migration to Kubernetes</title>
    <link>https://victoriacheng15.vercel.app/blog/engineering-log-the-phased-migration-to-kubernetes.html</link>
    <description>Executing a risk-based, four-stage migration of the observability stack from Docker to Kubernetes to ensure data integrity and system stability.</description>
    <pubDate>Tue, 17 Mar 2026 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/engineering-log-the-phased-migration-to-kubernetes.html</guid>
  </item>
  <item>
    <title>[Engineering Log] The Migration Strangler: Promtail to Alloy</title>
    <link>https://victoriacheng15.vercel.app/blog/engineering-log-the-migration-strangler-promtail-to-alloy.html</link>
    <description>Migrating from EOL Promtail to Grafana Alloy via a Strangler Fig pattern, bridging Kubernetes and Docker logs to ensure zero visibility loss during the platform transition.</description>
    <pubDate>Tue, 10 Mar 2026 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/engineering-log-the-migration-strangler-promtail-to-alloy.html</guid>
  </item>
  <item>
    <title>[Engineering Log] Killing the Static .env with OpenBao</title>
    <link>https://victoriacheng15.vercel.app/blog/engineering-log-killing-the-static-env-with-openbao.html</link>
    <description>Eliminating static .env files by centralizing secrets in OpenBao via a reusable internal/secrets module, decoupling credentials to streamline the Kubernetes migration phase.</description>
    <pubDate>Tue, 03 Mar 2026 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/engineering-log-killing-the-static-env-with-openbao.html</guid>
  </item>
  <item>
    <title>[Engineering Log] Migrating Python CLI to Serverless</title>
    <link>https://victoriacheng15.vercel.app/blog/engineering-log-migrating-python-cli-to-serverless.html</link>
    <description>Why I migrated a local Python CLI script to an Azure Serverless Function to eliminate virtual environment friction and gain practical hands-on cloud experience.</description>
    <pubDate>Tue, 24 Feb 2026 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/engineering-log-migrating-python-cli-to-serverless.html</guid>
  </item>
  <item>
    <title>GitOps: From Timers to Webhooks</title>
    <link>https://victoriacheng15.vercel.app/blog/gitops-from-timers-to-webhooks.html</link>
    <description>From systemd timers to event-driven webhooks: How I leveraged a Go proxy to eliminate O(N) management toil and achieve instant GitOps syncs for multiple repositories.</description>
    <pubDate>Tue, 17 Feb 2026 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/gitops-from-timers-to-webhooks.html</guid>
  </item>
  <item>
    <title>Scaling with Systemd Template Units</title>
    <link>https://victoriacheng15.vercel.app/blog/scaling-with-systemd-template-units.html</link>
    <description>Learn to scale Linux automation using Systemd Template Units. Discover how the &#39;@&#39; symbol and gitops-sync timers simplify service management. Read the full guide to learn.</description>
    <pubDate>Tue, 10 Feb 2026 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/scaling-with-systemd-template-units.html</guid>
  </item>
  <item>
    <title>[Engineering Log] Cron vs. Systemd: A Deep Dive</title>
    <link>https://victoriacheng15.vercel.app/blog/engineering-log-cron-vs-systemd-a-deep-dive.html</link>
    <description>A deep dive into Systemd vs Cron: Automating an observability hub with self-healing timers, centralized logging, and dependency management. Read the full guide to learn.</description>
    <pubDate>Tue, 03 Feb 2026 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/engineering-log-cron-vs-systemd-a-deep-dive.html</guid>
  </item>
  <item>
    <title>January Reflection 2026</title>
    <link>https://victoriacheng15.vercel.app/blog/january-reflection-2026.html</link>
    <description>Reflecting on a shift from chatting with AI to refining context files. Learning to treat instructions as code and using the RFC process for better agent collaboration.</description>
    <pubDate>Tue, 27 Jan 2026 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/january-reflection-2026.html</guid>
  </item>
  <item>
    <title>From Metrics to Milestones</title>
    <link>https://victoriacheng15.vercel.app/blog/from-metrics-to-milestones.html</link>
    <description>Visualizing a project’s journey: a product-first landing page and a timeline generated from a structured YAML history of milestones. Dive into this step-by-step tutorial.</description>
    <pubDate>Tue, 20 Jan 2026 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/from-metrics-to-milestones.html</guid>
  </item>
  <item>
    <title>[Engineering Log] Why Not Index Everything?</title>
    <link>https://victoriacheng15.vercel.app/blog/engineering-log-why-not-index-everything.html</link>
    <description>An investigation into B-Trees, the library analogy, and why we don&#39;t index every column. Discover essential tips, full code examples, and practical insights in this guide.</description>
    <pubDate>Tue, 13 Jan 2026 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/engineering-log-why-not-index-everything.html</guid>
  </item>
  <item>
    <title>From Links to Reading Insights</title>
    <link>https://victoriacheng15.vercel.app/blog/from-links-to-reading-insights.html</link>
    <description>From article extractor to personal reading analytics dashboard—zero infrastructure, Go-powered metrics, and live visualizations on GitHub Pages. Dive into the full post.</description>
    <pubDate>Tue, 06 Jan 2026 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/from-links-to-reading-insights.html</guid>
  </item>
  <item>
    <title>Reflecting on the 2025</title>
    <link>https://victoriacheng15.vercel.app/blog/reflecting-on-the-2025.html</link>
    <description>How switching to a planning-first approach in 2025 helped me stop wandering in code and finally finish my side projects with purpose. Dive into this step-by-step tutorial.</description>
    <pubDate>Tue, 30 Dec 2025 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/reflecting-on-the-2025.html</guid>
  </item>
  <item>
    <title>Trying Azure Blob Storage</title>
    <link>https://victoriacheng15.vercel.app/blog/trying-azure-blob-storage.html</link>
    <description>How I loaded CSV data from Azure Blob Storage in a school project—with local fallback and no hardcoded secrets. Dive into this detailed tutorial to master the core concepts.</description>
    <pubDate>Tue, 23 Dec 2025 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/trying-azure-blob-storage.html</guid>
  </item>
  <item>
    <title>Trying Azure Container Registry</title>
    <link>https://victoriacheng15.vercel.app/blog/trying-azure-container-registry.html</link>
    <description>Learn how I used Azure Container Registry to securely store Docker images from a personal project, with GitHub Actions CI and zero hardcoded secrets. Read more to learn.</description>
    <pubDate>Tue, 16 Dec 2025 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/trying-azure-container-registry.html</guid>
  </item>
  <item>
    <title>Use Azure Key Vault for Secrets</title>
    <link>https://victoriacheng15.vercel.app/blog/use-azure-key-vault-for-secrets.html</link>
    <description>Securely manage app secrets in Azure using Key Vault—store credentials like GitHub OAuth IDs safely and handle local development with smart fallbacks. Read more to learn.</description>
    <pubDate>Tue, 09 Dec 2025 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/use-azure-key-vault-for-secrets.html</guid>
  </item>
  <item>
    <title>What I Learned About Python Decorators?</title>
    <link>https://victoriacheng15.vercel.app/blog/what-i-learned-about-python-decorators.html</link>
    <description>A simple explanation of Python decorators and how they helped me remove repetitive error handling across multiple API routes in my project. Read the full guide to learn.</description>
    <pubDate>Tue, 02 Dec 2025 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/what-i-learned-about-python-decorators.html</guid>
  </item>
  <item>
    <title>November Reflection 2025</title>
    <link>https://victoriacheng15.vercel.app/blog/november-reflection-2025.html</link>
    <description>Built a cover image generator with Azure Functions to learn serverless—explored cold starts, CI/CD, and planning-first development. Dive into this step-by-step tutorial.</description>
    <pubDate>Tue, 25 Nov 2025 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/november-reflection-2025.html</guid>
  </item>
  <item>
    <title>Cloud - What Is Fault Tolerance?</title>
    <link>https://victoriacheng15.vercel.app/blog/cloud-what-is-fault-tolerance.html</link>
    <description>Learn what fault tolerance means in cloud computing, how it works through redundancy and recovery, and why it’s key to keeping apps online even when systems fail.</description>
    <pubDate>Tue, 18 Nov 2025 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/cloud-what-is-fault-tolerance.html</guid>
  </item>
  <item>
    <title>Single-Stage or Multi-Stage Docker Builds</title>
    <link>https://victoriacheng15.vercel.app/blog/single-stage-or-multi-stage-docker-builds.html</link>
    <description>Explore single-stage vs multi-stage Docker builds with a small Flask API, learning differences in image size, build speed, and container optimization. Read more to learn.</description>
    <pubDate>Tue, 11 Nov 2025 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/single-stage-or-multi-stage-docker-builds.html</guid>
  </item>
  <item>
    <title>🌩️ Cloud: What Is High Availability</title>
    <link>https://victoriacheng15.vercel.app/blog/cloud-what-is-high-availability.html</link>
    <description>Learn High Availability in the cloud: how redundancy, load balancing, and failover keep your applications online with minimal downtime. Explore this comprehensive guide.</description>
    <pubDate>Tue, 04 Nov 2025 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/cloud-what-is-high-availability.html</guid>
  </item>
  <item>
    <title>October Reflection 2025</title>
    <link>https://victoriacheng15.vercel.app/blog/october-reflection-2025.html</link>
    <description>Reflections on evolving a Flask API from SQLite MVP to PostgreSQL with Docker, Azure cloud deployment, feature flags, and DevOps workflows. Read the full guide to learn.</description>
    <pubDate>Tue, 28 Oct 2025 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/october-reflection-2025.html</guid>
  </item>
  <item>
    <title>🌩️ Cloud – Elasticity vs Scalability</title>
    <link>https://victoriacheng15.vercel.app/blog/cloud-elasticity-vs-scalability.html</link>
    <description>Learn the key differences between cloud scalability and elasticity, with clear examples and visual timelines showing how resources adjust over time. Read more to learn.</description>
    <pubDate>Tue, 21 Oct 2025 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/cloud-elasticity-vs-scalability.html</guid>
  </item>
  <item>
    <title>How to Trigger Workflows Between Repos</title>
    <link>https://victoriacheng15.vercel.app/blog/how-to-trigger-workflows-between-repos.html</link>
    <description>Learn how to trigger GitHub Actions workflows within the same repo and across repos to automate tasks like syncing blog posts. Discover essential tips and practical guides.</description>
    <pubDate>Tue, 23 Sep 2025 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/how-to-trigger-workflows-between-repos.html</guid>
  </item>
  <item>
    <title>Python zip Explained with Examples</title>
    <link>https://victoriacheng15.vercel.app/blog/python-zip-explained-with-examples.html</link>
    <description>Learn how Python&#39;s zip() function pairs iterables into tuples. Simple examples show looping, unzipping, and creating dictionaries efficiently. Read the full guide to learn.</description>
    <pubDate>Tue, 16 Sep 2025 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/python-zip-explained-with-examples.html</guid>
  </item>
  <item>
    <title>Astro Builds with Mermaid Diagrams</title>
    <link>https://victoriacheng15.vercel.app/blog/astro-builds-with-mermaid-diagrams.html</link>
    <description>Learn how to render Mermaid diagrams in Astro using rehype-mermaid and Playwright, with GitHub Actions for preview and production deployments. Read the full guide to learn.</description>
    <pubDate>Tue, 09 Sep 2025 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/astro-builds-with-mermaid-diagrams.html</guid>
  </item>
  <item>
    <title>Understanding APIs: REST vs GraphQL</title>
    <link>https://victoriacheng15.vercel.app/blog/understanding-apis-rest-vs-graphql.html</link>
    <description>Learn the key differences between REST and GraphQL APIs, their pros and cons, and when to use each for your project. Read this comprehensive guide to learn much more.</description>
    <pubDate>Tue, 02 Sep 2025 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/understanding-apis-rest-vs-graphql.html</guid>
  </item>
  <item>
    <title>August Reflection 2025</title>
    <link>https://victoriacheng15.vercel.app/blog/august-reflection-2025.html</link>
    <description>Reflecting on my 4-month Shopify internship: embracing progress over perfection, lightening my technical backpack, and shipping with confidence. Dive into the full post.</description>
    <pubDate>Tue, 26 Aug 2025 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/august-reflection-2025.html</guid>
  </item>
  <item>
    <title>Understanding Data Modeling</title>
    <link>https://victoriacheng15.vercel.app/blog/understanding-data-modeling.html</link>
    <description>Overview of conceptual, logical, and physical data models with examples and diagrams to guide database design from abstract ideas to implementation. Read more to learn.</description>
    <pubDate>Tue, 19 Aug 2025 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/understanding-data-modeling.html</guid>
  </item>
  <item>
    <title>Understanding HTTP Methods and Status</title>
    <link>https://victoriacheng15.vercel.app/blog/understanding-http-methods-and-status.html</link>
    <description>Learn the essentials of HTTP methods (GET, POST, PUT, PATCH, DELETE) and common status codes to build clear, effective APIs. Discover essential tips and practical guides.</description>
    <pubDate>Tue, 12 Aug 2025 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/understanding-http-methods-and-status.html</guid>
  </item>
  <item>
    <title>From Pi to Cloud Automation</title>
    <link>https://victoriacheng15.vercel.app/blog/from-pi-to-cloud-automation.html</link>
    <description>Automate content gathering with a Python script and GitHub Actions. No servers, no Pi—just daily updates straight to your Google Sheet. Explore this comprehensive guide.</description>
    <pubDate>Tue, 05 Aug 2025 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/from-pi-to-cloud-automation.html</guid>
  </item>
  <item>
    <title>July Reflection 2025</title>
    <link>https://victoriacheng15.vercel.app/blog/july-reflection-2025.html</link>
    <description>A reflection on learning through the lens of a technical backpack — what I’ve added, what I’ve let go, and how I’m making space for smarter growth. Dive into the full post.</description>
    <pubDate>Tue, 29 Jul 2025 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/july-reflection-2025.html</guid>
  </item>
  <item>
    <title>Exploring df - Linux Commands</title>
    <link>https://victoriacheng15.vercel.app/blog/exploring-df-linux-commands.html</link>
    <description>Learn how to use the df command in Linux to check disk space usage, view file system types, and monitor mounted volumes with practical examples and flags. Read more to learn.</description>
    <pubDate>Tue, 22 Jul 2025 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/exploring-df-linux-commands.html</guid>
  </item>
  <item>
    <title>Exploring curl - Linux Commands</title>
    <link>https://victoriacheng15.vercel.app/blog/exploring-curl-linux-commands.html</link>
    <description>Learn how to use the curl command in Linux to download files, interact with APIs, send POST data, handle redirects, and more with simple examples. Dive into the full post.</description>
    <pubDate>Tue, 15 Jul 2025 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/exploring-curl-linux-commands.html</guid>
  </item>
  <item>
    <title>Python Dunder Methods: Arithmetic operators</title>
    <link>https://victoriacheng15.vercel.app/blog/python-dunder-methods-arithmetic-operators.html</link>
    <description>Unlock the power of Python&#39;s arithmetic operators! Learn how dunder methods like __add__ and __mul__ work under the hood to give you full control over your objects.</description>
    <pubDate>Tue, 08 Jul 2025 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/python-dunder-methods-arithmetic-operators.html</guid>
  </item>
  <item>
    <title>Python Orderability Dunder Methods Revealed</title>
    <link>https://victoriacheng15.vercel.app/blog/python-orderability-dunder-methods-revealed.html</link>
    <description>Master Python comparison operators (&lt;, &gt;, &lt;=, &gt;=) with dunder methods. Learn how to make objects sortable using a CoffeeShop example with clear code. Read more to learn.</description>
    <pubDate>Tue, 01 Jul 2025 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/python-orderability-dunder-methods-revealed.html</guid>
  </item>
  <item>
    <title>June Reflection 2025</title>
    <link>https://victoriacheng15.vercel.app/blog/june-reflection-2025.html</link>
    <description>Impostor syndrome showed up more during my internship. I&#39;m learning to face it one step at a time — figuring things out as I go. Dive into this step-by-step tutorial.</description>
    <pubDate>Tue, 24 Jun 2025 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/june-reflection-2025.html</guid>
  </item>
  <item>
    <title>Automate Cleanup With Python Contexts</title>
    <link>https://victoriacheng15.vercel.app/blog/automate-cleanup-with-python-contexts.html</link>
    <description>Python context managers use enter and exit methods to automatically handle resource cleanup and errors in with blocks, making your code more reliable. Read more to learn.</description>
    <pubDate>Tue, 17 Jun 2025 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/automate-cleanup-with-python-contexts.html</guid>
  </item>
  <item>
    <title>Python Secret Double Underscore Tricks</title>
    <link>https://victoriacheng15.vercel.app/blog/python-secret-double-underscore-tricks.html</link>
    <description>Learn Python dunder methods by building a Coffee class step-by-step. Master init, str, repr, eq &amp; len with clear examples. Perfect for beginners! Dive into the full post.</description>
    <pubDate>Tue, 10 Jun 2025 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/python-secret-double-underscore-tricks.html</guid>
  </item>
  <item>
    <title>Exploring wget - Linux Commands</title>
    <link>https://victoriacheng15.vercel.app/blog/exploring-wget-linux-commands.html</link>
    <description>Linux wget command guide: download files, resume transfers, limit speed &amp; automate tasks with practical examples for efficient downloading. Read the full guide to learn.</description>
    <pubDate>Tue, 03 Jun 2025 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/exploring-wget-linux-commands.html</guid>
  </item>
  <item>
    <title>May Reflection 2025</title>
    <link>https://victoriacheng15.vercel.app/blog/may-reflection-2025.html</link>
    <description>Almost done with my first month at Shopify internship—learning to work with large codebases, adapt to AI tools, and improve problem-solving skills. Dive into the full post.</description>
    <pubDate>Tue, 27 May 2025 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/may-reflection-2025.html</guid>
  </item>
  <item>
    <title>Learning SQL: Constraints – Ensuring Data Integrity</title>
    <link>https://victoriacheng15.vercel.app/blog/learning-sql-constraints-ensuring-data-integrity.html</link>
    <description>Learn essential SQL constraints - NOT NULL, UNIQUE, CHECK, and DEFAULT - to enforce data integrity and maintain database accuracy with practical examples. Read more to learn.</description>
    <pubDate>Tue, 20 May 2025 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/learning-sql-constraints-ensuring-data-integrity.html</guid>
  </item>
  <item>
    <title>Learning SQL: PRIMARY VS FOREGIN KEYS</title>
    <link>https://victoriacheng15.vercel.app/blog/learning-sql-primary-vs-foregin-keys.html</link>
    <description>Understand the difference between PRIMARY KEY and FOREIGN KEY in SQL, how they enforce data integrity, and link database tables with practical examples. Read more to learn.</description>
    <pubDate>Tue, 13 May 2025 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/learning-sql-primary-vs-foregin-keys.html</guid>
  </item>
  <item>
    <title>Exploring scp - Linux Commands</title>
    <link>https://victoriacheng15.vercel.app/blog/exploring-scp-linux-commands.html</link>
    <description>Learn how to use the SCP command in Linux for secure file transfers between local and remote systems. Master key options &amp; practical examples! 🔐📁. Dive into the full post.</description>
    <pubDate>Tue, 06 May 2025 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/exploring-scp-linux-commands.html</guid>
  </item>
  <item>
    <title>April Reflection 2025</title>
    <link>https://victoriacheng15.vercel.app/blog/april-reflection-2025.html</link>
    <description>Observing vibe coding trends in software development - how AI tools impact both developers and non-coders, balancing efficiency with technical quality. Read more to learn.</description>
    <pubDate>Tue, 29 Apr 2025 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/april-reflection-2025.html</guid>
  </item>
  <item>
    <title>Learning SQL: UNION and UNION ALL</title>
    <link>https://victoriacheng15.vercel.app/blog/learning-sql-union-and-union-all.html</link>
    <description>Learn the difference between SQL UNION and UNION ALL—how to combine query results, remove duplicates, and optimize performance. Essential for data analysis! 🚀. Read on.</description>
    <pubDate>Tue, 22 Apr 2025 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/learning-sql-union-and-union-all.html</guid>
  </item>
  <item>
    <title>Exploring ssh - Linux Commands</title>
    <link>https://victoriacheng15.vercel.app/blog/exploring-ssh-linux-commands.html</link>
    <description>Learn how to use the SSH command in Linux for secure remote access, port forwarding &amp; key authentication. Essential for sysadmins &amp; developers! 🔐🖥️. Read more to learn.</description>
    <pubDate>Tue, 15 Apr 2025 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/exploring-ssh-linux-commands.html</guid>
  </item>
  <item>
    <title>Learning SQL: Subqueries</title>
    <link>https://victoriacheng15.vercel.app/blog/learning-sql-subqueries.html</link>
    <description>Master SQL subqueries &amp; operators (ANY, ALL, EXISTS) with clear examples. Learn nested queries for WHERE, FROM, SELECT clauses—boost your SQL skills today! Read more to learn.</description>
    <pubDate>Tue, 08 Apr 2025 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/learning-sql-subqueries.html</guid>
  </item>
  <item>
    <title>SSL and TLS Explained for Secure Communication</title>
    <link>https://victoriacheng15.vercel.app/blog/ssl-and-tls-explained-for-secure-communication.html</link>
    <description>Learn how SSL/TLS secures online communication, protects your data, and ensures privacy. Understand the handshake process and its importance in simple terms. Read on.</description>
    <pubDate>Tue, 01 Apr 2025 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/ssl-and-tls-explained-for-secure-communication.html</guid>
  </item>
  <item>
    <title>March Reflection 2025</title>
    <link>https://victoriacheng15.vercel.app/blog/march-reflection-2025.html</link>
    <description>March reflections: Learning Go with Gopher Learning and exploring Ansible for server automation. Exciting progress in coding &amp; DevOps!”. Explore this comprehensive guide.</description>
    <pubDate>Tue, 25 Mar 2025 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/march-reflection-2025.html</guid>
  </item>
  <item>
    <title>Exploring ping - Linux Commands</title>
    <link>https://victoriacheng15.vercel.app/blog/exploring-ping-linux-commands.html</link>
    <description>Learn how to use the Linux ping command to test network connectivity, troubleshoot issues, and measure response times in simple, easy steps. Read the full guide to learn.</description>
    <pubDate>Tue, 18 Mar 2025 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/exploring-ping-linux-commands.html</guid>
  </item>
  <item>
    <title>Learning SQL: CASE</title>
    <link>https://victoriacheng15.vercel.app/blog/learning-sql-case.html</link>
    <description>Learn how to use the SQL CASE statement for conditional logic in queries. Master categorization, custom labels, and conditional calculations with examples! Read more to learn.</description>
    <pubDate>Tue, 11 Mar 2025 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/learning-sql-case.html</guid>
  </item>
  <item>
    <title>Learning SQL: HAVING</title>
    <link>https://victoriacheng15.vercel.app/blog/learning-sql-having.html</link>
    <description>Master the SQL HAVING clause to filter grouped data. Understand how to apply conditions to aggregated results with practical examples and use cases. Read more to learn.</description>
    <pubDate>Tue, 04 Mar 2025 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/learning-sql-having.html</guid>
  </item>
  <item>
    <title>February Reflection 2025</title>
    <link>https://victoriacheng15.vercel.app/blog/february-reflection-2025.html</link>
    <description>Reflecting on building tools to improve efficiency, recreating projects in new languages, and exploring Ansible for automation. Simplifying workflows, one project at a time.</description>
    <pubDate>Tue, 25 Feb 2025 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/february-reflection-2025.html</guid>
  </item>
  <item>
    <title>Learning SQL: GROUP BY</title>
    <link>https://victoriacheng15.vercel.app/blog/learning-sql-group-by.html</link>
    <description>Learn how to use the SQL GROUP BY clause to group and summarize data. Perfect for aggregating and analyzing datasets with clear examples and explanations. Read more to learn.</description>
    <pubDate>Tue, 18 Feb 2025 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/learning-sql-group-by.html</guid>
  </item>
  <item>
    <title>Learning SQL: CROSS JOIN</title>
    <link>https://victoriacheng15.vercel.app/blog/learning-sql-cross-join.html</link>
    <description>Learn SQL CROSS JOIN: Combine every row from two tables, create all possible combinations, and understand its use cases for data analysis. Read the full guide to learn.</description>
    <pubDate>Tue, 11 Feb 2025 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/learning-sql-cross-join.html</guid>
  </item>
  <item>
    <title>Learning SQL: FULL OUTER JOIN</title>
    <link>https://victoriacheng15.vercel.app/blog/learning-sql-full-outer-join.html</link>
    <description>Master SQL FULL OUTER JOIN: Combine data from two tables, retain all rows, handle NULL values, and optimize queries for better insights. Explore this comprehensive guide.</description>
    <pubDate>Tue, 04 Feb 2025 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/learning-sql-full-outer-join.html</guid>
  </item>
  <item>
    <title>January Reflection 2025</title>
    <link>https://victoriacheng15.vercel.app/blog/january-reflection-2025.html</link>
    <description>Excited to expand my knowledge in OOP3, mobile app dev, Azure, AAA testing, and CI/CD pipelines. Ready to grow skills and embrace new tech trends in 2025! Read more to learn.</description>
    <pubDate>Tue, 28 Jan 2025 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/january-reflection-2025.html</guid>
  </item>
  <item>
    <title>Learning SQL: RIGHT JOIN</title>
    <link>https://victoriacheng15.vercel.app/blog/learning-sql-right-join.html</link>
    <description>Learn how to use the RIGHT JOIN clause in SQL to combine tables, retain all data from the right table, and handle NULL values effectively with examples. Read more to learn.</description>
    <pubDate>Tue, 21 Jan 2025 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/learning-sql-right-join.html</guid>
  </item>
  <item>
    <title>Learning SQL: LEFT JOIN</title>
    <link>https://victoriacheng15.vercel.app/blog/learning-sql-left-join.html</link>
    <description>Learn about SQL LEFT JOIN: combine data from two tables, return all rows from the left table, and fill unmatched rows with NULL values. Clear examples included! Read on.</description>
    <pubDate>Tue, 14 Jan 2025 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/learning-sql-left-join.html</guid>
  </item>
  <item>
    <title>Learning SQL: INNER JOIN</title>
    <link>https://victoriacheng15.vercel.app/blog/learning-sql-inner-join.html</link>
    <description>Learn how to use the SQL JOIN command to combine data from multiple tables. Understand JOIN ON, JOIN USING, and NATURAL JOIN with examples and tips. Read more to learn.</description>
    <pubDate>Tue, 07 Jan 2025 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/learning-sql-inner-join.html</guid>
  </item>
  <item>
    <title>Reflecting on 2024</title>
    <link>https://victoriacheng15.vercel.app/blog/reflecting-on-2024.html</link>
    <description>In 2025, I aim to expand my skills in cloud computing, DevOps, SQL, and cybersecurity, while continuing my growth in software development and organization. Read more to learn.</description>
    <pubDate>Tue, 31 Dec 2024 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/reflecting-on-2024.html</guid>
  </item>
  <item>
    <title>Learning SQL: DELETE</title>
    <link>https://victoriacheng15.vercel.app/blog/learning-sql-delete.html</link>
    <description>Learn how to use the SQL DELETE clause to remove records from a table. Master its syntax, apply conditions, and handle constraints to manage data effectively. Read on.</description>
    <pubDate>Tue, 24 Dec 2024 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/learning-sql-delete.html</guid>
  </item>
  <item>
    <title>Learning SQL: UPDATE</title>
    <link>https://victoriacheng15.vercel.app/blog/learning-sql-update.html</link>
    <description>Learn how to use the SQL UPDATE clause to modify existing data. Master its syntax, apply conditions, and ensure data integrity with constraints. Dive into the full post.</description>
    <pubDate>Tue, 17 Dec 2024 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/learning-sql-update.html</guid>
  </item>
  <item>
    <title>What is a Garbage Collection</title>
    <link>https://victoriacheng15.vercel.app/blog/what-is-a-garbage-collection.html</link>
    <description>Learn about garbage collection: the process of reclaiming unused memory in programming, with a deep dive into JavaScript&#39;s automated memory management. Read more to learn.</description>
    <pubDate>Tue, 10 Dec 2024 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/what-is-a-garbage-collection.html</guid>
  </item>
  <item>
    <title>November Reflection 2024</title>
    <link>https://victoriacheng15.vercel.app/blog/november-reflection-2024.html</link>
    <description>Exploring a new journaling system with Google Docs tabs and insights from Fundamentals of Software Architecture on design, trade-offs, and adaptability. Read more to learn.</description>
    <pubDate>Tue, 26 Nov 2024 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/november-reflection-2024.html</guid>
  </item>
  <item>
    <title>Learning SQL: INSERT INTO</title>
    <link>https://victoriacheng15.vercel.app/blog/learning-sql-insert-into.html</link>
    <description>Learn the SQL INSERT INTO statement to add single or multiple rows to a table, insert into specific columns, and handle constraints for efficient data entry. Read on.</description>
    <pubDate>Tue, 19 Nov 2024 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/learning-sql-insert-into.html</guid>
  </item>
  <item>
    <title>Learning SQL: LIMIT and OFFSET</title>
    <link>https://victoriacheng15.vercel.app/blog/learning-sql-limit-and-offset.html</link>
    <description>Learn how to use SQL&#39;s LIMIT and OFFSET clauses together to control query results, paginate data, and improve performance when working with large datasets. Read more to learn.</description>
    <pubDate>Tue, 12 Nov 2024 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/learning-sql-limit-and-offset.html</guid>
  </item>
  <item>
    <title>Exploring chmod - Linux Commands</title>
    <link>https://victoriacheng15.vercel.app/blog/exploring-chmod-linux-commands.html</link>
    <description>Learn how to use the chmod command in Linux to manage file permissions effectively, ensuring proper access control for users and groups. Explore this comprehensive guide.</description>
    <pubDate>Sat, 09 Nov 2024 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/exploring-chmod-linux-commands.html</guid>
  </item>
  <item>
    <title>Understanding the TCP Three-Way Handshake</title>
    <link>https://victoriacheng15.vercel.app/blog/understanding-the-tcp-three-way-handshake.html</link>
    <description>Explore the TCP 3-way handshake, a crucial step for reliable internet communication. Learn how it ensures accurate data transfer and stable connections. Read more to learn.</description>
    <pubDate>Tue, 05 Nov 2024 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/understanding-the-tcp-three-way-handshake.html</guid>
  </item>
  <item>
    <title>Exploring chown - Linux Commands</title>
    <link>https://victoriacheng15.vercel.app/blog/exploring-chown-linux-commands.html</link>
    <description>Learn how to use the chown command in Linux to change file and directory ownership, with examples and common use cases. Read this comprehensive guide to learn much more.</description>
    <pubDate>Sat, 12 Oct 2024 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/exploring-chown-linux-commands.html</guid>
  </item>
  <item>
    <title>Learning SQL: ORDER BY</title>
    <link>https://victoriacheng15.vercel.app/blog/learning-sql-order-by.html</link>
    <description>Learn how to use the SQL ORDER BY clause to sort query results by one or multiple columns in ascending or descending order with clear examples. Dive into the full post.</description>
    <pubDate>Tue, 08 Oct 2024 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/learning-sql-order-by.html</guid>
  </item>
  <item>
    <title>Exploring chgrp - Linux Commands</title>
    <link>https://victoriacheng15.vercel.app/blog/exploring-chgrp-linux-commands.html</link>
    <description>Learn how to use the chgrp command in Linux to change group ownership of files and directories. Perfect for system admins! Discover essential tips and practical guides.</description>
    <pubDate>Sat, 05 Oct 2024 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/exploring-chgrp-linux-commands.html</guid>
  </item>
  <item>
    <title>Learning SQL: WHERE</title>
    <link>https://victoriacheng15.vercel.app/blog/learning-sql-where.html</link>
    <description>Learn how to filter data using the SQL WHERE clause with operators like IN, LIKE, and more. Master combining conditions with AND and OR for efficient queries. Read on.</description>
    <pubDate>Tue, 01 Oct 2024 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/learning-sql-where.html</guid>
  </item>
  <item>
    <title>Exploring find - Linux Commands</title>
    <link>https://victoriacheng15.vercel.app/blog/exploring-find-linux-commands.html</link>
    <description>Discover how to use the find command in Linux to locate files and directories efficiently. Learn options, examples, and common use cases in this casual guide! Read on.</description>
    <pubDate>Sat, 28 Sep 2024 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/exploring-find-linux-commands.html</guid>
  </item>
  <item>
    <title>September Reflection 2024</title>
    <link>https://victoriacheng15.vercel.app/blog/september-reflection-2024.html</link>
    <description>Reflect on insights from The Strangest Secret by Nightingale, focusing on the power of thoughts, goal-setting, and staying positive on your journey to success. Read on.</description>
    <pubDate>Tue, 24 Sep 2024 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/september-reflection-2024.html</guid>
  </item>
  <item>
    <title>Exploring awk - Linux Commands</title>
    <link>https://victoriacheng15.vercel.app/blog/exploring-awk-linux-commands.html</link>
    <description>Learn how to use the awk command in Linux for text processing, data extraction, and reporting with practical examples and common use cases. Read the full guide to learn.</description>
    <pubDate>Sat, 21 Sep 2024 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/exploring-awk-linux-commands.html</guid>
  </item>
  <item>
    <title>Learning SQL: Column Alias</title>
    <link>https://victoriacheng15.vercel.app/blog/learning-sql-column-alias.html</link>
    <description>Learn how to use column aliases in SQL to simplify your query results, make calculations more readable, and improve clarity with easy-to-understand examples. Read on.</description>
    <pubDate>Tue, 17 Sep 2024 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/learning-sql-column-alias.html</guid>
  </item>
  <item>
    <title>Exploring sed - Linux Commands</title>
    <link>https://victoriacheng15.vercel.app/blog/exploring-sed-linux-commands.html</link>
    <description>Learn how to use the sed command in Linux for text manipulation, including substitution, deletion, and insertion, with common use cases and helpful options. Read on.</description>
    <pubDate>Sat, 14 Sep 2024 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/exploring-sed-linux-commands.html</guid>
  </item>
  <item>
    <title>Learning SQL: SELECT and SELECT DISTINCT</title>
    <link>https://victoriacheng15.vercel.app/blog/learning-sql-select-and-select-distinct.html</link>
    <description>Learn how to use SQL&#39;s SELECT statement to retrieve data and filter out duplicates with DISTINCT with examples. Dive into this detailed tutorial to master the core concepts.</description>
    <pubDate>Tue, 10 Sep 2024 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/learning-sql-select-and-select-distinct.html</guid>
  </item>
  <item>
    <title>Exploring diff - Linux Commands</title>
    <link>https://victoriacheng15.vercel.app/blog/exploring-diff-linux-commands.html</link>
    <description>Compare files with the diff command in Linux. Find differences, ignore whitespace, and more. Learn how to use it effectively with our concise guide. Read more to learn.</description>
    <pubDate>Sat, 07 Sep 2024 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/exploring-diff-linux-commands.html</guid>
  </item>
  <item>
    <title>Exploring the Python OS Module</title>
    <link>https://victoriacheng15.vercel.app/blog/exploring-the-python-os-module.html</link>
    <description>earn how to use Python&#39;s os module for file handling, directory management, path manipulation, and environment variables. Explore practical examples and tips. Read on.</description>
    <pubDate>Tue, 03 Sep 2024 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/exploring-the-python-os-module.html</guid>
  </item>
  <item>
    <title>Exploring gzip and gunzip - Linux Commands</title>
    <link>https://victoriacheng15.vercel.app/blog/exploring-gzip-and-gunzip-linux-commands.html</link>
    <description>Learn how to use gzip and gunzip for file compression and decompression in Linux. Discover key options and commands for efficient file management. Dive into the full post.</description>
    <pubDate>Sat, 31 Aug 2024 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/exploring-gzip-and-gunzip-linux-commands.html</guid>
  </item>
  <item>
    <title>August Reflection 2024</title>
    <link>https://victoriacheng15.vercel.app/blog/august-reflection-2024.html</link>
    <description>Balancing career goals with cultural fit is key. Discover how to assess company culture with Marion&#39;s TED Talk on finding your ideal workplace. Dive into the full post.</description>
    <pubDate>Tue, 27 Aug 2024 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/august-reflection-2024.html</guid>
  </item>
  <item>
    <title>Exploring uniq - Linux Commands</title>
    <link>https://victoriacheng15.vercel.app/blog/exploring-uniq-linux-commands.html</link>
    <description>Learn how to use the uniq command in Linux to filter out duplicate lines, count occurrences, and print only unique or duplicate lines. Explore this comprehensive guide.</description>
    <pubDate>Sat, 24 Aug 2024 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/exploring-uniq-linux-commands.html</guid>
  </item>
  <item>
    <title>IPv4 vs IPv6: A Quick Guide</title>
    <link>https://victoriacheng15.vercel.app/blog/ipv4-vs-ipv6-a-quick-guide.html</link>
    <description>Explore the key differences between IPv4 and IPv6, focusing on address size, security, and performance, and understand their impact on the internet. Read more to learn.</description>
    <pubDate>Tue, 20 Aug 2024 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/ipv4-vs-ipv6-a-quick-guide.html</guid>
  </item>
  <item>
    <title>Exploring sort - Linux Commands</title>
    <link>https://victoriacheng15.vercel.app/blog/exploring-sort-linux-commands.html</link>
    <description>Learn how to use the sort command in Linux to organize text files by sorting lines alphabetically, numerically, or in reverse order and explore its options. Read on.</description>
    <pubDate>Sat, 17 Aug 2024 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/exploring-sort-linux-commands.html</guid>
  </item>
  <item>
    <title>Python Error Handling: try, except, else, and finally</title>
    <link>https://victoriacheng15.vercel.app/blog/python-error-handling-try-except-else-and-finally.html</link>
    <description>Learn how to handle errors in Python using try, except, else, and finally blocks. This guide covers common exceptions and best practices for robust code. Read more to learn.</description>
    <pubDate>Tue, 13 Aug 2024 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/python-error-handling-try-except-else-and-finally.html</guid>
  </item>
  <item>
    <title>Exploring wc - Linux Commands</title>
    <link>https://victoriacheng15.vercel.app/blog/exploring-wc-linux-commands.html</link>
    <description>Learn how to use the wc command in Linux to count lines, words, bytes, and more in files. Explore options and get helpful tips for efficient file analysis. Read more to learn.</description>
    <pubDate>Sat, 10 Aug 2024 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/exploring-wc-linux-commands.html</guid>
  </item>
  <item>
    <title>Understanding the Difference Between TCP and UDP</title>
    <link>https://victoriacheng15.vercel.app/blog/understanding-the-difference-between-tcp-and-udp.html</link>
    <description>Explore TCP vs UDP with a post office analogy. Learn when to choose reliable, ordered TCP or faster, less reliable UDP for different network applications. Read more to learn.</description>
    <pubDate>Tue, 06 Aug 2024 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/understanding-the-difference-between-tcp-and-udp.html</guid>
  </item>
  <item>
    <title>Exploring cut - Linux Commands</title>
    <link>https://victoriacheng15.vercel.app/blog/exploring-cut-linux-commands.html</link>
    <description>Learn how to use the cut command in Linux to extract specific sections from text. Discover options for cutting bytes, characters, fields, and more. Dive into the full post.</description>
    <pubDate>Sat, 03 Aug 2024 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/exploring-cut-linux-commands.html</guid>
  </item>
  <item>
    <title>July Reflection 2024</title>
    <link>https://victoriacheng15.vercel.app/blog/july-reflection-2024.html</link>
    <description>Exploring quitting’s strategic value, student perks with Microsoft Azure, and efficient skill learning. Plus, reflections on impactful books read this month. Read on.</description>
    <pubDate>Tue, 30 Jul 2024 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/july-reflection-2024.html</guid>
  </item>
  <item>
    <title>Unveiling Alchemy: Power of Absurdity</title>
    <link>https://victoriacheng15.vercel.app/blog/unveiling-alchemy-power-of-absurdity.html</link>
    <description>Discover how Rory Sutherland&#39;s Alchemy reveals the power of unconventional ideas and perception. Embrace the absurd for innovative breakthroughs and success. Read on.</description>
    <pubDate>Sat, 27 Jul 2024 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/unveiling-alchemy-power-of-absurdity.html</guid>
  </item>
  <item>
    <title>Python - Exploring Lambda Functions</title>
    <link>https://victoriacheng15.vercel.app/blog/python-exploring-lambda-functions.html</link>
    <description>Discover Python lambda functions! Learn their syntax, benefits, and examples, including using lambdas without arguments, to enhance your coding skills. Read more to learn.</description>
    <pubDate>Tue, 23 Jul 2024 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/python-exploring-lambda-functions.html</guid>
  </item>
  <item>
    <title>Exploring less and more - Linux Commands</title>
    <link>https://victoriacheng15.vercel.app/blog/exploring-less-and-more-linux-commands.html</link>
    <description>Learn about the more and less commands in Linux for paginating file content. Discover their basic syntax, options, and how to get additional help. Dive into the full post.</description>
    <pubDate>Sat, 20 Jul 2024 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/exploring-less-and-more-linux-commands.html</guid>
  </item>
  <item>
    <title>Data Structure - Hash Tables</title>
    <link>https://victoriacheng15.vercel.app/blog/data-structure-hash-tables.html</link>
    <description>Discover hash tables, a fast data structure for quick retrieval. Learn how they work, handle collisions, and their applications in databases, caches, and more. Read on.</description>
    <pubDate>Tue, 16 Jul 2024 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/data-structure-hash-tables.html</guid>
  </item>
  <item>
    <title>Exploring grep - Linux Commands</title>
    <link>https://victoriacheng15.vercel.app/blog/exploring-grep-linux-commands.html</link>
    <description>Use the grep command in Linux to search for patterns in files. Explore options for case-insensitive search, and more to filter and find text efficiently. Read more to learn.</description>
    <pubDate>Sat, 13 Jul 2024 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/exploring-grep-linux-commands.html</guid>
  </item>
  <item>
    <title>Understanding the OSI Reference Model</title>
    <link>https://victoriacheng15.vercel.app/blog/understanding-the-osi-reference-model.html</link>
    <description>Overview of the OSI Reference Model: Learn about the seven layers, their functions, and how they enable seamless network communication between diverse systems. Read on.</description>
    <pubDate>Tue, 09 Jul 2024 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/understanding-the-osi-reference-model.html</guid>
  </item>
  <item>
    <title>Exploring head and tail - Linux Commands</title>
    <link>https://victoriacheng15.vercel.app/blog/exploring-head-and-tail-linux-commands.html</link>
    <description>Discover the head and tail commands in Linux. Discover their syntax and options to view the start and end of files efficiently. Level up your Linux knowledge! Read on.</description>
    <pubDate>Sat, 06 Jul 2024 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/exploring-head-and-tail-linux-commands.html</guid>
  </item>
  <item>
    <title>Python - sorted() vs sort() Usage</title>
    <link>https://victoriacheng15.vercel.app/blog/python-sorted-vs-sort-usage.html</link>
    <description>Learn the differences between Python&#39;s sorted() and sort() functions, with examples for lists, tuples, and dictionaries. Understand their parameters and usage. Read on.</description>
    <pubDate>Thu, 04 Jul 2024 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/python-sorted-vs-sort-usage.html</guid>
  </item>
  <item>
    <title>Understanding Node.js Event Loop Efficiency</title>
    <link>https://victoriacheng15.vercel.app/blog/understanding-node-js-event-loop-efficiency.html</link>
    <description>Understand how Node.js&#39;s event loop and non-blocking I/O efficiently manage concurrent tasks in a single-threaded environment for high-performance apps. Read more to learn.</description>
    <pubDate>Tue, 02 Jul 2024 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/understanding-node-js-event-loop-efficiency.html</guid>
  </item>
  <item>
    <title>Make Time - Conquer Busyness, End Distractions</title>
    <link>https://victoriacheng15.vercel.app/blog/make-time-conquer-busyness-end-distractions.html</link>
    <description>Discover effective strategies from the Make Time book by Jake Knapp and John Zeratsky to reduce distractions and stay focused on what matters. Read the full guide to learn.</description>
    <pubDate>Sat, 29 Jun 2024 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/make-time-conquer-busyness-end-distractions.html</guid>
  </item>
  <item>
    <title>June Reflection 2024</title>
    <link>https://victoriacheng15.vercel.app/blog/june-reflection-2024.html</link>
    <description>Balancing software development studies at SAIT with personal time, using Google Calendar and Tasks to stay organized, avoid burnout, and foster growth. Read more to learn.</description>
    <pubDate>Tue, 25 Jun 2024 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/june-reflection-2024.html</guid>
  </item>
  <item>
    <title>Exploring cat - Linux Commands</title>
    <link>https://victoriacheng15.vercel.app/blog/exploring-cat-linux-commands.html</link>
    <description>Learn the cat command in Linux: view, concatenate, and manipulate file contents efficiently with cat. Explore options and basic syntax here. Read the full guide to learn.</description>
    <pubDate>Sat, 22 Jun 2024 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/exploring-cat-linux-commands.html</guid>
  </item>
  <item>
    <title>Python - What is range() Function? 🤔</title>
    <link>https://victoriacheng15.vercel.app/blog/python-what-is-range-function.html</link>
    <description>Explore Python&#39;s range() function for efficient iteration and sequence generation. Perfect for looping numbers, accessing lists, and creating patterns. Read more to learn.</description>
    <pubDate>Thu, 20 Jun 2024 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/python-what-is-range-function.html</guid>
  </item>
  <item>
    <title>Binary, Decimal, Hexadecimal - Practical Conversions Guide</title>
    <link>https://victoriacheng15.vercel.app/blog/binary-decimal-hexadecimal-practical-conversions-guide.html</link>
    <description>Learn how computers understand numbers! Dive into decimal, binary, and hexadecimal. Unlock the secrets of coding! Dive into this detailed tutorial to master the core concepts.</description>
    <pubDate>Tue, 18 Jun 2024 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/binary-decimal-hexadecimal-practical-conversions-guide.html</guid>
  </item>
  <item>
    <title>Exploring rmdir - Linux Commands</title>
    <link>https://victoriacheng15.vercel.app/blog/exploring-rmdir-linux-commands.html</link>
    <description>Learn how to use the rmdir command in Linux to remove empty directories. Discover its syntax, options, and examples for efficient file management. Dive into the full post.</description>
    <pubDate>Sat, 15 Jun 2024 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/exploring-rmdir-linux-commands.html</guid>
  </item>
  <item>
    <title>Exploring rm - Linux Commands</title>
    <link>https://victoriacheng15.vercel.app/blog/exploring-rm-linux-commands.html</link>
    <description>Learn about the rm command in Linux, including its basic syntax, options, and examples for deleting files and directories. Discover essential tips and practical guides.</description>
    <pubDate>Thu, 13 Jun 2024 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/exploring-rm-linux-commands.html</guid>
  </item>
  <item>
    <title>Understanding NoSQL vs SQL Databases</title>
    <link>https://victoriacheng15.vercel.app/blog/understanding-nosql-vs-sql-databases.html</link>
    <description>Discover the contrasts between NoSQL and SQL databases: NoSQL for flexibility and scalability, SQL for relational integrity and transaction reliability. Read more to learn.</description>
    <pubDate>Tue, 11 Jun 2024 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/understanding-nosql-vs-sql-databases.html</guid>
  </item>
  <item>
    <title>Boost Your Day with The Miracle Morning</title>
    <link>https://victoriacheng15.vercel.app/blog/boost-your-day-with-the-miracle-morning.html</link>
    <description>Discover SAVERS for productive days and SLUMBERS for restful nights. Learn to manage stress, read daily, and focus on what you control. Explore this comprehensive guide.</description>
    <pubDate>Sat, 08 Jun 2024 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/boost-your-day-with-the-miracle-morning.html</guid>
  </item>
  <item>
    <title>Update Your Git Remote URL 🔄</title>
    <link>https://victoriacheng15.vercel.app/blog/update-your-git-remote-url.html</link>
    <description>Learn how to change the remote URL in Git with simple steps. Update your repository&#39;s remote address effortlessly to keep your project in sync. Dive into the full post.</description>
    <pubDate>Thu, 06 Jun 2024 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/update-your-git-remote-url.html</guid>
  </item>
  <item>
    <title>Doubly Linked List - JavaScript Code Example</title>
    <link>https://victoriacheng15.vercel.app/blog/doubly-linked-list-javascript-code-example.html</link>
    <description>Doubly linked lists facilitate bidirectional traversal, offering insertion, deletion, and search operations with nodes linking forward and backward. Read more to learn.</description>
    <pubDate>Tue, 04 Jun 2024 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/doubly-linked-list-javascript-code-example.html</guid>
  </item>
  <item>
    <title>Exploring mv - Linux Commands</title>
    <link>https://victoriacheng15.vercel.app/blog/exploring-mv-linux-commands.html</link>
    <description>Learn about the powerful mv command in Linux: move, rename, and manage files efficiently with various options. Essential for file system organization. Read more to learn.</description>
    <pubDate>Sat, 18 May 2024 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/exploring-mv-linux-commands.html</guid>
  </item>
  <item>
    <title>Singly Linked List - JavaScript Code Example</title>
    <link>https://victoriacheng15.vercel.app/blog/singly-linked-list-javascript-code-example.html</link>
    <description>Explore Singly Linked Lists with concise code examples in JavaScript, mastering insertion, deletion, and search operations. Discover essential tips and practical guides.</description>
    <pubDate>Tue, 14 May 2024 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/singly-linked-list-javascript-code-example.html</guid>
  </item>
  <item>
    <title>Data Structure - Linked List</title>
    <link>https://victoriacheng15.vercel.app/blog/data-structure-linked-list.html</link>
    <description>Dive into the basics of linked lists: understand how they work, their operations, and explore two key types. Dive into this detailed tutorial to master the core concepts.</description>
    <pubDate>Tue, 07 May 2024 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/data-structure-linked-list.html</guid>
  </item>
  <item>
    <title>April Reflection 2024</title>
    <link>https://victoriacheng15.vercel.app/blog/april-reflection-2024.html</link>
    <description>By reflecting on worry, how can we overcome it? Shifting our focus to positives can prevent exhausting ourselves by day&#39;s end. Discover essential tips and practical guides.</description>
    <pubDate>Tue, 30 Apr 2024 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/april-reflection-2024.html</guid>
  </item>
  <item>
    <title>Exploring cp - Linux Commands</title>
    <link>https://victoriacheng15.vercel.app/blog/exploring-cp-linux-commands.html</link>
    <description>Discover the essential Linux command &#39;cp&#39; with its options explained. Learn how to copy files and directories efficiently in this comprehensive guide. Read more to learn.</description>
    <pubDate>Sat, 27 Apr 2024 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/exploring-cp-linux-commands.html</guid>
  </item>
  <item>
    <title>Data Structure - Queues</title>
    <link>https://victoriacheng15.vercel.app/blog/data-structure-queues.html</link>
    <description>Explore the essence of queues: understand FIFO principle, real-life analogies, and implement in JavaScript and Python. Elevate your data structure skills! Read more to learn.</description>
    <pubDate>Wed, 24 Apr 2024 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/data-structure-queues.html</guid>
  </item>
  <item>
    <title>Python List Comprehension - Simplify Your Code</title>
    <link>https://victoriacheng15.vercel.app/blog/python-list-comprehension-simplify-your-code.html</link>
    <description>Unlock Python&#39;s potential with list comprehensions. Learn efficient coding techniques, including conditional statements and nested lists. Explore this comprehensive guide.</description>
    <pubDate>Tue, 23 Apr 2024 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/python-list-comprehension-simplify-your-code.html</guid>
  </item>
  <item>
    <title>Exploring ls - Linux Commands</title>
    <link>https://victoriacheng15.vercel.app/blog/exploring-ls-linux-commands.html</link>
    <description>Discover the versatility of the ls command in Linux. Learn its options like -l, -a, and more to master file navigation effortlessly. Dive into this step-by-step tutorial.</description>
    <pubDate>Sat, 20 Apr 2024 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/exploring-ls-linux-commands.html</guid>
  </item>
  <item>
    <title>Data Structure - Stacks</title>
    <link>https://victoriacheng15.vercel.app/blog/data-structure-stacks.html</link>
    <description>Discover the power of stacks in data structures—efficiency and versatility in handling Last In, First Out (LIFO) operations. Discover essential tips and practical guides.</description>
    <pubDate>Thu, 18 Apr 2024 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/data-structure-stacks.html</guid>
  </item>
  <item>
    <title>System Design - Content Delivery Networks</title>
    <link>https://victoriacheng15.vercel.app/blog/system-design-content-delivery-networks.html</link>
    <description>Unveiling Content Delivery Networks (CDNs): Simplifying internet speed with mini-library-like networks. Faster, safer, smoother browsing. Explore this comprehensive guide.</description>
    <pubDate>Tue, 16 Apr 2024 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/system-design-content-delivery-networks.html</guid>
  </item>
  <item>
    <title>Exploring cd - Linux Commands</title>
    <link>https://victoriacheng15.vercel.app/blog/exploring-cd-linux-commands.html</link>
    <description>Unlock the efficiency of cd command in Linux: a quick shortcut for toggling between current and previous directories, streamlining command-line navigation. Read more to learn.</description>
    <pubDate>Sat, 13 Apr 2024 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/exploring-cd-linux-commands.html</guid>
  </item>
  <item>
    <title>Python Essential - Looping Like a Pro</title>
    <link>https://victoriacheng15.vercel.app/blog/python-essential-looping-like-a-pro.html</link>
    <description>Explore essential Python loop techniques in this comprehensive guide. Master iteration, control statements, and optimization strategies for efficient coding. Read on.</description>
    <pubDate>Thu, 11 Apr 2024 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/python-essential-looping-like-a-pro.html</guid>
  </item>
  <item>
    <title>Unlocking the Power of Python Dictionary</title>
    <link>https://victoriacheng15.vercel.app/blog/unlocking-the-power-of-python-dictionary.html</link>
    <description>Explore Python dictionaries: versatile data structures for efficient data organization and retrieval, essential in Python programming. Explore this comprehensive guide.</description>
    <pubDate>Tue, 09 Apr 2024 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/unlocking-the-power-of-python-dictionary.html</guid>
  </item>
  <item>
    <title>Discover Python&#39;s Sets Data Structure</title>
    <link>https://victoriacheng15.vercel.app/blog/discover-pythons-sets-data-structure.html</link>
    <description>Explore Python sets and their methods for efficient data manipulation. Learn to add, remove, and perform set operations with ease. Dive into sets in Python! Read on.</description>
    <pubDate>Thu, 04 Apr 2024 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/discover-pythons-sets-data-structure.html</guid>
  </item>
  <item>
    <title>Exploring Python Tuples: Immutable Data Structures</title>
    <link>https://victoriacheng15.vercel.app/blog/exploring-python-tuples-immutable-data-structures.html</link>
    <description>Explore Python tuples: immutable, ordered collections offering stability. Learn creation, methods, and differences from lists. Discover essential tips and practical guides.</description>
    <pubDate>Tue, 02 Apr 2024 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/exploring-python-tuples-immutable-data-structures.html</guid>
  </item>
  <item>
    <title>March Reflection 2024</title>
    <link>https://victoriacheng15.vercel.app/blog/march-reflection-2024.html</link>
    <description>Unlock decision-making with the Stacey Matrix: Insights for organizational and personal clarity. Inspired by Addy Osmani’s LinkedIn post. Explore this comprehensive guide.</description>
    <pubDate>Tue, 26 Mar 2024 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/march-reflection-2024.html</guid>
  </item>
  <item>
    <title>Exploring mkdir - Linux Commands</title>
    <link>https://victoriacheng15.vercel.app/blog/exploring-mkdir-linux-commands.html</link>
    <description>Unlock Linux directory management with mkdir command. Organize files seamlessly. Learn usage tips &amp; examples. Dive into efficient directory creation! Read more to learn.</description>
    <pubDate>Thu, 21 Mar 2024 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/exploring-mkdir-linux-commands.html</guid>
  </item>
  <item>
    <title>Python - A Guide to List Methods With Examples</title>
    <link>https://victoriacheng15.vercel.app/blog/python-a-guide-to-list-methods-with-examples.html</link>
    <description>Discover Python lists: powerful, flexible collections. Explore methods, creation, and manipulation for efficient programming. Discover essential tips and practical guides.</description>
    <pubDate>Tue, 19 Mar 2024 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/python-a-guide-to-list-methods-with-examples.html</guid>
  </item>
  <item>
    <title>Automating Checkboxes in Google Sheets with Apps Script</title>
    <link>https://victoriacheng15.vercel.app/blog/automating-checkboxes-in-google-sheets-with-apps-script.html</link>
    <description>Discover the power of automation in Google Sheets with a guide on adding checkboxes using Apps Script. Simplify tasks and enhance productivity!”. Dive into the full post.</description>
    <pubDate>Sat, 16 Mar 2024 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/automating-checkboxes-in-google-sheets-with-apps-script.html</guid>
  </item>
  <item>
    <title>System Design - Domain Name System</title>
    <link>https://victoriacheng15.vercel.app/blog/system-design-domain-name-system.html</link>
    <description>Explore the vital role of DNS in transforming domain names into IP addresses. Learn the process from typing to accessing websites on the internet. Dive into the full post.</description>
    <pubDate>Tue, 12 Mar 2024 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/system-design-domain-name-system.html</guid>
  </item>
  <item>
    <title>Start with Why - Unveil Your Why</title>
    <link>https://victoriacheng15.vercel.app/blog/start-with-why-unveil-your-why.html</link>
    <description>Explore &#39;Start with Why&#39; by Simon Sinek. Clarify your personal purpose, inspire meaningful action, and redefine success with this insightful guide. Dive into the full post.</description>
    <pubDate>Sat, 09 Mar 2024 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/start-with-why-unveil-your-why.html</guid>
  </item>
  <item>
    <title>Exploring touch - Linux Commands</title>
    <link>https://victoriacheng15.vercel.app/blog/exploring-touch-linux-commands.html</link>
    <description>Unlock the power of the Linux touch command for file management. Create files, update timestamps, and set custom dates with ease. Dive into this step-by-step tutorial.</description>
    <pubDate>Thu, 07 Mar 2024 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/exploring-touch-linux-commands.html</guid>
  </item>
  <item>
    <title>Exploring stat - Linux Commands</title>
    <link>https://victoriacheng15.vercel.app/blog/exploring-stat-linux-commands.html</link>
    <description>Explore the Linux stat command for comprehensive insights: View detailed file information, sizes, permissions, and file system status effortlessly. Dive into the full post.</description>
    <pubDate>Tue, 05 Mar 2024 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/exploring-stat-linux-commands.html</guid>
  </item>
  <item>
    <title>February Reflection 2024</title>
    <link>https://victoriacheng15.vercel.app/blog/february-reflection-2024.html</link>
    <description>Automate tasks with Python in Monthly Reflection! Extract articles, redesign journal entries, and use Makefile for efficiency. Transform ideas effortlessly! 🚀. Read on.</description>
    <pubDate>Tue, 27 Feb 2024 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/february-reflection-2024.html</guid>
  </item>
  <item>
    <title>TypeScript Utility Types - ReturnType</title>
    <link>https://victoriacheng15.vercel.app/blog/typescript-utility-types-returntype.html</link>
    <description>Empower your TypeScript coding with ReturnType utility. Dive into examples for sharper function return type inference and fortified type safety. Dive into the full post.</description>
    <pubDate>Tue, 20 Feb 2024 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/typescript-utility-types-returntype.html</guid>
  </item>
  <item>
    <title>Smart Brevity - Your Path to Effective Communication</title>
    <link>https://victoriacheng15.vercel.app/blog/smart-brevity-your-path-to-effective-communication.html</link>
    <description>Unlock the power of Smart Brevity in communication with our expert tips. Learn to convey your message effectively and concisely to captivate your audience. Read more to learn.</description>
    <pubDate>Sat, 17 Feb 2024 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/smart-brevity-your-path-to-effective-communication.html</guid>
  </item>
  <item>
    <title>JavaScript - Change Array by Copy Methods</title>
    <link>https://victoriacheng15.vercel.app/blog/javascript-change-array-by-copy-methods.html</link>
    <description>Elevate your coding experience with the latest array methods in JavaScript ES2023. Explore user-friendly and non-destructive array manipulation. Dive into the full post.</description>
    <pubDate>Tue, 13 Feb 2024 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/javascript-change-array-by-copy-methods.html</guid>
  </item>
  <item>
    <title>Keep Going - Navigate Your Creative Journey</title>
    <link>https://victoriacheng15.vercel.app/blog/keep-going-navigate-your-creative-journey.html</link>
    <description>Unlock creative resilience with &#39;Keep Going&#39; by Austin Kleon. Wisdom, wit, and 10 actionable ways to persist on your creative journey. Explore this comprehensive guide.</description>
    <pubDate>Sat, 10 Feb 2024 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/keep-going-navigate-your-creative-journey.html</guid>
  </item>
  <item>
    <title>SSH &amp; Desktop - Pi Connection Guide</title>
    <link>https://victoriacheng15.vercel.app/blog/ssh-desktop-pi-connection-guide.html</link>
    <description>Unlock the full potential of your Raspberry Pi with our step-by-step guides for remote desktop, SSH, and file transfers. Elevate your Pi experience today!”. Read on.</description>
    <pubDate>Thu, 08 Feb 2024 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/ssh-desktop-pi-connection-guide.html</guid>
  </item>
  <item>
    <title>Managing Workflows with GitHub Actions: needs</title>
    <link>https://victoriacheng15.vercel.app/blog/managing-workflows-with-github-actions-needs.html</link>
    <description>Efficiently manage workflows in GitHub Actions by leveraging the “needs” syntax for job control. Explore practical examples and step-by-step insights to learn more.</description>
    <pubDate>Tue, 06 Feb 2024 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/managing-workflows-with-github-actions-needs.html</guid>
  </item>
  <item>
    <title>Empower Your Journey with the 7 Highly Effective Habits</title>
    <link>https://victoriacheng15.vercel.app/blog/empower-your-journey-with-the-7-highly-effective-habits.html</link>
    <description>Optimize your life with &#39;The 7 Habits of Highly Effective People.&#39; Transformative insights for personal and professional success. Empower your journey now! Read more to learn.</description>
    <pubDate>Sat, 03 Feb 2024 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/empower-your-journey-with-the-7-highly-effective-habits.html</guid>
  </item>
  <item>
    <title>Docker Compose - Configuring Images and Container Names</title>
    <link>https://victoriacheng15.vercel.app/blog/docker-compose-configuring-images-and-container-names.html</link>
    <description>Enhance Docker deployment with custom names for organized images and containers. Explore efficient file transfers using the &#39;docker cp&#39; command. Dive into the full post.</description>
    <pubDate>Thu, 01 Feb 2024 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/docker-compose-configuring-images-and-container-names.html</guid>
  </item>
  <item>
    <title>January Reflection 2024</title>
    <link>https://victoriacheng15.vercel.app/blog/january-reflection-2024.html</link>
    <description>Reflected on January, adjusting daily routine and recording a daily journal via Google form. Explored Docker, GitHub Actions (with &#39;needs&#39;), and Raspberry Pi. Read on.</description>
    <pubDate>Tue, 30 Jan 2024 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/january-reflection-2024.html</guid>
  </item>
  <item>
    <title>Exploring alias - Linux Commands</title>
    <link>https://victoriacheng15.vercel.app/blog/exploring-alias-linux-commands.html</link>
    <description>Discover the power of Linux commands with our guide on using &#39;alias.&#39; Streamline your workflow and explore awesome tips for efficient terminal operations. Read more to learn.</description>
    <pubDate>Thu, 18 Jan 2024 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/exploring-alias-linux-commands.html</guid>
  </item>
  <item>
    <title>Simplifying Big O Notation - A Guide to Algorithm Efficiency</title>
    <link>https://victoriacheng15.vercel.app/blog/simplifying-big-o-notation-a-guide-to-algorithm-efficiency.html</link>
    <description>Unlock efficient coding with our guide to Big O notation. Learn to optimize algorithms for superior performance in software engineering. Explore this comprehensive guide.</description>
    <pubDate>Tue, 16 Jan 2024 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/simplifying-big-o-notation-a-guide-to-algorithm-efficiency.html</guid>
  </item>
  <item>
    <title>Steal Like an Artist - Navigating Inspiration and Innovation</title>
    <link>https://victoriacheng15.vercel.app/blog/steal-like-an-artist-navigating-inspiration-and-innovation.html</link>
    <description>Revolutionize your approach to creativity with &#39;Steal Like an Artist.&#39; Transform influence into innovation for a truly unique journey of yours. Dive into the full post.</description>
    <pubDate>Sat, 13 Jan 2024 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/steal-like-an-artist-navigating-inspiration-and-innovation.html</guid>
  </item>
  <item>
    <title>Coding Challenges: What I Learned From Write Your wc Tool?</title>
    <link>https://victoriacheng15.vercel.app/blog/coding-challenges-what-i-learned-from-write-your-wc-tool.html</link>
    <description>Dive into coding challenges with &#39;Write Your Own wc tool.&#39; Explore TDD, classes in JavaScript, and utilities like spyOn and process.stdin. Read the full guide to learn.</description>
    <pubDate>Thu, 11 Jan 2024 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/coding-challenges-what-i-learned-from-write-your-wc-tool.html</guid>
  </item>
  <item>
    <title>System Design - Understanding Vertical vs Horizontal Scaling</title>
    <link>https://victoriacheng15.vercel.app/blog/system-design-understanding-vertical-vs-horizontal-scaling.html</link>
    <description>Explore vertical and horizontal scaling in system design with a water cup analogy. Learn when to grow capacity up or out for optimal performance. Dive into the full post.</description>
    <pubDate>Tue, 09 Jan 2024 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/system-design-understanding-vertical-vs-horizontal-scaling.html</guid>
  </item>
  <item>
    <title>A Blueprint for Digital Visibility - Show Your Work</title>
    <link>https://victoriacheng15.vercel.app/blog/a-blueprint-for-digital-visibility-show-your-work.html</link>
    <description>Craft a compelling online presence with &#39;Show Your Work 10 Ways.&#39; Learn strategies for showcasing your creativity and connecting with your audience. Read more to learn.</description>
    <pubDate>Sat, 06 Jan 2024 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/a-blueprint-for-digital-visibility-show-your-work.html</guid>
  </item>
  <item>
    <title>TypeScript Utility Types - Parameters</title>
    <link>https://victoriacheng15.vercel.app/blog/typescript-utility-types-parameters.html</link>
    <description>Parameters utility in TypeScript extracts expected function arguments, aiding developers in understanding and working with parameter types. Read the full guide to learn.</description>
    <pubDate>Tue, 02 Jan 2024 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/typescript-utility-types-parameters.html</guid>
  </item>
  <item>
    <title>Reflecting on 2023 - A Year in Review</title>
    <link>https://victoriacheng15.vercel.app/blog/reflecting-on-2023-a-year-in-review.html</link>
    <description>Reflecting on the highs, lows, and lessons of 2023. Here&#39;s to a wonderful 2024 ahead! Discover essential tips, full code examples, and practical insights in this guide.</description>
    <pubDate>Wed, 27 Dec 2023 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/reflecting-on-2023-a-year-in-review.html</guid>
  </item>
  <item>
    <title>Unignorable Mastery - So Good They Can&#39;t Ignore You</title>
    <link>https://victoriacheng15.vercel.app/blog/unignorable-mastery-so-good-they-cant-ignore-you.html</link>
    <description>Explore a fresh career path with &#39;So Good They Can&#39;t Ignore You&#39; by Cal Newport. Personalize your path to success. The choice is yours! Explore this comprehensive guide.</description>
    <pubDate>Sat, 23 Dec 2023 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/unignorable-mastery-so-good-they-cant-ignore-you.html</guid>
  </item>
  <item>
    <title>TypeScript Utility Types - NonNullable</title>
    <link>https://victoriacheng15.vercel.app/blog/typescript-utility-types-nonnullable.html</link>
    <description>Explore how TypeScript’s NonNullable utility type enhances type safety by excluding null and undefined from variables, object properties, and array elements. Read on.</description>
    <pubDate>Wed, 20 Dec 2023 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/typescript-utility-types-nonnullable.html</guid>
  </item>
  <item>
    <title>Exploring the Aspects of Modern Software Engineering</title>
    <link>https://victoriacheng15.vercel.app/blog/exploring-the-aspects-of-modern-software-engineering.html</link>
    <description>Modern Software Engineering by David Farley: Explore the foundational aspects of software engineering and enhance your skills. Discover essential tips and practical guides.</description>
    <pubDate>Sat, 16 Dec 2023 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/exploring-the-aspects-of-modern-software-engineering.html</guid>
  </item>
  <item>
    <title>TypeScript Utility Types - Extract</title>
    <link>https://victoriacheng15.vercel.app/blog/typescript-utility-types-extract.html</link>
    <description>Explore the power of TypeScript’s Extract utility type. Learn how it enhances flexibility and maintainability by extracting specific members from union types. Read on.</description>
    <pubDate>Wed, 13 Dec 2023 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/typescript-utility-types-extract.html</guid>
  </item>
  <item>
    <title>The 4-Hour Workweek - To the Lifestyle You Want</title>
    <link>https://victoriacheng15.vercel.app/blog/the-4-hour-workweek-to-the-lifestyle-you-want.html</link>
    <description>Embrace the ‘The 4-Hour Workweek’ principles that can transform your life to match your vision. Learn to focus on what truly matters to you.”. Read the full guide to learn.</description>
    <pubDate>Sat, 09 Dec 2023 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/the-4-hour-workweek-to-the-lifestyle-you-want.html</guid>
  </item>
  <item>
    <title>JavaScript - Nullish Coalescing Assignment</title>
    <link>https://victoriacheng15.vercel.app/blog/javascript-nullish-coalescing-assignment.html</link>
    <description>Discover JavaScript’s Nullish Coalescing Assignment (??=) operator. Learn its use in assigning default values and ensuring non-nullish variables. Dive into the full post.</description>
    <pubDate>Wed, 06 Dec 2023 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/javascript-nullish-coalescing-assignment.html</guid>
  </item>
  <item>
    <title>Boost Productivity with the Getting Things Done Method</title>
    <link>https://victoriacheng15.vercel.app/blog/boost-productivity-with-the-getting-things-done-method.html</link>
    <description>Discover how to boost your productivity with the Getting Things Done method. Learn actionable strategies to organize your work and reduce stress. Dive into the full post.</description>
    <pubDate>Sat, 02 Dec 2023 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/boost-productivity-with-the-getting-things-done-method.html</guid>
  </item>
  <item>
    <title>JavaScript - Logical OR Assignment Operator</title>
    <link>https://victoriacheng15.vercel.app/blog/javascript-logical-or-assignment-operator.html</link>
    <description>Explore the use of JavaScript’s logical OR assignment operator with various data types and understand its real-world applications. Dive into this step-by-step tutorial.</description>
    <pubDate>Wed, 29 Nov 2023 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/javascript-logical-or-assignment-operator.html</guid>
  </item>
  <item>
    <title>JavaScript - Logical AND Assignment Operator</title>
    <link>https://victoriacheng15.vercel.app/blog/javascript-logical-and-assignment-operator.html</link>
    <description>Logical AND assignment (&amp;&amp;=) in programming: Efficiently update variables based on conditions. Discover essential tips, full code examples, and practical insights in this guide.</description>
    <pubDate>Wed, 11 Oct 2023 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/javascript-logical-and-assignment-operator.html</guid>
  </item>
  <item>
    <title>Jumpstart Your Day with &#39;Eat That Frog&#39; Wisdom</title>
    <link>https://victoriacheng15.vercel.app/blog/jumpstart-your-day-with-eat-that-frog-wisdom.html</link>
    <description>Discover practical strategies for boosting productivity and time management while aligning with effective planning, akin to Atomic Habits and Deep Work. Read more to learn.</description>
    <pubDate>Sat, 07 Oct 2023 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/jumpstart-your-day-with-eat-that-frog-wisdom.html</guid>
  </item>
  <item>
    <title>TypeScript Utility Types - Omit</title>
    <link>https://victoriacheng15.vercel.app/blog/typescript-utility-types-omit.html</link>
    <description>Explore TypeScript&#39;s Omit utility type for precise property exclusions and enhanced type control. Explore practical examples and step-by-step insights to learn more.</description>
    <pubDate>Wed, 04 Oct 2023 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/typescript-utility-types-omit.html</guid>
  </item>
  <item>
    <title>The Unfair Advantage - Harnessing Your Unique Abilities</title>
    <link>https://victoriacheng15.vercel.app/blog/the-unfair-advantage-harnessing-your-unique-abilities.html</link>
    <description>Discover how to elevate your skills and game with this valuable book, unlocking your true potential for success. Dive into this detailed tutorial to master the core concepts.</description>
    <pubDate>Sat, 30 Sep 2023 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/the-unfair-advantage-harnessing-your-unique-abilities.html</guid>
  </item>
  <item>
    <title>September Reflection 2023</title>
    <link>https://victoriacheng15.vercel.app/blog/september-reflection-2023.html</link>
    <description>Reflected on what I learned from System Design Primer on databases, cache, and application layer. And the 2-minute rule on getting small tasks done ASAP. Read more to learn.</description>
    <pubDate>Wed, 27 Sep 2023 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/september-reflection-2023.html</guid>
  </item>
  <item>
    <title>Ultralearning - Accelerated Learning Strategies</title>
    <link>https://victoriacheng15.vercel.app/blog/ultralearning-accelerated-learning-strategies.html</link>
    <description>Discover &#39;Ultralearning&#39;: Master hard skills, and accelerate career growth. Insights &amp; techniques shared by Scott Young. Embrace the transformative journey. Read on.</description>
    <pubDate>Sat, 23 Sep 2023 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/ultralearning-accelerated-learning-strategies.html</guid>
  </item>
  <item>
    <title>TypeScript Utility Types - Exclude</title>
    <link>https://victoriacheng15.vercel.app/blog/typescript-utility-types-exclude.html</link>
    <description>Enhance TypeScript code with Exclude utility type: tailor types for precision and flexibility. Discover essential tips, full code examples, and practical insights in this guide.</description>
    <pubDate>Wed, 20 Sep 2023 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/typescript-utility-types-exclude.html</guid>
  </item>
  <item>
    <title>Clean Architecture - Building Robust Systems</title>
    <link>https://victoriacheng15.vercel.app/blog/clean-architecture-building-robust-systems.html</link>
    <description>Clean architecture focuses on modular, maintainable software design. It emphasizes clear separation of concerns and business logic centrality. Read the full guide to learn.</description>
    <pubDate>Sat, 16 Sep 2023 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/clean-architecture-building-robust-systems.html</guid>
  </item>
  <item>
    <title>TypeScript Utility Types - Record</title>
    <link>https://victoriacheng15.vercel.app/blog/typescript-utility-types-record.html</link>
    <description>Record in TypeScript: Defines fixed-key objects with specific value types. Dive into this detailed tutorial to master the overall core concepts and improve your skills.</description>
    <pubDate>Wed, 13 Sep 2023 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/typescript-utility-types-record.html</guid>
  </item>
  <item>
    <title>TypeScript Utility Types - Required</title>
    <link>https://victoriacheng15.vercel.app/blog/typescript-utility-types-required.html</link>
    <description>Required: TypeScript utility making all object properties mandatory. Enhance type safety. Discover essential tips, full code examples, and practical insights in this guide.</description>
    <pubDate>Wed, 06 Sep 2023 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/typescript-utility-types-required.html</guid>
  </item>
  <item>
    <title>Can&#39;t Hurt Me - Embracing Struggle, Achieving the Impossible</title>
    <link>https://victoriacheng15.vercel.app/blog/cant-hurt-me-embracing-struggle-achieving-the-impossible.html</link>
    <description>Unlock potential with David Goggins&#39; strategies: face challenges, set audacious goals, embrace discomfort, and develop a resilient mindset. Read the full guide to learn.</description>
    <pubDate>Sat, 02 Sep 2023 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/cant-hurt-me-embracing-struggle-achieving-the-impossible.html</guid>
  </item>
  <item>
    <title>August Reflection 2023</title>
    <link>https://victoriacheng15.vercel.app/blog/august-reflection-2023.html</link>
    <description>Reflected on what I learned from System Design Primer, a containerized app with docker, Threejs - lighting/effects, and the concept of doing the pilot week. Read on.</description>
    <pubDate>Wed, 30 Aug 2023 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/august-reflection-2023.html</guid>
  </item>
  <item>
    <title>How to Win Friends and Influence People - Modern Insights</title>
    <link>https://victoriacheng15.vercel.app/blog/how-to-win-friends-and-influence-people-modern-insights.html</link>
    <description>Unlock online influence: Learn to connect meaningfully, engage positively, and adapt to digital trends for success. 🌐💬. Read this comprehensive guide to learn much more.</description>
    <pubDate>Sat, 26 Aug 2023 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/how-to-win-friends-and-influence-people-modern-insights.html</guid>
  </item>
  <item>
    <title>React Hooks - useRef</title>
    <link>https://victoriacheng15.vercel.app/blog/react-hooks-useref.html</link>
    <description>React&#39;s useRef hook: Handles mutable values &amp; DOM interaction, curbs re-renders, boosts performance. Explore practical examples and step-by-step insights to learn more.</description>
    <pubDate>Wed, 23 Aug 2023 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/react-hooks-useref.html</guid>
  </item>
  <item>
    <title>Insights from Software Engineering at Google Book</title>
    <link>https://victoriacheng15.vercel.app/blog/insights-from-software-engineering-at-google-book.html</link>
    <description>Learn from Google&#39;s engineering culture: data-driven decisions, code reviews, scalability, collaboration, and innovation. Boost productivity and reliability. Read on.</description>
    <pubDate>Sat, 19 Aug 2023 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/insights-from-software-engineering-at-google-book.html</guid>
  </item>
  <item>
    <title>JavaScript - Generator</title>
    <link>https://victoriacheng15.vercel.app/blog/javascript-generator.html</link>
    <description>JavaScript generators: Craft pausable sequences with yield. Perfect for async tasks &amp; data manipulation. Explore practical examples and step-by-step insights to learn more.</description>
    <pubDate>Wed, 16 Aug 2023 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/javascript-generator.html</guid>
  </item>
  <item>
    <title>Obstacle Is the Way - Transforming Challenges into Success</title>
    <link>https://victoriacheng15.vercel.app/blog/obstacle-is-the-way-transforming-challenges-into-success.html</link>
    <description>The Obstacle Is the Way by Ryan Holiday: Embrace obstacles, take action, and cultivate an unyielding will to thrive amidst challenges. 📚💪🚀. Read the full guide to learn.</description>
    <pubDate>Sat, 12 Aug 2023 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/obstacle-is-the-way-transforming-challenges-into-success.html</guid>
  </item>
  <item>
    <title>TypeScript Utility Types - Readonly</title>
    <link>https://victoriacheng15.vercel.app/blog/typescript-utility-types-readonly.html</link>
    <description>Readonly utility type in TypeScript ensures immutability for specific properties, preventing accidental modifications. Read this comprehensive guide to learn much more.</description>
    <pubDate>Wed, 09 Aug 2023 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/typescript-utility-types-readonly.html</guid>
  </item>
  <item>
    <title>Unlocking Your Second Brain - Enhanced Learning &amp; Innovation</title>
    <link>https://victoriacheng15.vercel.app/blog/unlocking-your-second-brain-enhanced-learning-innovation.html</link>
    <description>Building A Second Brain by Tiago Forte: A guide to effective personal knowledge management, combating info overload, and fostering creativity. 📚💡🚀. Dive into the full post.</description>
    <pubDate>Sat, 05 Aug 2023 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/unlocking-your-second-brain-enhanced-learning-innovation.html</guid>
  </item>
  <item>
    <title>TypeScript Utility Types - Pick</title>
    <link>https://victoriacheng15.vercel.app/blog/typescript-utility-types-pick.html</link>
    <description>Pick is a TypeScript utility type that allows selecting specific properties from an object type, simplifying type declarations. Discover essential tips and practical guides.</description>
    <pubDate>Wed, 02 Aug 2023 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/typescript-utility-types-pick.html</guid>
  </item>
  <item>
    <title>Living the Life with The Subtle Art of Not Giving a Fk</title>
    <link>https://victoriacheng15.vercel.app/blog/living-the-life-with-the-subtle-art-of-not-giving-a-fk.html</link>
    <description>Unconventional self-help. Embrace authenticity. The Subtle Art of Not Giving a F*ck challenges norms. Find fulfillment in Mark Manson&#39;s book. Read the full guide to learn.</description>
    <pubDate>Sat, 29 Jul 2023 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/living-the-life-with-the-subtle-art-of-not-giving-a-fk.html</guid>
  </item>
  <item>
    <title>July Reflection 2023</title>
    <link>https://victoriacheng15.vercel.app/blog/july-reflection-2023.html</link>
    <description>Celebrated a 300-day Duolingo streak, embracing a mindset of abundance. Explored blogs, books, AI, AWS, system design, Git, and Three.js. 🚀. Read the full guide to learn.</description>
    <pubDate>Wed, 26 Jul 2023 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/july-reflection-2023.html</guid>
  </item>
  <item>
    <title>Unleashing the 12-Week Plan - The Road to Accomplishment</title>
    <link>https://victoriacheng15.vercel.app/blog/unleashing-the-12-week-plan-the-road-to-accomplishment.html</link>
    <description>Embark on a transformative journey of accomplishment with the powerful 12-Week Plan. Unleash your potential and achieve your goals like never before. Read more to learn.</description>
    <pubDate>Sat, 22 Jul 2023 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/unleashing-the-12-week-plan-the-road-to-accomplishment.html</guid>
  </item>
  <item>
    <title>TypeScript Utility Types - Partial</title>
    <link>https://victoriacheng15.vercel.app/blog/typescript-utility-types-partial.html</link>
    <description>Discover the power of TypeScript partial usage. Learn how to efficiently narrow down and limit object properties in just a few steps. Dive into this step-by-step tutorial.</description>
    <pubDate>Wed, 19 Jul 2023 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/typescript-utility-types-partial.html</guid>
  </item>
  <item>
    <title>Continuous Improvement - Lessons from The Phoenix Project</title>
    <link>https://victoriacheng15.vercel.app/blog/continuous-improvement-lessons-from-the-phoenix-project.html</link>
    <description>Discover valuable insights on driving continuous improvement in organizations through the compelling lessons learned from The Phoenix Project. Read the full guide to learn.</description>
    <pubDate>Sat, 15 Jul 2023 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/continuous-improvement-lessons-from-the-phoenix-project.html</guid>
  </item>
  <item>
    <title>JavaScript - Closure</title>
    <link>https://victoriacheng15.vercel.app/blog/javascript-closure.html</link>
    <description>JavaScript closure: Inner functions retain access to variables from their parent functions, even after the parent functions have finished executing. Read more to learn.</description>
    <pubDate>Wed, 12 Jul 2023 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/javascript-closure.html</guid>
  </item>
  <item>
    <title>The Path to Clean Code - Insights from Robert Martin</title>
    <link>https://victoriacheng15.vercel.app/blog/the-path-to-clean-code-insights-from-robert-martin.html</link>
    <description>Master the art of clean code: Improve readability, reduce duplication, apply SOLID principles, and embrace continuous refactoring. Dive into this step-by-step tutorial.</description>
    <pubDate>Sat, 08 Jul 2023 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/the-path-to-clean-code-insights-from-robert-martin.html</guid>
  </item>
  <item>
    <title>JavaScript - Bind, Call, and Apply</title>
    <link>https://victoriacheng15.vercel.app/blog/javascript-bind-call-and-apply.html</link>
    <description>JavaScript&#39;s bind(), call(), and apply() methods control function context, allowing explicit this binding and argument passing. Discover essential tips and practical guides.</description>
    <pubDate>Wed, 05 Jul 2023 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/javascript-bind-call-and-apply.html</guid>
  </item>
  <item>
    <title>From Busy to Productive - Embracing the Deep Work Mindset</title>
    <link>https://victoriacheng15.vercel.app/blog/from-busy-to-productive-embracing-the-deep-work-mindset.html</link>
    <description>Unlock your productivity potential with deep work. Embrace focus, eliminate distractions, and achieve remarkable results in a distracted world. Dive into the full post.</description>
    <pubDate>Sat, 01 Jul 2023 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/from-busy-to-productive-embracing-the-deep-work-mindset.html</guid>
  </item>
  <item>
    <title>June Reflection 2023</title>
    <link>https://victoriacheng15.vercel.app/blog/june-reflection-2023.html</link>
    <description>Reflecting on what I learned from Harvard CS50 from memory to HTML, rate limiting, and my thoughts on the tracking system for posts and books. Read the full guide to learn.</description>
    <pubDate>Wed, 28 Jun 2023 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/june-reflection-2023.html</guid>
  </item>
  <item>
    <title>Atomic Habits - Transforming Lives with Lasting Habits</title>
    <link>https://victoriacheng15.vercel.app/blog/atomic-habits-transforming-lives-with-lasting-habits.html</link>
    <description>Atomic Habits by Clear offers a practical guide to harnessing the power of small habits for remarkable personal transformation. Discover essential tips and practical guides.</description>
    <pubDate>Sat, 24 Jun 2023 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/atomic-habits-transforming-lives-with-lasting-habits.html</guid>
  </item>
  <item>
    <title>JavaScript - Promise, Promise All, and async/await</title>
    <link>https://victoriacheng15.vercel.app/blog/javascript-promise-promise-all-and-async-await.html</link>
    <description>Discover the concepts of Promises, Promise.all(), and async/await in JS, along with example code for each. Learn to handle asynchronous operations effectively. Read on.</description>
    <pubDate>Wed, 21 Jun 2023 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/javascript-promise-promise-all-and-async-await.html</guid>
  </item>
  <item>
    <title>Unleashing Your Limitless Potential from the Limitless Book</title>
    <link>https://victoriacheng15.vercel.app/blog/unleashing-your-limitless-potential-from-the-limitless-book.html</link>
    <description>Unlock your brain&#39;s potential, learn faster, and embrace a positive mindset with practical techniques from the Limitless book. Discover essential tips and practical guides.</description>
    <pubDate>Wed, 14 Jun 2023 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/unleashing-your-limitless-potential-from-the-limitless-book.html</guid>
  </item>
  <item>
    <title>JavaScript - Optional Chaining Operator</title>
    <link>https://victoriacheng15.vercel.app/blog/javascript-optional-chaining-operator.html</link>
    <description>JS optional chaining operator (?.) is a safe way to access nested object properties, even if the property doesn&#39;t exist. Read this comprehensive guide to learn much more.</description>
    <pubDate>Wed, 07 Jun 2023 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/javascript-optional-chaining-operator.html</guid>
  </item>
  <item>
    <title>TypeScript Utility Types - Awaited</title>
    <link>https://victoriacheng15.vercel.app/blog/typescript-utility-types-awaited.html</link>
    <description>Let&#39;s deep dive into how Awaited works and what are the differences between Awaited and Promise. Explore practical examples and step-by-step insights to learn more.</description>
    <pubDate>Wed, 31 May 2023 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/typescript-utility-types-awaited.html</guid>
  </item>
  <item>
    <title>May Reflection 2023</title>
    <link>https://victoriacheng15.vercel.app/blog/may-reflection-2023.html</link>
    <description>Reflected on what I have learned for the May, what is docker and its usage, Harvard CS50, Back of the Envelope Estimation from System Design. Read the full guide to learn.</description>
    <pubDate>Mon, 22 May 2023 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/may-reflection-2023.html</guid>
  </item>
  <item>
    <title>Exploring JavaScript Prototype Inheritance</title>
    <link>https://victoriacheng15.vercel.app/blog/exploring-javascript-prototype-inheritance.html</link>
    <description>Object.create() creates objects inheriting through the prototype chain, while &#39;new&#39; with a constructor directly inherits properties. Dive into this step-by-step tutorial.</description>
    <pubDate>Thu, 18 May 2023 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/exploring-javascript-prototype-inheritance.html</guid>
  </item>
  <item>
    <title>JavaScript - Nullish Coalescing Operator</title>
    <link>https://victoriacheng15.vercel.app/blog/javascript-nullish-coalescing-operator.html</link>
    <description>Let&#39;s learn about what is nullish coalescing operator and how it is different from a logical OR operator! Dive into this detailed tutorial to master the core concepts.</description>
    <pubDate>Tue, 09 May 2023 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/javascript-nullish-coalescing-operator.html</guid>
  </item>
  <item>
    <title>April Reflection 2023</title>
    <link>https://victoriacheng15.vercel.app/blog/april-reflection-2023.html</link>
    <description>Reflected on my Next.js journey: app dir, API route files, Redux Toolkit for state mgmt, SQL queries through a game, and AWS Amplify deployment. Dive into the full post.</description>
    <pubDate>Wed, 26 Apr 2023 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/april-reflection-2023.html</guid>
  </item>
  <item>
    <title>Nextjs State Management with Redux Toolkit - Part 2</title>
    <link>https://victoriacheng15.vercel.app/blog/nextjs-state-management-with-redux-toolkit-part-2.html</link>
    <description>Part 1 covered setting up Redux Toolkit and topSlice function and then how would I refactor the codebase to make it cleaner and more readable way. Dive into the full post.</description>
    <pubDate>Wed, 19 Apr 2023 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/nextjs-state-management-with-redux-toolkit-part-2.html</guid>
  </item>
  <item>
    <title>Nextjs State Management with Redux Toolkit - Part 1</title>
    <link>https://victoriacheng15.vercel.app/blog/nextjs-state-management-with-redux-toolkit-part-1.html</link>
    <description>This guide provides a step-by-step process for setting up Redux Toolkit with Next.js, enabling you to easily manage state in your web applications. Dive into the full post.</description>
    <pubDate>Wed, 12 Apr 2023 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/nextjs-state-management-with-redux-toolkit-part-1.html</guid>
  </item>
  <item>
    <title>March Reflection 2023</title>
    <link>https://victoriacheng15.vercel.app/blog/march-reflection-2023.html</link>
    <description>Reflected on what I learned about run TS node app, ch 1 of the System Design, LCP and CLS from Lighthouse, and run a tests array with one of Jest&#39;s features. Read on.</description>
    <pubDate>Tue, 28 Mar 2023 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/march-reflection-2023.html</guid>
  </item>
  <item>
    <title>A Simple Guide to Set up and Deploy Node with TypeScript</title>
    <link>https://victoriacheng15.vercel.app/blog/a-simple-guide-to-set-up-and-deploy-node-with-typescript.html</link>
    <description>Set up &amp; deploy TypeScript Node.js app: Learn how to enable TypeScript, run locally 3 ways, &amp; deploy the app with this guide. Discover essential tips and practical guides.</description>
    <pubDate>Wed, 08 Mar 2023 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/a-simple-guide-to-set-up-and-deploy-node-with-typescript.html</guid>
  </item>
  <item>
    <title>February Reflection 2023</title>
    <link>https://victoriacheng15.vercel.app/blog/february-reflection-2023.html</link>
    <description>Reflected on Hacker News clone learnings, especially Redux Toolkit. Gained Cypress API familiarity by writing e2e tests. Read this comprehensive guide to learn much more.</description>
    <pubDate>Wed, 22 Feb 2023 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/february-reflection-2023.html</guid>
  </item>
  <item>
    <title>Exploring JavaScript Reduce Function</title>
    <link>https://victoriacheng15.vercel.app/blog/exploring-javascript-reduce-function.html</link>
    <description>The reduce function is one of the built-in methods in JS that allow you to transform an array into a single value by iterating over each element in the array. Read on.</description>
    <pubDate>Wed, 15 Feb 2023 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/exploring-javascript-reduce-function.html</guid>
  </item>
  <item>
    <title>Let&#39;s Discover the JavaScript Map Keyed Collection</title>
    <link>https://victoriacheng15.vercel.app/blog/lets-discover-the-javascript-map-keyed-collection.html</link>
    <description>Learn about JavaScript Map: its keyed collection, differences from objects &amp; how to perform CRUD operations using Map methods. Discover essential tips and practical guides.</description>
    <pubDate>Wed, 08 Feb 2023 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/lets-discover-the-javascript-map-keyed-collection.html</guid>
  </item>
  <item>
    <title>JavaScript - What is structuredClone?</title>
    <link>https://victoriacheng15.vercel.app/blog/javascript-what-is-structuredclone.html</link>
    <description>Shallow vs. deep copy in objects: shallow copies reference, deep copies the object. Use reference for shallow, recursively duplicate for deep copy. Dive into the full post.</description>
    <pubDate>Wed, 01 Feb 2023 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/javascript-what-is-structuredclone.html</guid>
  </item>
  <item>
    <title>January Reflection 2023</title>
    <link>https://victoriacheng15.vercel.app/blog/january-reflection-2023.html</link>
    <description>Reflecting on January, inspired by Atomic Habits, I&#39;m learning Next.js, Chakra UI, and Redux Toolkit for the Hacker News project. Next up: Cypress. Dive into the full post.</description>
    <pubDate>Wed, 25 Jan 2023 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/january-reflection-2023.html</guid>
  </item>
  <item>
    <title>React Hooks - useCallback</title>
    <link>https://victoriacheng15.vercel.app/blog/react-hooks-usecallback.html</link>
    <description>Boost React app performance with useCallback hook. Understand how it works, prevent re-renders &amp; compare examples with/without useCallback. Read the full guide to learn.</description>
    <pubDate>Wed, 18 Jan 2023 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/react-hooks-usecallback.html</guid>
  </item>
  <item>
    <title>React Hooks - useMemo</title>
    <link>https://victoriacheng15.vercel.app/blog/react-hooks-usememo.html</link>
    <description>Optimize React app performance with useMemo hook. Learn advantages disadvantages &amp; see performance difference with before/after examples. Explore this comprehensive guide.</description>
    <pubDate>Wed, 11 Jan 2023 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/react-hooks-usememo.html</guid>
  </item>
  <item>
    <title>React Hooks - useContext</title>
    <link>https://victoriacheng15.vercel.app/blog/react-hooks-usecontext.html</link>
    <description>Access global state in functional components with useContext hook in React 16.8. Avoid prop drilling &amp; consume context efficiently. Dive into this step-by-step tutorial.</description>
    <pubDate>Wed, 04 Jan 2023 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/react-hooks-usecontext.html</guid>
  </item>
  <item>
    <title>The Wrapped Journal for 2022</title>
    <link>https://victoriacheng15.vercel.app/blog/the-wrapped-journal-for-2022.html</link>
    <description>Reflect on 2022 with The Wrapped Journal. Build consistency, and overcome burnout &amp; imposter syndrome. Track progress &amp; achievements. Dive into this step-by-step tutorial.</description>
    <pubDate>Wed, 28 Dec 2022 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/the-wrapped-journal-for-2022.html</guid>
  </item>
  <item>
    <title>React Hooks - useReducer</title>
    <link>https://victoriacheng15.vercel.app/blog/react-hooks-usereducer.html</link>
    <description>Manage state changes &amp; fetch API data with useReducer in React. More flexible than useState, takes reducer &amp; initial state, returns state &amp; dispatch function. Read on.</description>
    <pubDate>Wed, 21 Dec 2022 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/react-hooks-usereducer.html</guid>
  </item>
  <item>
    <title>React Hooks - useEffect</title>
    <link>https://victoriacheng15.vercel.app/blog/react-hooks-useeffect.html</link>
    <description>Learn to use useEffect in React for side effects such as fetching data, event listeners, etc. Control hook call with dependency array &amp; use with diff values. Read on.</description>
    <pubDate>Wed, 14 Dec 2022 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/react-hooks-useeffect.html</guid>
  </item>
  <item>
    <title>React Hooks - useState</title>
    <link>https://victoriacheng15.vercel.app/blog/react-hooks-usestate.html</link>
    <description>Learn to use useState in React to handle data types, avoid mutability in arrays &amp; update state values. Bonus: TypeScript &amp; handling state logging behavior. Read more to learn.</description>
    <pubDate>Tue, 06 Dec 2022 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/react-hooks-usestate.html</guid>
  </item>
  <item>
    <title>Let&#39;s Automate Your Workflows with GitHub Actions</title>
    <link>https://victoriacheng15.vercel.app/blog/lets-automate-your-workflows-with-github-actions.html</link>
    <description>Automate CI/CD tasks and improve your workflow with GitHub Actions. Learn triggers, jobs, steps &amp; setting up Jest testing with a practical example. Dive into the full post.</description>
    <pubDate>Tue, 15 Nov 2022 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/lets-automate-your-workflows-with-github-actions.html</guid>
  </item>
  <item>
    <title>React Pagination - Vanilla Edition</title>
    <link>https://victoriacheng15.vercel.app/blog/react-pagination-vanilla-edition.html</link>
    <description>Create React pagination with 5 pages, navigation buttons, current page highlight, and centered navigation. No external packages needed. Demo &amp; code provided. Read on.</description>
    <pubDate>Sun, 06 Nov 2022 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/react-pagination-vanilla-edition.html</guid>
  </item>
  <item>
    <title>What is Hoisting in JavaScript?</title>
    <link>https://victoriacheng15.vercel.app/blog/what-is-hoisting-in-javascript.html</link>
    <description>JS hoisting permits access to vars/funcs before creation, but var confuses by enabling calls before def. Prefer let/const for error prevention. Dive into the full post.</description>
    <pubDate>Wed, 02 Nov 2022 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/what-is-hoisting-in-javascript.html</guid>
  </item>
  <item>
    <title>What Have I Learned About React Context API</title>
    <link>https://victoriacheng15.vercel.app/blog/what-have-i-learned-about-react-context-api.html</link>
    <description>Explore React&#39;s Context API for sharing data among components without props drilling. Demo includes search, region filter, pagination, and theme switcher. Read more to learn.</description>
    <pubDate>Fri, 28 Oct 2022 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/what-have-i-learned-about-react-context-api.html</guid>
  </item>
  <item>
    <title>JavaScript - Mutable Array Methods</title>
    <link>https://victoriacheng15.vercel.app/blog/javascript-mutable-array-methods.html</link>
    <description>Comparing mutable and immutable array methods in JS, covering pop(), shift(), push(), unshift(). Tips for avoiding altering original arrays included. Read more to learn.</description>
    <pubDate>Sat, 18 Jun 2022 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/javascript-mutable-array-methods.html</guid>
  </item>
  <item>
    <title>The Journey of Contributing to Open Source</title>
    <link>https://victoriacheng15.vercel.app/blog/the-journey-of-contributing-to-open-source.html</link>
    <description>Guide to contributing to open source: Covers Git, GitHub, finding good first issues. Personal journey of writer&#39;s first pull request, tips to start. Read more to learn.</description>
    <pubDate>Fri, 10 Jun 2022 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/the-journey-of-contributing-to-open-source.html</guid>
  </item>
  <item>
    <title>My First Round of the 100 Days of the Code</title>
    <link>https://victoriacheng15.vercel.app/blog/my-first-round-of-the-100-days-of-the-code.html</link>
    <description>My 100 Days of Code experience: Focused on JS, HTML/CSS. Lessons, strategies for consistency, tips for working with JS, importance of breaks, goals. Read more to learn.</description>
    <pubDate>Fri, 03 Jun 2022 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/my-first-round-of-the-100-days-of-the-code.html</guid>
  </item>
  <item>
    <title>Tailwind CSS - Beginner Edition</title>
    <link>https://victoriacheng15.vercel.app/blog/tailwind-css-beginner-edition.html</link>
    <description>Tailwind CSS: utility-first framework speeds up styling with inline markup, wide class range like flex and pt-4. Customizable and no switching files. Read more to learn.</description>
    <pubDate>Mon, 30 May 2022 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/tailwind-css-beginner-edition.html</guid>
  </item>
  <item>
    <title>JavaScript - Sets Data Structure</title>
    <link>https://victoriacheng15.vercel.app/blog/javascript-sets-data-structure.html</link>
    <description>JS Set stores unique values of any type, removes array duplicates. Check isograms using Set size. Ignore case by converting to lowercase first. Dive into the full post.</description>
    <pubDate>Tue, 17 May 2022 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/javascript-sets-data-structure.html</guid>
  </item>
  <item>
    <title>Regular Expression - Letter Edition</title>
    <link>https://victoriacheng15.vercel.app/blog/regular-expression-letter-edition.html</link>
    <description>Regex matches string chars with slashes and flags like &#39;g&#39; (global) and &#39;i&#39; (ignore case). Blog shows finding capitals, vowels and letters. Read the full guide to learn.</description>
    <pubDate>Tue, 10 May 2022 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/regular-expression-letter-edition.html</guid>
  </item>
  <item>
    <title>My Journey into the Tech</title>
    <link>https://victoriacheng15.vercel.app/blog/my-journey-into-the-tech.html</link>
    <description>Tech-lover turned self-taught developer through YouTube and Frontend Mentor. Follow my journey to becoming a full-time developer! Dive into this step-by-step tutorial.</description>
    <pubDate>Fri, 04 Mar 2022 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/my-journey-into-the-tech.html</guid>
  </item>
  <item>
    <title>JavaScript Functions</title>
    <link>https://victoriacheng15.vercel.app/blog/javascript-functions.html</link>
    <description>JavaScript function: reusable block of code with arguments and defaults. Declare via declaration/ expression; arrow functions are shorter. Read the full guide to learn.</description>
    <pubDate>Tue, 01 Mar 2022 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/javascript-functions.html</guid>
  </item>
  <item>
    <title>JavaScript - onClick vs addEventListener</title>
    <link>https://victoriacheng15.vercel.app/blog/javascript-onclick-vs-addeventlistener.html</link>
    <description>JS onclick: all browsers. addEventListener: multiple events but not in older IE. Dive into this detailed tutorial to master the overall core concepts and improve your skills.</description>
    <pubDate>Fri, 25 Feb 2022 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/javascript-onclick-vs-addeventlistener.html</guid>
  </item>
  <item>
    <title>What is PowerToys?</title>
    <link>https://victoriacheng15.vercel.app/blog/what-is-powertoys.html</link>
    <description>PowerToys, a free Microsoft tool, enhances productivity via pinned apps, window arrangement, color picking, and image resizing, with customizable options. Read more to learn.</description>
    <pubDate>Fri, 18 Feb 2022 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/what-is-powertoys.html</guid>
  </item>
  <item>
    <title>Responsive Website Deep Dive</title>
    <link>https://victoriacheng15.vercel.app/blog/responsive-website-deep-dive.html</link>
    <description>Responsive design builds adaptable websites using flexible grids, images &amp; mobile-first design. Test on devices for the best user experience. Read the full guide to learn.</description>
    <pubDate>Mon, 14 Feb 2022 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/responsive-website-deep-dive.html</guid>
  </item>
  <item>
    <title>Networking 100Devs</title>
    <link>https://victoriacheng15.vercel.app/blog/networking-100devs.html</link>
    <description>Networking is building professional relationships to achieve career goals. Land job offers by attending events, joining groups, and meeting new people. Read more to learn.</description>
    <pubDate>Tue, 08 Feb 2022 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/networking-100devs.html</guid>
  </item>
  <item>
    <title>What is 100Devs Cohort</title>
    <link>https://victoriacheng15.vercel.app/blog/what-is-100devs-cohort.html</link>
    <description>100Devs is a 30-week remote cohort by Leon Noel teaching MongoDB, Express, React, Node stack &amp; Anki for studying. Dive into this detailed tutorial to master the core concepts.</description>
    <pubDate>Sun, 06 Feb 2022 00:00:00 UTC</pubDate>
    <guid>https://victoriacheng15.vercel.app/blog/what-is-100devs-cohort.html</guid>
  </item>
</channel>
</rss>