<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
 <title>Alex Merced's Data, Dev and AI Blog</title>
 <description>Alex talks technology, data, software development and AI</description>
 <link>https://alexmerced.blog</link>
 <language>en</language>
 
   <item>
    <title>Concurrency, Isolation, and MVCC: How Engines Handle Contention</title>
    <link>https://alexmerced.blog/blog/2026-04-29-query-engine-10-concurrency-control.html</link>
    <description></description>
    <pubDate>Wed, 29 Apr 2026 13:09:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Hash, Sort-Merge, Broadcast: How Distributed Joins Work</title>
    <link>https://alexmerced.blog/blog/2026-04-29-query-engine-09-distributed-joins.html</link>
    <description></description>
    <pubDate>Wed, 29 Apr 2026 13:08:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Partitioning, Sharding, and Data Distribution Strategies</title>
    <link>https://alexmerced.blog/blog/2026-04-29-query-engine-08-partitioning.html</link>
    <description></description>
    <pubDate>Wed, 29 Apr 2026 13:07:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Buffer Pools, Caches, and the Memory Hierarchy</title>
    <link>https://alexmerced.blog/blog/2026-04-29-query-engine-07-memory-and-caching.html</link>
    <description></description>
    <pubDate>Wed, 29 Apr 2026 13:06:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Volcano, Vectorized, Compiled: How Engines Execute Your Query</title>
    <link>https://alexmerced.blog/blog/2026-04-29-query-engine-06-execution-models.html</link>
    <description></description>
    <pubDate>Wed, 29 Apr 2026 13:05:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Inside the Query Optimizer: How Engines Pick a Plan</title>
    <link>https://alexmerced.blog/blog/2026-04-29-query-engine-05-query-optimizer.html</link>
    <description></description>
    <pubDate>Wed, 29 Apr 2026 13:04:00 GMT</pubDate>
   </item>
 
   <item>
    <title>B-Trees, LSM Trees, and the Indexing Tradeoff Spectrum</title>
    <link>https://alexmerced.blog/blog/2026-04-29-query-engine-04-indexing-strategies.html</link>
    <description></description>
    <pubDate>Wed, 29 Apr 2026 13:03:00 GMT</pubDate>
   </item>
 
   <item>
    <title>How Databases Organize Data on Disk: Pages, Blocks, and File Formats</title>
    <link>https://alexmerced.blog/blog/2026-04-29-query-engine-03-data-organization-on-disk.html</link>
    <description></description>
    <pubDate>Wed, 29 Apr 2026 13:02:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Row vs. Column: How Storage Layout Shapes Everything</title>
    <link>https://alexmerced.blog/blog/2026-04-29-query-engine-02-row-vs-column-storage.html</link>
    <description></description>
    <pubDate>Wed, 29 Apr 2026 13:01:00 GMT</pubDate>
   </item>
 
   <item>
    <title>How Query Engines Think: The Tradeoffs Behind Every Data System</title>
    <link>https://alexmerced.blog/blog/2026-04-29-query-engine-01-overview.html</link>
    <description></description>
    <pubDate>Wed, 29 Apr 2026 13:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Migrating to Apache Iceberg: Strategies for Every Source System</title>
    <link>https://alexmerced.blog/blog/2026-04-29-iceberg-masterclass-15-migrating-to-iceberg.html</link>
    <description></description>
    <pubDate>Wed, 29 Apr 2026 12:14:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Hands-On with Apache Iceberg Using Dremio Cloud</title>
    <link>https://alexmerced.blog/blog/2026-04-29-iceberg-masterclass-14-hands-on-dremio-cloud.html</link>
    <description></description>
    <pubDate>Wed, 29 Apr 2026 12:13:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Approaches to Streaming Data into Apache Iceberg Tables</title>
    <link>https://alexmerced.blog/blog/2026-04-29-iceberg-masterclass-13-streaming-to-iceberg.html</link>
    <description></description>
    <pubDate>Wed, 29 Apr 2026 12:12:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Using Apache Iceberg with Python and MPP Query Engines</title>
    <link>https://alexmerced.blog/blog/2026-04-29-iceberg-masterclass-12-python-and-mpp.html</link>
    <description></description>
    <pubDate>Wed, 29 Apr 2026 12:11:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Apache Iceberg Metadata Tables: Querying the Internals</title>
    <link>https://alexmerced.blog/blog/2026-04-29-iceberg-masterclass-11-metadata-tables.html</link>
    <description></description>
    <pubDate>Wed, 29 Apr 2026 12:10:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Maintaining Apache Iceberg Tables: Compaction, Expiry, and Cleanup</title>
    <link>https://alexmerced.blog/blog/2026-04-29-iceberg-masterclass-10-maintaining-iceberg.html</link>
    <description></description>
    <pubDate>Wed, 29 Apr 2026 12:09:00 GMT</pubDate>
   </item>
 
   <item>
    <title>How Data Lake Table Storage Degrades Over Time</title>
    <link>https://alexmerced.blog/blog/2026-04-29-iceberg-masterclass-09-storage-degradation.html</link>
    <description></description>
    <pubDate>Wed, 29 Apr 2026 12:08:00 GMT</pubDate>
   </item>
 
   <item>
    <title>When Catalogs Are Embedded in Storage</title>
    <link>https://alexmerced.blog/blog/2026-04-29-iceberg-masterclass-08-embedded-catalogs.html</link>
    <description></description>
    <pubDate>Wed, 29 Apr 2026 12:07:00 GMT</pubDate>
   </item>
 
   <item>
    <title>What Are Lakehouse Catalogs? The Role of Catalogs in Apache Iceberg</title>
    <link>https://alexmerced.blog/blog/2026-04-29-iceberg-masterclass-07-lakehouse-catalogs.html</link>
    <description></description>
    <pubDate>Wed, 29 Apr 2026 12:06:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Writing to an Apache Iceberg Table: How Commits and ACID Actually Work</title>
    <link>https://alexmerced.blog/blog/2026-04-29-iceberg-masterclass-06-writing-to-iceberg.html</link>
    <description></description>
    <pubDate>Wed, 29 Apr 2026 12:05:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Hidden Partitioning: How Iceberg Eliminates Accidental Full Table Scans</title>
    <link>https://alexmerced.blog/blog/2026-04-29-iceberg-masterclass-05-hidden-partitioning.html</link>
    <description></description>
    <pubDate>Wed, 29 Apr 2026 12:04:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Partition Evolution: Change Your Partitioning Without Rewriting Data</title>
    <link>https://alexmerced.blog/blog/2026-04-29-iceberg-masterclass-04-partition-evolution.html</link>
    <description></description>
    <pubDate>Wed, 29 Apr 2026 12:03:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Performance and Apache Iceberg&apos;s Metadata</title>
    <link>https://alexmerced.blog/blog/2026-04-29-iceberg-masterclass-03-iceberg-metadata-performance.html</link>
    <description></description>
    <pubDate>Wed, 29 Apr 2026 12:02:00 GMT</pubDate>
   </item>
 
   <item>
    <title>The Metadata Structure of Modern Table Formats</title>
    <link>https://alexmerced.blog/blog/2026-04-29-iceberg-masterclass-02-metadata-structures.html</link>
    <description></description>
    <pubDate>Wed, 29 Apr 2026 12:01:00 GMT</pubDate>
   </item>
 
   <item>
    <title>What Are Table Formats and Why Were They Needed?</title>
    <link>https://alexmerced.blog/blog/2026-04-29-iceberg-masterclass-01-table-formats.html</link>
    <description></description>
    <pubDate>Wed, 29 Apr 2026 12:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Agentic Analytics on the Apache Lakehouse</title>
    <link>https://alexmerced.blog/blog/2026/2026-03-07-agentic-analytics-on-the-apache-lakehouse.html</link>
    <description>Read the complete Open Source and the Lakehouse series:...</description>
    <pubDate>Sat, 07 Mar 2026 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Apache Software Foundation: History, Purpose, and Process</title>
    <link>https://alexmerced.blog/blog/2026/2026-03-07-apache-software-foundation-history-purpose-and-process.html</link>
    <description>Read the complete Open Source and the Lakehouse series:...</description>
    <pubDate>Sat, 07 Mar 2026 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Assembling the Apache Lakehouse: The Modular Architecture</title>
    <link>https://alexmerced.blog/blog/2026/2026-03-07-assembling-the-apache-lakehouse-the-modular-architecture.html</link>
    <description>Read the complete Open Source and the Lakehouse series:...</description>
    <pubDate>Sat, 07 Mar 2026 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Context Management Strategies for ChatGPT: A Complete Guide to Getting Better Results</title>
    <link>https://alexmerced.blog/blog/2026/2026-03-07-context-management-strategies-for-chatgpt-a-complete-guide-to-getting-better-results.html</link>
    <description>Getting consistently useful results from ChatGPT requires more than writing good prompts. The real differentiator is how you manage context: the background info...</description>
    <pubDate>Sat, 07 Mar 2026 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Context Management Strategies for Claude Code: A Complete Guide for Developers</title>
    <link>https://alexmerced.blog/blog/2026/2026-03-07-context-management-strategies-for-claude-code-a-complete-guide-for-developers.html</link>
    <description>Claude Code is a terminal-native agentic coding assistant that lives in your command line and operates directly on your codebase. Unlike chat-based interfaces w...</description>
    <pubDate>Sat, 07 Mar 2026 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Context Management Strategies for Claude CoWork: A Complete Guide for Knowledge Workers</title>
    <link>https://alexmerced.blog/blog/2026/2026-03-07-context-management-strategies-for-claude-cowork-a-complete-guide-for-knowledge-workers.html</link>
    <description>Claude CoWork represents a fundamentally different approach to AI context management. Unlike chat interfaces where you send messages and receive responses, CoWo...</description>
    <pubDate>Sat, 07 Mar 2026 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Context Management Strategies for Claude Desktop: A Complete Guide to MCP, Computer Use, and Local File Access</title>
    <link>https://alexmerced.blog/blog/2026/2026-03-07-context-management-strategies-for-claude-desktop-a-complete-guide-to-mcp-computer-use-and-local-file-access.html</link>
    <description>Claude Desktop takes everything available in Claude Web and adds three capabilities that fundamentally change how you manage context: MCP server connections tha...</description>
    <pubDate>Sat, 07 Mar 2026 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Context Management Strategies for Claude Web: A Complete Guide to Projects, Artifacts, and Intelligent Context</title>
    <link>https://alexmerced.blog/blog/2026/2026-03-07-context-management-strategies-for-claude-web-a-complete-guide-to-projects-artifacts-and-intelligent-context.html</link>
    <description>Claude&apos;s web interface at claude.ai combines one of the largest context windows in the industry with a structured Project system that makes it genuinely useful...</description>
    <pubDate>Sat, 07 Mar 2026 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Context Management Strategies for Cursor: A Complete Guide to the AI-Native Code Editor</title>
    <link>https://alexmerced.blog/blog/2026/2026-03-07-context-management-strategies-for-cursor-a-complete-guide-to-the-ai-native-code-editor.html</link>
    <description>Cursor is an AI-native code editor built on the VS Code foundation that integrates AI deeply into every aspect of the development workflow. Its context manageme...</description>
    <pubDate>Sat, 07 Mar 2026 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Context Management Strategies for Gemini CLI: A Complete Guide to Terminal-Native AI Development</title>
    <link>https://alexmerced.blog/blog/2026/2026-03-07-context-management-strategies-for-gemini-cli-a-complete-guide-to-terminal-native-ai-development.html</link>
    <description>Gemini CLI is an open-source terminal agent powered by Gemini models that operates directly in your command line. It brings Google&apos;s AI capabilities into the en...</description>
    <pubDate>Sat, 07 Mar 2026 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Context Management Strategies for Gemini Web and NotebookLM: A Complete Guide to Google&apos;s AI Knowledge Ecosystem</title>
    <link>https://alexmerced.blog/blog/2026/2026-03-07-context-management-strategies-for-gemini-web-and-notebooklm-a-complete-guide-to-googles-ai-knowledge-ecosystem.html</link>
    <description>Google&apos;s AI ecosystem for knowledge work consists of two deeply integrated tools: Gemini (the conversational AI at gemini.google.com) and NotebookLM (the resear...</description>
    <pubDate>Sat, 07 Mar 2026 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Context Management Strategies for Google Antigravity: A Complete Guide to the Agent-First IDE</title>
    <link>https://alexmerced.blog/blog/2026/2026-03-07-context-management-strategies-for-google-antigravity-a-complete-guide-to-the-agent-first-ide.html</link>
    <description>Google Antigravity is an agent-first IDE built by Google DeepMind&apos;s Advanced Agentic Coding team. It approaches context management differently from other AI cod...</description>
    <pubDate>Sat, 07 Mar 2026 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Context Management Strategies for OpenAI Codex: A Complete Guide Across Browser, CLI, and App</title>
    <link>https://alexmerced.blog/blog/2026/2026-03-07-context-management-strategies-for-openai-codex-a-complete-guide-across-browser-cli-and-app.html</link>
    <description>OpenAI Codex is not a chatbot. It is an autonomous software engineering agent that runs tasks in isolated cloud sandboxes, operates across a browser interface,...</description>
    <pubDate>Sat, 07 Mar 2026 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Context Management Strategies for OpenCode: A Complete Guide to the Open-Source Terminal AI Agent</title>
    <link>https://alexmerced.blog/blog/2026/2026-03-07-context-management-strategies-for-opencode-a-complete-guide-to-the-open-source-terminal-ai-agent.html</link>
    <description>OpenCode is an open-source terminal-based AI coding agent that prioritizes privacy, local-first operation, and broad model provider support. Built as a TUI (ter...</description>
    <pubDate>Sat, 07 Mar 2026 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Context Management Strategies for OpenWork: A Complete Guide to the Desktop AI Agent Framework</title>
    <link>https://alexmerced.blog/blog/2026/2026-03-07-context-management-strategies-for-openwork-a-complete-guide-to-the-desktop-ai-agent-framework.html</link>
    <description>OpenWork is a desktop-native AI agent framework designed for local, multi-step task execution on your computer. Unlike browser-based AI tools or terminal agents...</description>
    <pubDate>Sat, 07 Mar 2026 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Context Management Strategies for Perplexity AI: A Complete Guide to Research-First AI Conversations</title>
    <link>https://alexmerced.blog/blog/2026/2026-03-07-context-management-strategies-for-perplexity-ai-a-complete-guide-to-research-first-ai-conversations.html</link>
    <description>Perplexity AI occupies a unique position in the AI landscape: it is a research-first tool that combines conversational AI with real-time web search to produce a...</description>
    <pubDate>Sat, 07 Mar 2026 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Context Management Strategies for T3 Chat: A Complete Guide to the Unified Multi-Model AI Interface</title>
    <link>https://alexmerced.blog/blog/2026/2026-03-07-context-management-strategies-for-t3-chat-a-complete-guide-to-the-unified-multi-model-ai-interface.html</link>
    <description>T3 Chat is a modern web-based AI chat interface that gives you access to multiple AI models through a single unified platform. Its primary value proposition is...</description>
    <pubDate>Sat, 07 Mar 2026 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Context Management Strategies for VS Code with LLM Plugins: A Complete Guide to Building Your Own AI-Powered IDE</title>
    <link>https://alexmerced.blog/blog/2026/2026-03-07-context-management-strategies-for-vs-code-with-llm-plugins-a-complete-guide-to-building-your-own-ai-powered-ide.html</link>
    <description>Visual Studio Code is the most widely used code editor in the world, and its extensibility means you can integrate AI capabilities through a growing ecosystem o...</description>
    <pubDate>Sat, 07 Mar 2026 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Context Management Strategies for Windsurf: A Complete Guide to the AI Flow IDE</title>
    <link>https://alexmerced.blog/blog/2026/2026-03-07-context-management-strategies-for-windsurf-a-complete-guide-to-the-ai-flow-ide.html</link>
    <description>Windsurf is an AI-powered IDE built on the VS Code foundation that introduces the concept of &quot;Flows,&quot; a paradigm where the AI maintains deep awareness of your a...</description>
    <pubDate>Sat, 07 Mar 2026 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Context Management Strategies for Zed: A Complete Guide to the High-Performance AI Code Editor</title>
    <link>https://alexmerced.blog/blog/2026/2026-03-07-context-management-strategies-for-zed-a-complete-guide-to-the-high-performance-ai-code-editor.html</link>
    <description>Zed is a high-performance code editor built in Rust that prioritizes speed, simplicity, and real-time collaboration. Its AI integration is designed to be fast a...</description>
    <pubDate>Sat, 07 Mar 2026 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>The Model Context Protocol (MCP) Explained: A Complete Guide to How Every Major AI Tool Connects to External Data</title>
    <link>https://alexmerced.blog/blog/2026/2026-03-07-the-model-context-protocol-mcp-explained-a-complete-guide-to-how-every-major-ai-tool-connects-to-external-data.html</link>
    <description>The Model Context Protocol (MCP) has become the universal standard for connecting AI models to external tools, data sources, and services. Originally open-sourc...</description>
    <pubDate>Sat, 07 Mar 2026 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>What is Apache Arrow? Erasing the Serialization Tax</title>
    <link>https://alexmerced.blog/blog/2026/2026-03-07-what-is-apache-arrow-erasing-the-serialization-tax.html</link>
    <description>Read the complete Open Source and the Lakehouse series:...</description>
    <pubDate>Sat, 07 Mar 2026 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>What is Apache Iceberg? The Table Format Revolution</title>
    <link>https://alexmerced.blog/blog/2026/2026-03-07-what-is-apache-iceberg-the-table-format-revolution.html</link>
    <description>Read the complete Open Source and the Lakehouse series:...</description>
    <pubDate>Sat, 07 Mar 2026 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>What is Apache Parquet? Columns, Encoding, and Performance</title>
    <link>https://alexmerced.blog/blog/2026/2026-03-07-what-is-apache-parquet-columns-encoding-and-performance.html</link>
    <description>Read the complete Open Source and the Lakehouse series:...</description>
    <pubDate>Sat, 07 Mar 2026 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>What is Apache Polaris? Unifying the Iceberg Ecosystem</title>
    <link>https://alexmerced.blog/blog/2026/2026-03-07-what-is-apache-polaris-unifying-the-iceberg-ecosystem.html</link>
    <description>Read the complete Open Source and the Lakehouse series:...</description>
    <pubDate>Sat, 07 Mar 2026 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>How to Use Dremio with Amazon Kiro: Connect, Query, and Build Data Apps</title>
    <link>https://alexmerced.blog/blog/2026/2026-03-05-how-to-use-dremio-with-amazon-kiro-connect-query-and-build-data-apps.html</link>
    <description>Amazon Kiro is an agentic AI IDE from AWS that introduces spec-driven development to the coding workflow. Instead of jumping straight to code, Kiro helps you de...</description>
    <pubDate>Thu, 05 Mar 2026 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>How to Use Dremio with Claude Code: Connect, Query, and Build Data Apps</title>
    <link>https://alexmerced.blog/blog/2026/2026-03-05-how-to-use-dremio-with-claude-code-connect-query-and-build-data-apps.html</link>
    <description>Claude Code is Anthropic&apos;s terminal-based coding agent. It reads your files, writes code, runs commands, and maintains context across a session. Dremio is a uni...</description>
    <pubDate>Thu, 05 Mar 2026 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>How to Use Dremio with Claude CoWork: Connect, Query, and Build Data Apps</title>
    <link>https://alexmerced.blog/blog/2026/2026-03-05-how-to-use-dremio-with-claude-cowork-connect-query-and-build-data-apps.html</link>
    <description>Claude CoWork is Anthropic&apos;s desktop agentic assistant. Unlike Claude Code (a terminal coding agent), CoWork operates as a general-purpose autonomous agent that...</description>
    <pubDate>Thu, 05 Mar 2026 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>How to Use Dremio with Cursor: Connect, Query, and Build Data Apps</title>
    <link>https://alexmerced.blog/blog/2026/2026-03-05-how-to-use-dremio-with-cursor-connect-query-and-build-data-apps.html</link>
    <description>Cursor is an AI-native code editor built as a fork of VS Code. It integrates AI directly into the editing experience with features like Chat, Composer (multi-fi...</description>
    <pubDate>Thu, 05 Mar 2026 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>How to Use Dremio with Gemini CLI: Connect, Query, and Build Data Apps</title>
    <link>https://alexmerced.blog/blog/2026/2026-03-05-how-to-use-dremio-with-gemini-cli-connect-query-and-build-data-apps.html</link>
    <description>Gemini CLI is Google&apos;s open-source terminal-based AI agent. It runs directly in your terminal, powered by Gemini models with a 1-million token context window. D...</description>
    <pubDate>Thu, 05 Mar 2026 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>How to Use Dremio with GitHub Copilot: Connect, Query, and Build Data Apps</title>
    <link>https://alexmerced.blog/blog/2026/2026-03-05-how-to-use-dremio-with-github-copilot-connect-query-and-build-data-apps.html</link>
    <description>GitHub Copilot is the most widely adopted AI coding assistant, integrated into VS Code, JetBrains IDEs, and the GitHub platform. Its agent mode allows Copilot t...</description>
    <pubDate>Thu, 05 Mar 2026 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>How to Use Dremio with Google Antigravity: Connect, Query, and Build Data Apps</title>
    <link>https://alexmerced.blog/blog/2026/2026-03-05-how-to-use-dremio-with-google-antigravity-connect-query-and-build-data-apps.html</link>
    <description>Google Antigravity is an agent-first IDE built by Google DeepMind. Its autonomous agents plan multi-step tasks, write code, browse documentation, and iterate wi...</description>
    <pubDate>Thu, 05 Mar 2026 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>How to Use Dremio with JetBrains AI Assistant: Connect, Query, and Build Data Apps</title>
    <link>https://alexmerced.blog/blog/2026/2026-03-05-how-to-use-dremio-with-jetbrains-ai-assistant-connect-query-and-build-data-apps.html</link>
    <description>JetBrains AI Assistant is built into IntelliJ IDEA, PyCharm, DataGrip, and every JetBrains IDE. It provides AI chat, inline code generation, multi-file refactor...</description>
    <pubDate>Thu, 05 Mar 2026 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>How to Use Dremio with OpenAI Codex CLI: Connect, Query, and Build Data Apps</title>
    <link>https://alexmerced.blog/blog/2026/2026-03-05-how-to-use-dremio-with-openai-codex-cli-connect-query-and-build-data-apps.html</link>
    <description>OpenAI Codex CLI is a terminal-based coding agent built in Rust. It reads your codebase, writes files, executes commands, and supports MCP for connecting to ext...</description>
    <pubDate>Thu, 05 Mar 2026 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>How to Use Dremio with OpenCode: Connect, Query, and Build Data Apps</title>
    <link>https://alexmerced.blog/blog/2026/2026-03-05-how-to-use-dremio-with-opencode-connect-query-and-build-data-apps.html</link>
    <description>OpenCode is an open-source, terminal-based AI coding agent released under the MIT license. It provides a TUI with split panes, uses the Language Server Protocol...</description>
    <pubDate>Thu, 05 Mar 2026 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>How to Use Dremio with OpenWork: Connect, Query, and Build Data Apps</title>
    <link>https://alexmerced.blog/blog/2026/2026-03-05-how-to-use-dremio-with-openwork-connect-query-and-build-data-apps.html</link>
    <description>OpenWork is an open-source desktop AI agent built on the OpenCode engine. It runs entirely on your machine with your own API keys, giving you full control over...</description>
    <pubDate>Thu, 05 Mar 2026 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>How to Use Dremio with Windsurf: Connect, Query, and Build Data Apps</title>
    <link>https://alexmerced.blog/blog/2026/2026-03-05-how-to-use-dremio-with-windsurf-connect-query-and-build-data-apps.html</link>
    <description>Windsurf is an AI-native code editor built as a fork of VS Code. Its standout feature is Cascade, an agentic AI system that plans and executes multi-step coding...</description>
    <pubDate>Thu, 05 Mar 2026 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>How to Use Dremio with Zed: Connect, Query, and Build Data Apps</title>
    <link>https://alexmerced.blog/blog/2026/2026-03-05-how-to-use-dremio-with-zed-connect-query-and-build-data-apps.html</link>
    <description>Zed is an open-source, GPU-accelerated code editor written in Rust. It is designed for speed and collaboration, with a built-in AI assistant that supports multi...</description>
    <pubDate>Thu, 05 Mar 2026 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Classify Your Data with SQL: A Hands-On Guide to Dremio&apos;s AI_CLASSIFY Function</title>
    <link>https://alexmerced.blog/blog/2026/2026-03-01-classify-your-data-with-sql-a-hands-on-guide-to-dremios-aiclassify-function.html</link>
    <description>Most classification workflows require exporting data to Python, running a model, and importing results back into your warehouse. Dremio&apos;s AI_CLASSIFY function e...</description>
    <pubDate>Sun, 01 Mar 2026 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Connect Amazon Redshift to Dremio Cloud: Extend Your Warehouse with Federation and AI Analytics</title>
    <link>https://alexmerced.blog/blog/2026/2026-03-01-connect-amazon-redshift-to-dremio-cloud-extend-your-warehouse-with-federation-and-ai-analytics.html</link>
    <description>Amazon Redshift is AWS&apos;s managed data warehouse, designed for petabyte-scale analytics. If your organization chose Redshift for analytical workloads, you&apos;ve bui...</description>
    <pubDate>Sun, 01 Mar 2026 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Connect Amazon S3 to Dremio Cloud: Query Your Data Lake with SQL, Federation, and AI</title>
    <link>https://alexmerced.blog/blog/2026/2026-03-01-connect-amazon-s3-to-dremio-cloud-query-your-data-lake-with-sql-federation-and-ai.html</link>
    <description>Amazon S3 is the default landing zone for data in the cloud. Log files, Parquet datasets, CSV exports, JSON events, IoT telemetry, and raw data dumps — it all e...</description>
    <pubDate>Sun, 01 Mar 2026 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Connect Any Iceberg REST Catalog to Dremio Cloud: Universal Lakehouse Access</title>
    <link>https://alexmerced.blog/blog/2026/2026-03-01-connect-any-iceberg-rest-catalog-to-dremio-cloud-universal-lakehouse-access.html</link>
    <description>The Apache Iceberg REST Catalog specification defines a standard HTTP API for managing Iceberg table metadata. Any catalog implementation that conforms to this...</description>
    <pubDate>Sun, 01 Mar 2026 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Connect Apache Druid to Dremio Cloud: Add SQL Joins, AI, and Governance to Your Real-Time Analytics</title>
    <link>https://alexmerced.blog/blog/2026/2026-03-01-connect-apache-druid-to-dremio-cloud-add-sql-joins-ai-and-governance-to-your-real-time-analytics.html</link>
    <description>Apache Druid is a real-time analytics database designed for sub-second queries on high-ingestion-rate event data. Clickstream analytics, application monitoring,...</description>
    <pubDate>Sun, 01 Mar 2026 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Connect AWS Glue Data Catalog to Dremio Cloud: Query and Manage Your AWS Iceberg Tables</title>
    <link>https://alexmerced.blog/blog/2026/2026-03-01-connect-aws-glue-data-catalog-to-dremio-cloud-query-and-manage-your-aws-iceberg-tables.html</link>
    <description>AWS Glue Data Catalog is AWS&apos;s managed metadata service for data lakes. It stores table definitions, schemas, partition information, and statistics for data sto...</description>
    <pubDate>Sun, 01 Mar 2026 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Connect Azure Storage to Dremio Cloud: Query Your Microsoft Data Lake with SQL and AI</title>
    <link>https://alexmerced.blog/blog/2026/2026-03-01-connect-azure-storage-to-dremio-cloud-query-your-microsoft-data-lake-with-sql-and-ai.html</link>
    <description>Azure Storage is Microsoft&apos;s cloud storage platform, spanning Blob Storage, Azure Data Lake Storage Gen2 (ADLS Gen2), and Azure Files. If your organization uses...</description>
    <pubDate>Sun, 01 Mar 2026 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Connect Azure Synapse Analytics to Dremio Cloud: Multi-Cloud Data Warehouse Federation</title>
    <link>https://alexmerced.blog/blog/2026/2026-03-01-connect-azure-synapse-analytics-to-dremio-cloud-multi-cloud-data-warehouse-federation.html</link>
    <description>Microsoft Azure Synapse Analytics combines big data analytics and enterprise data warehousing into a single Azure-integrated platform. If your organization has...</description>
    <pubDate>Sun, 01 Mar 2026 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Connect Databricks Unity Catalog to Dremio Cloud: Query Delta Lake Tables with Federation and AI</title>
    <link>https://alexmerced.blog/blog/2026/2026-03-01-connect-databricks-unity-catalog-to-dremio-cloud-query-delta-lake-tables-with-federation-and-ai.html</link>
    <description>Databricks Unity Catalog is Databricks&apos; governance layer for data and AI assets. It manages Delta Lake tables, machine learning models, feature stores, and othe...</description>
    <pubDate>Sun, 01 Mar 2026 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Connect Dremio Software to Dremio Cloud: Hybrid Federation Across Deployments</title>
    <link>https://alexmerced.blog/blog/2026/2026-03-01-connect-dremio-software-to-dremio-cloud-hybrid-federation-across-deployments.html</link>
    <description>Dremio Cloud can connect to Dremio Software (self-managed) instances as a federated data source. This creates a hybrid deployment where Dremio Cloud serves as t...</description>
    <pubDate>Sun, 01 Mar 2026 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Connect Google BigQuery to Dremio Cloud: Cross-Cloud Analytics Without Data Movement</title>
    <link>https://alexmerced.blog/blog/2026/2026-03-01-connect-google-bigquery-to-dremio-cloud-cross-cloud-analytics-without-data-movement.html</link>
    <description>Google BigQuery is Google Cloud&apos;s serverless data warehouse. If your organization uses Google Cloud Platform, BigQuery is where your analytics data, marketing a...</description>
    <pubDate>Sun, 01 Mar 2026 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Connect IBM Db2 to Dremio Cloud: Modernize Mainframe Analytics with Federation and AI</title>
    <link>https://alexmerced.blog/blog/2026/2026-03-01-connect-ibm-db2-to-dremio-cloud-modernize-mainframe-analytics-with-federation-and-ai.html</link>
    <description>IBM Db2 is the relational database that powers critical applications across banking, insurance, government, healthcare, and manufacturing. For organizations run...</description>
    <pubDate>Sun, 01 Mar 2026 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Connect Microsoft SQL Server to Dremio Cloud: Federate Enterprise Data Without ETL</title>
    <link>https://alexmerced.blog/blog/2026/2026-03-01-connect-microsoft-sql-server-to-dremio-cloud-federate-enterprise-data-without-etl.html</link>
    <description>Microsoft SQL Server is one of the most widely deployed enterprise databases in the world. ERP systems, CRM platforms, financial applications, and custom busine...</description>
    <pubDate>Sun, 01 Mar 2026 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Connect MongoDB to Dremio Cloud: SQL Analytics on Document Data</title>
    <link>https://alexmerced.blog/blog/2026/2026-03-01-connect-mongodb-to-dremio-cloud-sql-analytics-on-document-data.html</link>
    <description>MongoDB is the most popular NoSQL document database. It stores data in flexible JSON-like documents, making it ideal for applications with evolving schemas — us...</description>
    <pubDate>Sun, 01 Mar 2026 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Connect MySQL to Dremio Cloud: Federated Analytics Without ETL</title>
    <link>https://alexmerced.blog/blog/2026/2026-03-01-connect-mysql-to-dremio-cloud-federated-analytics-without-etl.html</link>
    <description>MySQL runs more web applications, SaaS platforms, and e-commerce backends than any other database. It&apos;s fast for transactional reads and writes, but it becomes...</description>
    <pubDate>Sun, 01 Mar 2026 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Connect Oracle Database to Dremio Cloud: Enterprise Analytics Without Data Movement</title>
    <link>https://alexmerced.blog/blog/2026/2026-03-01-connect-oracle-database-to-dremio-cloud-enterprise-analytics-without-data-movement.html</link>
    <description>Oracle Database runs the most critical enterprise applications in the world — ERP systems, financial ledgers, supply chain management, and HR platforms. These s...</description>
    <pubDate>Sun, 01 Mar 2026 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Connect PostgreSQL to Dremio Cloud: Query, Federate, and Accelerate Your Data</title>
    <link>https://alexmerced.blog/blog/2026/2026-03-01-connect-postgresql-to-dremio-cloud-query-federate-and-accelerate-your-data.html</link>
    <description>PostgreSQL powers more production applications than almost any other open-source database. It&apos;s where your customer records, transaction logs, product catalogs,...</description>
    <pubDate>Sun, 01 Mar 2026 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Connect SAP HANA to Dremio Cloud: Unlock Analytics Beyond the SAP Ecosystem</title>
    <link>https://alexmerced.blog/blog/2026/2026-03-01-connect-sap-hana-to-dremio-cloud-unlock-analytics-beyond-the-sap-ecosystem.html</link>
    <description>SAP HANA is the in-memory database platform that powers SAP S/4HANA, SAP BW/4HANA, and custom enterprise applications across finance, manufacturing, logistics,...</description>
    <pubDate>Sun, 01 Mar 2026 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Connect Snowflake Open Catalog to Dremio Cloud: Multi-Engine Iceberg Analytics</title>
    <link>https://alexmerced.blog/blog/2026/2026-03-01-connect-snowflake-open-catalog-to-dremio-cloud-multi-engine-iceberg-analytics.html</link>
    <description>Snowflake Open Catalog is Snowflake&apos;s managed implementation of the Apache Iceberg REST catalog specification, based on the open-source Apache Polaris project....</description>
    <pubDate>Sun, 01 Mar 2026 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Connect Snowflake to Dremio Cloud: Federate, Govern, and Accelerate Beyond Snowflake</title>
    <link>https://alexmerced.blog/blog/2026/2026-03-01-connect-snowflake-to-dremio-cloud-federate-govern-and-accelerate-beyond-snowflake.html</link>
    <description>Snowflake is a popular cloud data warehouse known for its separation of storage and compute, near-zero maintenance, and broad ecosystem. Many organizations have...</description>
    <pubDate>Sun, 01 Mar 2026 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Connect Vertica to Dremio Cloud: Federation for Analytics-Optimized Data</title>
    <link>https://alexmerced.blog/blog/2026/2026-03-01-connect-vertica-to-dremio-cloud-federation-for-analytics-optimized-data.html</link>
    <description>Vertica is a columnar analytics database engineered for fast aggregate queries on large datasets. It was built from the ground up for analytical workloads — col...</description>
    <pubDate>Sun, 01 Mar 2026 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Dremio&apos;s Built-in Open Catalog: Your Zero-Configuration Apache Iceberg Lakehouse</title>
    <link>https://alexmerced.blog/blog/2026/2026-03-01-dremios-built-in-open-catalog-your-zero-configuration-apache-iceberg-lakehouse.html</link>
    <description>Every Dremio Cloud account starts with a built-in Open Catalog — a fully managed Apache Iceberg catalog with integrated storage. When you create a Dremio Cloud...</description>
    <pubDate>Sun, 01 Mar 2026 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Extract Structured Data from Text with Dremio&apos;s AI_GENERATE Function</title>
    <link>https://alexmerced.blog/blog/2026/2026-03-01-extract-structured-data-from-text-with-dremios-aigenerate-function.html</link>
    <description>Unstructured text is the most underused data in most organizations. Customer emails sit in inboxes. Contract notes live in text fields. Meeting summaries exist...</description>
    <pubDate>Sun, 01 Mar 2026 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Generate Summaries and Insights with Dremio&apos;s AI_COMPLETE Function</title>
    <link>https://alexmerced.blog/blog/2026/2026-03-01-generate-summaries-and-insights-with-dremios-aicomplete-function.html</link>
    <description>Every data team has a version of this problem: a table full of raw data that needs human-readable summaries, translations, or narrative descriptions. Product de...</description>
    <pubDate>Sun, 01 Mar 2026 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Batch vs. Streaming: Choose the Right Processing Model</title>
    <link>https://alexmerced.blog/blog/2026/2026-02-18-batch-vs-streaming-choose-the-right-processing-model.html</link>
    <description>!Batch processing in scheduled groups vs streaming in continuous flow(/assets/images/2026/debp/06-batch-vs-streaming/batch-vs-streaming.png)...</description>
    <pubDate>Wed, 18 Feb 2026 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Conceptual, Logical, and Physical Data Models Explained</title>
    <link>https://alexmerced.blog/blog/2026/2026-02-18-conceptual-logical-and-physical-data-models-explained.html</link>
    <description>!Three layers of data modeling from business concepts to database implementation(/assets/images/2026/data_modeling/02-types-of-data-models/types-of-data-models....</description>
    <pubDate>Wed, 18 Feb 2026 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Data Engineering Best Practices: The Complete Checklist</title>
    <link>https://alexmerced.blog/blog/2026/2026-02-18-data-engineering-best-practices-the-complete-checklist.html</link>
    <description>!Comprehensive data engineering checklist organized by categories with status indicators(/assets/images/2026/debp/10-de-best-practices-checklist/de-checklist.pn...</description>
    <pubDate>Wed, 18 Feb 2026 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Data Modeling Best Practices: 7 Mistakes to Avoid</title>
    <link>https://alexmerced.blog/blog/2026/2026-02-18-data-modeling-best-practices-7-mistakes-to-avoid.html</link>
    <description>!Checklist of data modeling quality markers with warning symbols on common mistakes(/assets/images/2026/data_modeling/10-data-modeling-best-practices/best-pract...</description>
    <pubDate>Wed, 18 Feb 2026 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Data Modeling for Analytics: Optimize for Queries, Not Transactions</title>
    <link>https://alexmerced.blog/blog/2026/2026-02-18-data-modeling-for-analytics-optimize-for-queries-not-transactions.html</link>
    <description>!OLTP normalized model vs. OLAP denormalized model side by side(/assets/images/2026/data_modeling/07-data-modeling-for-analytics/analytics-data-modeling.png)...</description>
    <pubDate>Wed, 18 Feb 2026 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Data Modeling for the Lakehouse: What Changes</title>
    <link>https://alexmerced.blog/blog/2026/2026-02-18-data-modeling-for-the-lakehouse-what-changes.html</link>
    <description>!Traditional data warehouse model vs. open lakehouse model with flexible schema and views(/assets/images/2026/data_modeling/04-data-modeling-lakehouse/lakehouse...</description>
    <pubDate>Wed, 18 Feb 2026 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Data Quality Is a Pipeline Problem, Not a Dashboard Problem</title>
    <link>https://alexmerced.blog/blog/2026/2026-02-18-data-quality-is-a-pipeline-problem-not-a-dashboard-problem.html</link>
    <description>!Data quality checks enforced at the pipeline validation stage before data reaches consumers(/assets/images/2026/debp/03-data-quality-first/data-quality-pipelin...</description>
    <pubDate>Wed, 18 Feb 2026 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Data Vault Modeling: Hubs, Links, and Satellites</title>
    <link>https://alexmerced.blog/blog/2026/2026-02-18-data-vault-modeling-hubs-links-and-satellites.html</link>
    <description>!Data Vault model showing Hubs, Links, and Satellites as interconnected components(/assets/images/2026/data_modeling/09-data-vault-modeling/data-vault-overview....</description>
    <pubDate>Wed, 18 Feb 2026 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Data Virtualization and the Semantic Layer: Query Without Copying</title>
    <link>https://alexmerced.blog/blog/2026/2026-02-18-data-virtualization-and-the-semantic-layer-query-without-copying.html</link>
    <description>!Data virtualization — connecting sources to a unified semantic layer without copying(/assets/images/2026/semantic_layer_seo/07-data-virtualization-semantic-lay...</description>
    <pubDate>Wed, 18 Feb 2026 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Denormalization: When and Why to Flatten Your Data</title>
    <link>https://alexmerced.blog/blog/2026/2026-02-18-denormalization-when-and-why-to-flatten-your-data.html</link>
    <description>!Normalized model with many interconnected tables vs. denormalized wide flat table(/assets/images/2026/data_modeling/08-denormalization-when-why/denormalization...</description>
    <pubDate>Wed, 18 Feb 2026 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Dimensional Modeling: Facts, Dimensions, and Grains</title>
    <link>https://alexmerced.blog/blog/2026/2026-02-18-dimensional-modeling-facts-dimensions-and-grains.html</link>
    <description>!Dimensional model showing a central fact table connected to surrounding dimension tables(/assets/images/2026/data_modeling/05-dimensional-modeling/dimensional-...</description>
    <pubDate>Wed, 18 Feb 2026 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Headless BI: How a Universal Semantic Layer Replaces Tool-Specific Models</title>
    <link>https://alexmerced.blog/blog/2026/2026-02-18-headless-bi-how-a-universal-semantic-layer-replaces-tool-specific-models.html</link>
    <description>!Headless BI — one semantic layer serving all consumers(/assets/images/2026/semantic_layer_seo/08-headless-bi-semantic-layer/headless-bi.png)...</description>
    <pubDate>Wed, 18 Feb 2026 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>How a Self-Documenting Semantic Layer Reduces Data Team Toil</title>
    <link>https://alexmerced.blog/blog/2026/2026-02-18-how-a-self-documenting-semantic-layer-reduces-data-team-toil.html</link>
    <description>!Self-documenting semantic layer — AI generating descriptions and labels automatically(/assets/images/2026/semantic_layer_seo/09-self-documenting-semantic-layer...</description>
    <pubDate>Wed, 18 Feb 2026 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>How to Build a Semantic Layer: A Step-by-Step Guide</title>
    <link>https://alexmerced.blog/blog/2026/2026-02-18-how-to-build-a-semantic-layer-a-step-by-step-guide.html</link>
    <description>!Building a semantic layer — Bronze, Silver, and Gold tiers(/assets/images/2026/semantic_layer_seo/02-how-to-build-semantic-layer/build-semantic-layer.png)...</description>
    <pubDate>Wed, 18 Feb 2026 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>How to Design Reliable Data Pipelines</title>
    <link>https://alexmerced.blog/blog/2026/2026-02-18-how-to-design-reliable-data-pipelines.html</link>
    <description>!Data pipeline architecture with four layers flowing from ingestion through staging, transformation, and serving(/assets/images/2026/debp/02-design-data-pipelin...</description>
    <pubDate>Wed, 18 Feb 2026 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>How to Think Like a Data Engineer</title>
    <link>https://alexmerced.blog/blog/2026/2026-02-18-how-to-think-like-a-data-engineer.html</link>
    <description>!Data flowing through a system of interconnected pipeline stages from sources to consumers(/assets/images/2026/debp/01-think-like-data-engineer/data-engineer-mi...</description>
    <pubDate>Wed, 18 Feb 2026 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Idempotent Pipelines: Build Once, Run Safely Forever</title>
    <link>https://alexmerced.blog/blog/2026/2026-02-18-idempotent-pipelines-build-once-run-safely-forever.html</link>
    <description>!Pipeline running multiple times and converging to the same result(/assets/images/2026/debp/04-idempotent-pipelines/idempotent-pipeline.png)...</description>
    <pubDate>Wed, 18 Feb 2026 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Partition and Organize Data for Performance</title>
    <link>https://alexmerced.blog/blog/2026/2026-02-18-partition-and-organize-data-for-performance.html</link>
    <description>!Table data split into partitions by date with query scanning only the relevant partition(/assets/images/2026/debp/07-partition-and-organize/partition-overview....</description>
    <pubDate>Wed, 18 Feb 2026 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Pipeline Observability: Know When Things Break</title>
    <link>https://alexmerced.blog/blog/2026/2026-02-18-pipeline-observability-know-when-things-break.html</link>
    <description>!Pipeline observability dashboard showing metrics, logs, and data lineage(/assets/images/2026/debp/09-observability-monitoring/observability-dashboard.png)...</description>
    <pubDate>Wed, 18 Feb 2026 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Schema Evolution Without Breaking Consumers</title>
    <link>https://alexmerced.blog/blog/2026/2026-02-18-schema-evolution-without-breaking-consumers.html</link>
    <description>!Schema as a contract between producers and consumers with version tracking(/assets/images/2026/debp/05-schema-evolution/schema-contract.png)...</description>
    <pubDate>Wed, 18 Feb 2026 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Semantic Layer Best Practices: 7 Mistakes to Avoid</title>
    <link>https://alexmerced.blog/blog/2026/2026-02-18-semantic-layer-best-practices-7-mistakes-to-avoid.html</link>
    <description>!Semantic layer best practices checklist — checks and mistakes(/assets/images/2026/semantic_layer_seo/10-semantic-layer-best-practices/best-practices.png)...</description>
    <pubDate>Wed, 18 Feb 2026 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Semantic Layer vs. Data Catalog: Complementary, Not Competing</title>
    <link>https://alexmerced.blog/blog/2026/2026-02-18-semantic-layer-vs-data-catalog-complementary-not-competing.html</link>
    <description>!Data catalog and semantic layer — complementary systems bridged together(/assets/images/2026/semantic_layer_seo/04-semantic-layer-vs-data-catalog/catalog-vs-se...</description>
    <pubDate>Wed, 18 Feb 2026 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Semantic Layer vs. Metrics Layer: What&apos;s the Difference?</title>
    <link>https://alexmerced.blog/blog/2026/2026-02-18-semantic-layer-vs-metrics-layer-whats-the-difference.html</link>
    <description>!Semantic layer vs metrics layer — the metrics layer is a subset(/assets/images/2026/semantic_layer_seo/03-semantic-layer-vs-metrics-layer/semantic-vs-metrics.p...</description>
    <pubDate>Wed, 18 Feb 2026 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Slowly Changing Dimensions: Types 1-3 with Examples</title>
    <link>https://alexmerced.blog/blog/2026/2026-02-18-slowly-changing-dimensions-types-1-3-with-examples.html</link>
    <description>!Dimension timeline showing attribute values changing across time periods(/assets/images/2026/data_modeling/06-slowly-changing-dimensions/slowly-changing-dimens...</description>
    <pubDate>Wed, 18 Feb 2026 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Star Schema vs. Snowflake Schema: When to Use Each</title>
    <link>https://alexmerced.blog/blog/2026/2026-02-18-star-schema-vs-snowflake-schema-when-to-use-each.html</link>
    <description>!Star schema with central fact table surrounded by denormalized dimension tables(/assets/images/2026/data_modeling/03-star-schema-vs-snowflake/star-vs-snowflake...</description>
    <pubDate>Wed, 18 Feb 2026 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Testing Data Pipelines: What to Validate and When</title>
    <link>https://alexmerced.blog/blog/2026/2026-02-18-testing-data-pipelines-what-to-validate-and-when.html</link>
    <description>!Data pipeline testing pyramid with schema tests at the base, contract tests in the middle, and regression tests at the top(/assets/images/2026/debp/08-testing-...</description>
    <pubDate>Wed, 18 Feb 2026 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>The Role of the Semantic Layer in Data Governance</title>
    <link>https://alexmerced.blog/blog/2026/2026-02-18-the-role-of-the-semantic-layer-in-data-governance.html</link>
    <description>!Data governance through a semantic layer — centralized policies and documentation(/assets/images/2026/semantic_layer_seo/06-semantic-layer-data-governance/gove...</description>
    <pubDate>Wed, 18 Feb 2026 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>What Is a Semantic Layer? A Complete Guide</title>
    <link>https://alexmerced.blog/blog/2026/2026-02-18-what-is-a-semantic-layer-a-complete-guide.html</link>
    <description>!Semantic layer concept — translating raw data into business terms(/assets/images/2026/semantic_layer_seo/01-what-is-a-semantic-layer/semantic-layer-concept.png...</description>
    <pubDate>Wed, 18 Feb 2026 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>What Is Data Modeling? A Complete Guide</title>
    <link>https://alexmerced.blog/blog/2026/2026-02-18-what-is-data-modeling-a-complete-guide.html</link>
    <description>!Data entities connected by relationship lines forming a structured data model(/assets/images/2026/data_modeling/01-what-is-data-modeling/data-modeling-overview...</description>
    <pubDate>Wed, 18 Feb 2026 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Why Your AI Initiatives Fail Without a Semantic Layer</title>
    <link>https://alexmerced.blog/blog/2026/2026-02-18-why-your-ai-initiatives-fail-without-a-semantic-layer.html</link>
    <description>!AI with vs without a semantic layer — failure modes and fixes(/assets/images/2026/semantic_layer_seo/05-why-ai-fails-without-semantic-layer/ai-semantic-layer.p...</description>
    <pubDate>Wed, 18 Feb 2026 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>A 2026 Introduction to Apache Iceberg</title>
    <link>https://alexmerced.blog/blog/2026/2026-02-2026-Intro-to-Apache-Iceberg.html</link>
    <description>An updated introduction to Apache Iceberg</description>
    <pubDate>Fri, 13 Feb 2026 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>A Practical Guide to AI-Assisted Coding Tools</title>
    <link>https://alexmerced.blog/blog/2026/2026-01-A-Practical-Guide-to-AI-Assisted-Coding.html</link>
    <description>An in-depth guide to understanding, choosing, and using AI-assisted coding tools effectively.</description>
    <pubDate>Thu, 15 Jan 2026 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>What Are Recursive Language Models?</title>
    <link>https://alexmerced.blog/blog/2026/2026-01-recursive-langauge-models.html</link>
    <description>Recursive Language Models (RLMs) are a new class of language models that can call themselves to break down complex tasks into manageable parts. This article explores how RLMs work, the problems they solve, and why they represent a significant shift in language model capabilities.</description>
    <pubDate>Sat, 10 Jan 2026 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>2025 Year in Review Apache Iceberg, Polaris, Parquet, and Arrow</title>
    <link>https://alexmerced.blog/blog/2025/2025-12-2025-year-in-review-iceberg-arrow-polaris-parquet.html</link>
    <description>A look back at key developments in Apache Iceberg, Polaris, Parquet, and Arrow in 2025.</description>
    <pubDate>Mon, 29 Dec 2025 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>dremioframe &amp; iceberg - Pythonic interfaces for Dremio and Apache Iceberg</title>
    <link>https://alexmerced.blog/blog/2025/2025-12-dremioframe-and-iceframe.html</link>
    <description>Discover DremioFrame and IceFrame, two new Python libraries that simplify working with Dremio and Apache Iceberg. Learn how these tools streamline data management and enhance productivity for modern data teams.</description>
    <pubDate>Fri, 05 Dec 2025 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Introducing dremioframe - A Pythonic DataFrame Interface for Dremio</title>
    <link>https://alexmerced.blog/blog/2025/2025-11-introducing-dremioframe-dataframe-python-library.html</link>
    <description>Discover dremioframe, a new Python library that offers a DataFrame-like experience for interacting with Dremio&apos;s data lakehouse platform. Learn how to leverage its intuitive API to streamline your data engineering workflows.</description>
    <pubDate>Sat, 29 Nov 2025 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Comprehensive Hands-on Walk Through of Dremio Cloud Next Gen (Hands-on with Free Trial)</title>
    <link>https://alexmerced.blog/blog/2025/2025-11-Dremio-next-gen-tutorial.html</link>
    <description>Walkthrough with the new trial of the Dremio Cloud Platform</description>
    <pubDate>Wed, 12 Nov 2025 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>2025-2026 Guide to Learning about Apache Iceberg, Data Lakehouse &amp; Agentic AI</title>
    <link>https://alexmerced.blog/blog/2025/2025-10-2026-guide-to-learning-lakehouse-iceberg-agentic-ai.html</link>
    <description>A curated guide to mastering Apache Iceberg, data lakehouse architectures, and the emerging field of Agentic AI for data professionals.</description>
    <pubDate>Thu, 23 Oct 2025 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>An Exploration of the Commercial Iceberg Catalog Ecosystem</title>
    <link>https://alexmerced.blog/blog/2025/2025-10-exploring-commerical-iceberg-catalogs.html</link>
    <description>Dive into the world of commercial Iceberg catalogs and discover how they enhance data lakehouse architectures for modern data engineering.</description>
    <pubDate>Tue, 21 Oct 2025 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Building a Universal Lakehouse Catalog - Beyond Iceberg Tables</title>
    <link>https://alexmerced.blog/blog/2025/2025-10-Building-Universal-Lakehouse-Catalog.html</link>
    <description>Exploring paths to a universal lakehouse catalog that supports multiple data formats and engines, building on Apache Iceberg&apos;s success.</description>
    <pubDate>Fri, 17 Oct 2025 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Intro to Apache Iceberg with Apache Polaris and Apache Spark</title>
    <link>https://alexmerced.blog/blog/2025/2025-10-Intro-to-Apache-Iceberg-with-Apache-Polaris-and-Apache-Spark.html</link>
    <description>Learn how to leverage Apache Iceberg with Apache Polaris and Apache Spark to build scalable and efficient data lakehouses.</description>
    <pubDate>Thu, 16 Oct 2025 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>The State of Apache Iceberg v4 - October 2025 Edition</title>
    <link>https://alexmerced.blog/blog/2025/2025-10-apache-iceberg-v4.html</link>
    <description>What&apos;s Coming in Apache Iceberg v4: A Deep Dive into the Future of Open Table Formats</description>
    <pubDate>Tue, 14 Oct 2025 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>The Ultimate Guide to Open Table Formats - Iceberg, Delta Lake, Hudi, Paimon, and DuckLake</title>
    <link>https://alexmerced.blog/blog/2025/2025-09-ultimate-guide-to-open-table-formats.html</link>
    <description>Understanding Iceberg, Delta Lake, Hudi, Paimon, and DuckLake</description>
    <pubDate>Wed, 24 Sep 2025 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>The 2025 &amp; 2026 Ultimate Guide to the Data Lakehouse and the Data Lakehouse Ecosystem</title>
    <link>https://alexmerced.blog/blog/2025/2025-09-2026-guide-to-data-lakehouses.html</link>
    <description>What is the Data Lakehouse and the Data Lakehouse Ecosystem? This comprehensive guide covers everything you need to know about the Data Lakehouse architecture, open table formats like Apache Iceberg, Delta Lake, Apache Hudi, and Apache Paimon, and the modern data ecosystem that supports them.</description>
    <pubDate>Tue, 23 Sep 2025 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>The Endgame — Building an Autonomous Optimization Pipeline for Apache Iceberg</title>
    <link>https://alexmerced.blog/blog/2025/2025-07-10-iceberg-autonomous-optimization-pipeline.html</link>
    <description>Learn how to automate compaction, snapshot expiration, and layout optimization in Apache Iceberg using metadata-driven triggers and orchestration tools for a self-healing lakehouse.</description>
    <pubDate>Tue, 16 Sep 2025 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Managing Large-Scale Optimizations — Parallelism, Checkpointing, and Fail Recovery</title>
    <link>https://alexmerced.blog/blog/2025/2025-07-09-iceberg-large-scale-optimization.html</link>
    <description>Learn how to scale Apache Iceberg table optimizations across large datasets using parallelism, checkpointing, and fail recovery to ensure reliability and performance.</description>
    <pubDate>Tue, 09 Sep 2025 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Unlocking the Power of Agentic AI with Apache Iceberg and Dremio</title>
    <link>https://alexmerced.blog/blog/2025/2025-09-agentic-ai-dremio-apache-iceberg.html</link>
    <description>Unlocking the Power of Agentic AI with Apache Iceberg and Dremio</description>
    <pubDate>Fri, 05 Sep 2025 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Hidden Pitfalls — Compaction and Partition Evolution in Apache Iceberg</title>
    <link>https://alexmerced.blog/blog/2025/2025-07-08-iceberg-partition-evolution-compaction.html</link>
    <description>Partition evolution in Apache Iceberg is a powerful feature, but if not managed carefully, it can introduce fragmentation and impact compaction performance. Learn how to handle it effectively.</description>
    <pubDate>Tue, 02 Sep 2025 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Using Iceberg Metadata Tables to Determine When Compaction Is Needed</title>
    <link>https://alexmerced.blog/blog/2025/2025-07-07-iceberg-metadata-triggered-compaction.html</link>
    <description>Discover how to use Apache Iceberg&apos;s metadata tables to proactively detect small files, bloated manifests, and table fragmentation—so you can trigger compaction only when it&apos;s needed.</description>
    <pubDate>Tue, 26 Aug 2025 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Designing the Ideal Cadence for Compaction and Snapshot Expiration</title>
    <link>https://alexmerced.blog/blog/2025/2025-07-06-iceberg-optimization-cadence.html</link>
    <description>Learn how to design an effective schedule for compaction and snapshot expiration in Apache Iceberg to balance cost, performance, and data freshness.</description>
    <pubDate>Tue, 19 Aug 2025 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Avoiding Metadata Bloat with Snapshot Expiration and Rewriting Manifests</title>
    <link>https://alexmerced.blog/blog/2025/2025-07-05-iceberg-metadata-bloat-cleanup.html</link>
    <description>Learn how to prevent and clean up metadata bloat in Apache Iceberg by expiring snapshots and rewriting manifests for better performance and manageability.</description>
    <pubDate>Tue, 12 Aug 2025 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Smarter Data Layout — Sorting and Clustering Iceberg Tables</title>
    <link>https://alexmerced.blog/blog/2025/2025-07-04-iceberg-clustering-sorting-zorder.html</link>
    <description>Improve query performance in Apache Iceberg by organizing your data layout with sorting and Z-order clustering. Learn how to reduce scan cost and improve filter effectiveness.</description>
    <pubDate>Tue, 05 Aug 2025 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Optimizing Compaction for Streaming Workloads in Apache Iceberg</title>
    <link>https://alexmerced.blog/blog/2025/2025-07-03-iceberg-streaming-compaction.html</link>
    <description>Learn how to design fast, incremental compaction strategies in Apache Iceberg to support high-throughput streaming pipelines without disrupting freshness or performance.</description>
    <pubDate>Tue, 29 Jul 2025 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>The Basics of Compaction — Bin Packing Your Data for Efficiency</title>
    <link>https://alexmerced.blog/blog/2025/2025-07-02-iceberg-optimization-compaction-basics.html</link>
    <description>Learn how standard compaction works in Apache Iceberg and why bin packing your data files is essential for maintaining query performance and cost efficiency.</description>
    <pubDate>Tue, 22 Jul 2025 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>The Cost of Neglect — How Apache Iceberg Tables Degrade Without Optimization</title>
    <link>https://alexmerced.blog/blog/2025/2025-07-01-iceberg-optimization-degradation.html</link>
    <description>Learn how Apache Iceberg tables can degrade over time without optimization and what issues this causes for performance, cost, and governance.</description>
    <pubDate>Tue, 15 Jul 2025 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>How to Discover or Organize Lakehouse &amp; Apache Iceberg Meetups</title>
    <link>https://alexmerced.blog/blog/2025/2025-07-discovering-or-organizing-lakehouse-iceberg-meetups.html</link>
    <description>Guide on How to Be Part of the Lakehouse Community</description>
    <pubDate>Thu, 03 Jul 2025 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Introduction to Data Engineering Concepts | What is Data Engineering?</title>
    <link>https://alexmerced.blog/blog/2025/2025-05-intro-to-data-engineering-concepts-01.html</link>
    <description>Introduction to the terms in data engineering</description>
    <pubDate>Fri, 02 May 2025 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Introduction to Data Engineering Concepts | Understanding Data Sources and Ingestion</title>
    <link>https://alexmerced.blog/blog/2025/2025-05-intro-to-data-engineering-concepts-02.html</link>
    <description>Introduction to the terms in data engineering</description>
    <pubDate>Fri, 02 May 2025 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Introduction to Data Engineering Concepts | ETL vs ELT – Understanding Data Pipelines</title>
    <link>https://alexmerced.blog/blog/2025/2025-05-intro-to-data-engineering-concepts-03.html</link>
    <description>Introduction to the terms in data engineering</description>
    <pubDate>Fri, 02 May 2025 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Introduction to Data Engineering Concepts | Batch Processing Fundamentals</title>
    <link>https://alexmerced.blog/blog/2025/2025-05-intro-to-data-engineering-concepts-04.html</link>
    <description>Introduction to the terms in data engineering</description>
    <pubDate>Fri, 02 May 2025 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Introduction to Data Engineering Concepts | Streaming Data Fundamentals</title>
    <link>https://alexmerced.blog/blog/2025/2025-05-intro-to-data-engineering-concepts-05.html</link>
    <description>Introduction to the terms in data engineering</description>
    <pubDate>Fri, 02 May 2025 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Introduction to Data Engineering Concepts | Data Modeling Basics</title>
    <link>https://alexmerced.blog/blog/2025/2025-05-intro-to-data-engineering-concepts-06.html</link>
    <description>Introduction to the terms in data engineering</description>
    <pubDate>Fri, 02 May 2025 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Introduction to Data Engineering Concepts | Data Warehousing Fundamentals</title>
    <link>https://alexmerced.blog/blog/2025/2025-05-intro-to-data-engineering-concepts-07.html</link>
    <description>Introduction to the terms in data engineering</description>
    <pubDate>Fri, 02 May 2025 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Introduction to Data Engineering Concepts | Data Lakes Explained</title>
    <link>https://alexmerced.blog/blog/2025/2025-05-intro-to-data-engineering-concepts-08.html</link>
    <description>Introduction to the terms in data engineering</description>
    <pubDate>Fri, 02 May 2025 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Introduction to Data Engineering Concepts | Storage Formats and Compression</title>
    <link>https://alexmerced.blog/blog/2025/2025-05-intro-to-data-engineering-concepts-09.html</link>
    <description>Introduction to the terms in data engineering</description>
    <pubDate>Fri, 02 May 2025 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Introduction to Data Engineering Concepts | Data Quality and Validation</title>
    <link>https://alexmerced.blog/blog/2025/2025-05-intro-to-data-engineering-concepts-10.html</link>
    <description>Introduction to the terms in data engineering</description>
    <pubDate>Fri, 02 May 2025 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Introduction to Data Engineering Concepts | Metadata, Lineage, and Governance</title>
    <link>https://alexmerced.blog/blog/2025/2025-05-intro-to-data-engineering-concepts-11.html</link>
    <description>Introduction to the terms in data engineering</description>
    <pubDate>Fri, 02 May 2025 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Introduction to Data Engineering Concepts | Scheduling and Workflow Orchestration</title>
    <link>https://alexmerced.blog/blog/2025/2025-05-intro-to-data-engineering-concepts-12.html</link>
    <description>Introduction to the terms in data engineering</description>
    <pubDate>Fri, 02 May 2025 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Introduction to Data Engineering Concepts | Building Scalable Pipelines</title>
    <link>https://alexmerced.blog/blog/2025/2025-05-intro-to-data-engineering-concepts-13.html</link>
    <description>Introduction to the terms in data engineering</description>
    <pubDate>Fri, 02 May 2025 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Introduction to Data Engineering Concepts | DevOps for Data Engineering</title>
    <link>https://alexmerced.blog/blog/2025/2025-05-intro-to-data-engineering-concepts-14.html</link>
    <description>Introduction to the terms in data engineering</description>
    <pubDate>Fri, 02 May 2025 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Introduction to Data Engineering Concepts | Cloud Data Platforms and the Modern Stack</title>
    <link>https://alexmerced.blog/blog/2025/2025-05-intro-to-data-engineering-concepts-15.html</link>
    <description>Introduction to the terms in data engineering</description>
    <pubDate>Fri, 02 May 2025 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Introduction to Data Engineering Concepts | Data Lakehouse Architecture Explained</title>
    <link>https://alexmerced.blog/blog/2025/2025-05-intro-to-data-engineering-concepts-16.html</link>
    <description>Introduction to the terms in data engineering</description>
    <pubDate>Fri, 02 May 2025 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Introduction to Data Engineering Concepts | Apache Iceberg, Arrow, and Polaris</title>
    <link>https://alexmerced.blog/blog/2025/2025-05-intro-to-data-engineering-concepts-17.html</link>
    <description>Introduction to the terms in data engineering</description>
    <pubDate>Fri, 02 May 2025 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Introduction to Data Engineering Concepts | The Power of Dremio in the Modern Lakehouse</title>
    <link>https://alexmerced.blog/blog/2025/2025-05-intro-to-data-engineering-concepts-18.html</link>
    <description>Introduction to the terms in data engineering</description>
    <pubDate>Fri, 02 May 2025 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>A Journey from AI to LLMs and MCP - 10 - Sampling and Prompts in MCP — Making Agent Workflows Smarter and Safer</title>
    <link>https://alexmerced.blog/blog/2025/2025-04-AI-Agents-MCP-10.html</link>
    <description>Sampling and Prompts in MCP — Making Agent Workflows Smarter and Safer</description>
    <pubDate>Mon, 14 Apr 2025 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>A Journey from AI to LLMs and MCP - 9 - Tools in MCP — Giving LLMs the Power to Act</title>
    <link>https://alexmerced.blog/blog/2025/2025-04-AI-Agents-MCP-09.html</link>
    <description>Tools in MCP — Giving LLMs the Power to Act</description>
    <pubDate>Sun, 13 Apr 2025 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>A Journey from AI to LLMs and MCP - 8 - Resources in MCP — Serving Relevant Data Securely to LLMs</title>
    <link>https://alexmerced.blog/blog/2025/2025-04-AI-Agents-MCP-08.html</link>
    <description>Resources in MCP — Serving Relevant Data Securely to LLMs</description>
    <pubDate>Sat, 12 Apr 2025 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>A Journey from AI to LLMs and MCP - 7 - Under the Hood — The Architecture of MCP and Its Core Components</title>
    <link>https://alexmerced.blog/blog/2025/2025-04-AI-Agents-MCP-07.html</link>
    <description>Under the Hood — The Architecture of MCP and Its Core Components</description>
    <pubDate>Fri, 11 Apr 2025 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Journey from AI to LLMs and MCP - 6 - Enter the Model Context Protocol (MCP) — The Interoperability Layer for AI Agents</title>
    <link>https://alexmerced.blog/blog/2025/2025-04-AI-Agents-MCP-06.html</link>
    <description>Enter the Model Context Protocol (MCP) — The Interoperability Layer for AI Agents</description>
    <pubDate>Thu, 10 Apr 2025 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>A Journey from AI to LLMs and MCP - 5 - AI Agent Frameworks — Benefits and Limitations</title>
    <link>https://alexmerced.blog/blog/2025/2025-04-AI-Agents-MCP-05.html</link>
    <description>AI Agent Frameworks — Benefits and Limitations</description>
    <pubDate>Wed, 09 Apr 2025 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>A Journey from AI to LLMs and MCP - 4 - What Are AI Agents — And Why They&apos;re the Future of LLM Applications</title>
    <link>https://alexmerced.blog/blog/2025/2025-04-AI-Agents-MCP-04.html</link>
    <description>What Are AI Agents — And Why They&apos;re the Future of LLM Applications</description>
    <pubDate>Tue, 08 Apr 2025 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>A Journey from AI to LLMs and MCP - 3 - Boosting LLM Performance — Fine-Tuning, Prompt Engineering, and RAG</title>
    <link>https://alexmerced.blog/blog/2025/2025-04-AI-Agents-MCP-03.html</link>
    <description>Boosting LLM Performance — Fine-Tuning, Prompt Engineering, and RAG</description>
    <pubDate>Mon, 07 Apr 2025 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>A Journey from AI to LLMs and MCP - 2 - How LLMs Work — Embeddings, Vectors, and Context Windows</title>
    <link>https://alexmerced.blog/blog/2025/2025-04-AI-Agents-MCP-02.html</link>
    <description>How LLMs Work — Embeddings, Vectors, and Context Windows</description>
    <pubDate>Sun, 06 Apr 2025 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>A Journey from AI to LLMs and MCP - 1 - What Is AI and How It Evolved Into LLMs</title>
    <link>https://alexmerced.blog/blog/2025/2025-04-AI-Agents-MCP-01.html</link>
    <description>What Is AI and How It Evolved Into LLMs</description>
    <pubDate>Sat, 05 Apr 2025 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Building a Basic MCP Server with Python</title>
    <link>https://alexmerced.blog/blog/2025/2025-04-basics-of-making-mcp-server.html</link>
    <description>The Basics of Building a Basic MCP Server</description>
    <pubDate>Fri, 04 Apr 2025 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Using Helm with Kubernetes - A Guide to Helm Charts and Their Implementation</title>
    <link>https://alexmerced.blog/blog/2025/2025-02-understanding-helm-charts.html</link>
    <description>A Guide on when to use Helm Charts for Kubernetes Deployment</description>
    <pubDate>Wed, 19 Feb 2025 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Crash Course on Developing AI Applications with LangChain</title>
    <link>https://alexmerced.blog/blog/2025/2025-02-crash-course-on-langchain.html</link>
    <description>A guide on building AI applications with LangChain, a framework for developing AI applications powered by Large Language Models (LLMs).</description>
    <pubDate>Sat, 01 Feb 2025 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>The Data Lakehouse - The Benefits and Enhancing Implementation</title>
    <link>https://alexmerced.blog/blog/2025/2025-01-the-lakehouse-benefits-and-enhancing.html</link>
    <description>Understanding the value of a lakehouse and how to get that value faster</description>
    <pubDate>Fri, 31 Jan 2025 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>2025 Comprehensive Guide to Apache Iceberg</title>
    <link>https://alexmerced.blog/blog/2025/2025-01-comprehensive-apache-iceberg-guide.html</link>
    <description>What is Apache Iceberg, How it Works, and Why it Matters!</description>
    <pubDate>Mon, 20 Jan 2025 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>When to use Apache Xtable or Delta Lake Uniform for Data Lakehouse Interoperability</title>
    <link>https://alexmerced.blog/blog/2025/2025-01-XTable-or-Uniform.html</link>
    <description>A Guide on when to use Apache Xtable or Delta Lake Uniform for Data Lakehouse Interoperability</description>
    <pubDate>Tue, 07 Jan 2025 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>RAG Isn’t a Modeling Problem. It’s a Data Engineering Problem.</title>
    <link>https://alexmerced.blog/blog/2026/2026-01-rag-isnt-the-problem.html</link>
    <description>Why retrieval-augmented generation systems fail in enterprises—and what to do about it.</description>
    <pubDate>Mon, 06 Jan 2025 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Building Pangolin - My Holiday Break, an AI IDE, and a Lakehouse Catalog for the Curious</title>
    <link>https://alexmerced.blog/blog/2026/2026-01-the-story-of-pangolin-catalog.html</link>
    <description>A personal story of how I built Pangolin Catalog over a holiday break using an AI-powered IDE.</description>
    <pubDate>Thu, 02 Jan 2025 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>2025 Guide to Architecting an Iceberg Lakehouse</title>
    <link>https://alexmerced.blog/blog/2024/2024-12-2025-guide-architecting-an-iceberg-lakehouse.html</link>
    <description>A Comprehensive Guide to Building a Data Lakehouse with Apache Iceberg</description>
    <pubDate>Mon, 09 Dec 2024 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>10 Future Apache Iceberg Developments to Look forward to in 2025</title>
    <link>https://alexmerced.blog/blog/2024/2024-11-10-Iceberg-developments.html</link>
    <description>What is cool about Apache Iceberg&apos;s Future</description>
    <pubDate>Mon, 25 Nov 2024 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Deep Dive into Dremio&apos;s File-based Auto Ingestion into Apache Iceberg Tables</title>
    <link>https://alexmerced.blog/blog/2024/2024-11-deep-dive-auto-ingest-dremio-iceberg.html</link>
    <description>Auto ingesting data from JSON, CSV, and Parquet files into Apache Iceberg Tables</description>
    <pubDate>Fri, 15 Nov 2024 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Intro to SQL using Apache Iceberg and Dremio</title>
    <link>https://alexmerced.blog/blog/2024/2024-11-intro-to-sql-with-dremio.html</link>
    <description>Intro to SQL using Apache Iceberg and Dremio</description>
    <pubDate>Fri, 08 Nov 2024 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Dremio, Apache Iceberg and their role in AI-Ready Data</title>
    <link>https://alexmerced.blog/blog/2024/2024-11-Dremio-and-AI-Ready-Data.html</link>
    <description>The Role of Dremio and Apache Iceberg in AI-Ready Data</description>
    <pubDate>Tue, 05 Nov 2024 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Introduction to Cargo and cargo.toml</title>
    <link>https://alexmerced.blog/blog/2024/2024-11-rust-cargo-toml.html</link>
    <description>Getting Started with Cargo and cargo.toml</description>
    <pubDate>Tue, 05 Nov 2024 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Leveraging Python&apos;s Pattern Matching and Comprehensions for Data Analytics</title>
    <link>https://alexmerced.blog/blog/2024/2024-11-Python-Analytics-Pattern-Matching.html</link>
    <description>Using Features like Pattern Matching and Comprehensions for Data Analytics</description>
    <pubDate>Fri, 01 Nov 2024 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Hands-on with Apache Iceberg &amp; Dremio on Your Laptop within 10 Minutes</title>
    <link>https://alexmerced.blog/blog/2024/2024-10-hands-on-with-iceberg-dremio-laptop.html</link>
    <description>How to get hands-on with Apache Iceberg</description>
    <pubDate>Thu, 31 Oct 2024 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Data Modeling - Entities and Events</title>
    <link>https://alexmerced.blog/blog/2024/2024-10-data-modeling-entities-and-events.html</link>
    <description>How to Model Events and Entities</description>
    <pubDate>Wed, 30 Oct 2024 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>All About  Parquet Part 01 - An Introduction</title>
    <link>https://alexmerced.blog/blog/2024/2024-10-all-about-parquet-part-01.html</link>
    <description>All about the Apache Parquet File Format</description>
    <pubDate>Mon, 21 Oct 2024 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>All About  Parquet Part 02 - Parquet&apos;s Columnar Storage Model</title>
    <link>https://alexmerced.blog/blog/2024/2024-10-all-about-parquet-part-02.html</link>
    <description>All about the Apache Parquet File Format</description>
    <pubDate>Mon, 21 Oct 2024 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>All About  Parquet Part 03 - Parquet File Structure | Pages, Row Groups, and Columns</title>
    <link>https://alexmerced.blog/blog/2024/2024-10-all-about-parquet-part-03.html</link>
    <description>All about the Apache Parquet File Format</description>
    <pubDate>Mon, 21 Oct 2024 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>All About  Parquet Part 04 - Schema Evolution in Parquet</title>
    <link>https://alexmerced.blog/blog/2024/2024-10-all-about-parquet-part-04.html</link>
    <description>All about the Apache Parquet File Format</description>
    <pubDate>Mon, 21 Oct 2024 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>All About  Parquet Part 05 - Compression Techniques in Parquet</title>
    <link>https://alexmerced.blog/blog/2024/2024-10-all-about-parquet-part-05.html</link>
    <description>All about the Apache Parquet File Format</description>
    <pubDate>Mon, 21 Oct 2024 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>All About  Parquet Part 06 - Encoding in Parquet | Optimizing for Storage</title>
    <link>https://alexmerced.blog/blog/2024/2024-10-all-about-parquet-part-06.html</link>
    <description>All about the Apache Parquet File Format</description>
    <pubDate>Mon, 21 Oct 2024 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>All About  Parquet Part 07 - Metadata in Parquet | Improving Data Efficiency</title>
    <link>https://alexmerced.blog/blog/2024/2024-10-all-about-parquet-part-07.html</link>
    <description>All about the Apache Parquet File Format</description>
    <pubDate>Mon, 21 Oct 2024 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>All About  Parquet Part 08 - Reading and Writing Parquet Files in Python</title>
    <link>https://alexmerced.blog/blog/2024/2024-10-all-about-parquet-part-08.html</link>
    <description>All about the Apache Parquet File Format</description>
    <pubDate>Mon, 21 Oct 2024 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>All About  Parquet Part 09 - Parquet in Data Lake Architectures</title>
    <link>https://alexmerced.blog/blog/2024/2024-10-all-about-parquet-part-09.html</link>
    <description>All about the Apache Parquet File Format</description>
    <pubDate>Mon, 21 Oct 2024 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>All About  Parquet Part 10 - Performance Tuning and Best Practices with Parquet</title>
    <link>https://alexmerced.blog/blog/2024/2024-10-all-about-parquet-part-10.html</link>
    <description>All about the Apache Parquet File Format</description>
    <pubDate>Mon, 21 Oct 2024 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Orchestrating Airflow DAGs with GitHub Actions - A Lightweight Approach to Data Curation Across Spark, Dremio, and Snowflake</title>
    <link>https://alexmerced.blog/blog/2024/2024-10-github-actions-dbt-airflow-data.html</link>
    <description>Advanced GitHub Actions for Data Engineering</description>
    <pubDate>Sat, 19 Oct 2024 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>A Deep Dive Into GitHub Actions From Software Development to Data Engineering</title>
    <link>https://alexmerced.blog/blog/2024/2024-10-intro-to-github-actions.html</link>
    <description>Learning about GitHub Actions</description>
    <pubDate>Sat, 19 Oct 2024 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>A Guide to dbt Macros - Purpose, Benefits, and Usage</title>
    <link>https://alexmerced.blog/blog/2024/2024-10-dbt-macros.html</link>
    <description>Learning about dbt  Macros</description>
    <pubDate>Fri, 18 Oct 2024 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Data Lakehouse Roundup 1 - News and Insights on the Lakehouse</title>
    <link>https://alexmerced.blog/blog/2024/2024-10-Data-Lakhouse-Roundup-1.html</link>
    <description>What&apos;s Going on in the Data Lakehouse Space</description>
    <pubDate>Wed, 16 Oct 2024 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Getting Started with Data Analytics Using PyArrow in Python</title>
    <link>https://alexmerced.blog/blog/2024/2024-10-pyarrow-and-python.html</link>
    <description>Learning to work with PyArrow to run analytics</description>
    <pubDate>Tue, 15 Oct 2024 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Working with Collections in Rust | A Comprehensive Guide</title>
    <link>https://alexmerced.blog/blog/2024/2024-10-rust-collections.html</link>
    <description>Rust Arrays, Vectors and more!</description>
    <pubDate>Mon, 14 Oct 2024 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>What is Three-Tier Data (Bronze, Silver, Gold) and How Dremio Simplifies It</title>
    <link>https://alexmerced.blog/blog/2024/2024-10-bronze-silver-gold-data.html</link>
    <description>Process Data from Raw to Clean Aggregated Data</description>
    <pubDate>Wed, 09 Oct 2024 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>A Brief Guide to the Governance of Apache Iceberg Tables</title>
    <link>https://alexmerced.blog/blog/2024/2024-10-governing-apache-iceberg-tables.html</link>
    <description>Controlling Access to your Apache Iceberg Tables</description>
    <pubDate>Mon, 07 Oct 2024 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Exploring Data Operations with PySpark, Pandas, DuckDB, Polars, and DataFusion in a Python Notebook</title>
    <link>https://alexmerced.blog/blog/2024/2024-10-learning-data-with-python.html</link>
    <description>Learning to work with Python to ingest and query data</description>
    <pubDate>Mon, 07 Oct 2024 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Ultimate Directory of Apache Iceberg Resources</title>
    <link>https://alexmerced.blog/blog/2024/2024-10-ultimate-directory-of-Apache-Iceberg-Resources.html</link>
    <description>Apache Iceberg Education, Tutorials and more!</description>
    <pubDate>Sat, 05 Oct 2024 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Change Data Capture (CDC) when there is no CDC</title>
    <link>https://alexmerced.blog/blog/2024/2024-10-CDC-when-there-is-no-CDC.html</link>
    <description>Handling Synching Changing Data Across Systems</description>
    <pubDate>Fri, 04 Oct 2024 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Virtualization + Lakehouse + Mesh = Data At Scale</title>
    <link>https://alexmerced.blog/blog/2024/2024-09-decentralization-centralization-data-at-scale.html</link>
    <description>Combining Centralization and Decentralization for Data at Scale</description>
    <pubDate>Wed, 25 Sep 2024 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Deep Dive into Data Apps with Streamlit</title>
    <link>https://alexmerced.blog/blog/2024/2024-09-Deep-Dive-into-data-apps-with-streamlit.html</link>
    <description>Building a Deploying Data Apps Easily</description>
    <pubDate>Sun, 22 Sep 2024 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>A Deep Dive into Docker Compose</title>
    <link>https://alexmerced.blog/blog/2024/2024-09-a-deep-dive-into-docker-compose.html</link>
    <description>A Comprehensive Guide to Docker Compose</description>
    <pubDate>Sat, 21 Sep 2024 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>In-Depth Guide to Working with Strings in Rust</title>
    <link>https://alexmerced.blog/blog/2024/2024-09-using-strings-in-rust.html</link>
    <description>Strings in Rust</description>
    <pubDate>Sat, 14 Sep 2024 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Getting Started with Rust - A Modern Systems Programming Language</title>
    <link>https://alexmerced.blog/blog/2024/2024-09-Getting-Started-with-rust.html</link>
    <description>Get Started with Rust</description>
    <pubDate>Fri, 13 Sep 2024 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Hands-on with Apache Iceberg on Your Laptop - Deep Dive with Apache Spark, Nessie, Minio, Dremio, Polars and Seaborn</title>
    <link>https://alexmerced.blog/blog/2024/2024-09-hands-on-iceberg-dremio-minio-nessie.html</link>
    <description>The Evolving Data Lakehouse World</description>
    <pubDate>Thu, 12 Sep 2024 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Why Data Analysts, Engineers, Architects and Scientists Should Care about Dremio and Apache Iceberg</title>
    <link>https://alexmerced.blog/blog/2024/2024-09-Why-Dremio-Iceberg-Matters.html</link>
    <description>The Evolving Data Lakehouse World</description>
    <pubDate>Tue, 10 Sep 2024 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>5 Trends in the Data Lakehouse Space</title>
    <link>https://alexmerced.blog/blog/2024/2024-09-five-trends-in-data-lakehouse.html</link>
    <description>The Evolving Data Lakehouse World</description>
    <pubDate>Sun, 01 Sep 2024 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Using the alexmerced/datanotebook Docker Image</title>
    <link>https://alexmerced.blog/blog/2024/2024-08-using-the-alexmerced-datanotebook-image.html</link>
    <description>Setting up a quick and easy data environment for data science and analytics</description>
    <pubDate>Fri, 30 Aug 2024 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Understanding Apache Iceberg Delete Files</title>
    <link>https://alexmerced.blog/blog/2024/2024-08-Understanding-Apache-Iceberg-Delete-Files.html</link>
    <description>Continuing the Understand Apache Iceberg series, this article delves into the Manifest, a critical component of Apache Iceberg&apos;s architecture.</description>
    <pubDate>Thu, 29 Aug 2024 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Understanding the Apache Iceberg Manifest</title>
    <link>https://alexmerced.blog/blog/2024/2024-08-Understanding-Apache-Iceberg-Manifest.html</link>
    <description>Continuing the Understand Apache Iceberg series, this article delves into the Manifest, a critical component of Apache Iceberg&apos;s architecture.</description>
    <pubDate>Tue, 27 Aug 2024 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Understanding the Apache Iceberg Manifest List (Snapshot)</title>
    <link>https://alexmerced.blog/blog/2024/2024-08-Understanding-Apache-Iceberg-Manifest-List.html</link>
    <description>Continuing the Understand Apache Iceberg series, this article delves into the Manifest List, a critical component of Apache Iceberg&apos;s architecture.</description>
    <pubDate>Sun, 25 Aug 2024 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Understanding Apache Iceberg&apos;s Metadata.json</title>
    <link>https://alexmerced.blog/blog/2024/2024-08-apache-iceberg-metadata-json.html</link>
    <description>The role and content of the metadata.json</description>
    <pubDate>Wed, 21 Aug 2024 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>What Apache Iceberg REST Catalog is and isn&apos;t</title>
    <link>https://alexmerced.blog/blog/2024/2024-08-what-apache-iceberg-rest-catalog-is-and-isnt.html</link>
    <description>Understanding Iceberg Catalog Interoperability</description>
    <pubDate>Sun, 18 Aug 2024 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>ACID Guarantees and Apache Iceberg - Turning Any Storage into a Data Warehouse</title>
    <link>https://alexmerced.blog/blog/2024/2024-08-acid-guarantees-and-apache-iceberg.html</link>
    <description>What are ACID Guarantees? WHy do they matter?</description>
    <pubDate>Thu, 15 Aug 2024 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Data Lakehouse 101 - The Who, What and Why of Data Lakehouses</title>
    <link>https://alexmerced.blog/blog/2024/2024-08-data-lakehouses-101.html</link>
    <description>The Who, What and Why of Data Lakehouses</description>
    <pubDate>Mon, 05 Aug 2024 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Understanding the Polaris Iceberg Catalog and Its Architecture</title>
    <link>https://alexmerced.blog/blog/2024/2024-07-Understanding-Polaris-Apache-Iceberg-Catalog.html</link>
    <description>Learn about the new open source Iceberg Catalog in Town</description>
    <pubDate>Wed, 31 Jul 2024 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Apache Iceberg Reliability</title>
    <link>https://alexmerced.blog/blog/2024/07-Apache-Iceberg-Reliability.html</link>
    <description>Why Apache Iceberg Works</description>
    <pubDate>Fri, 26 Jul 2024 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Upcoming Data Talks from Alex Merced (And how to follow)</title>
    <link>https://alexmerced.blog/blog/2024/07-Upcoming-Events.html</link>
    <description>Come see me talk live at these events</description>
    <pubDate>Sat, 20 Jul 2024 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Databases Deconstructed - The Value of Data Lakehouses and Table Formats</title>
    <link>https://alexmerced.blog/blog/2024/07-databases-deconstructed-data-lakehouses-and-table-formats.html</link>
    <description>Building up the Data Lakehouse</description>
    <pubDate>Fri, 12 Jul 2024 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Video Course - Basics of Lakehouse Engineering - Apache Iceberg, Nessie, Dremio</title>
    <link>https://alexmerced.blog/blog/2024/06-apache-iceberg-intro-to-lakehouse-engineering-course.html</link>
    <description>Introductory Course to Data Engineering for Apache Iceberg Lakehouses</description>
    <pubDate>Wed, 26 Jun 2024 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Introduction to Sorting Algorithms in JavaScript</title>
    <link>https://alexmerced.blog/blog/2024/06-javascript-sorting-algorithms.html</link>
    <description>Working with Sorting Algorithms in Javascript</description>
    <pubDate>Thu, 13 Jun 2024 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Partitioning with Apache Iceberg - A Deep Dive</title>
    <link>https://alexmerced.blog/blog/2024/05-Apache-Iceberg-Partitioning-Deep-Dive.html</link>
    <description>Benefits of Apache Iceberg Partition Evolution and Hidden Partitioning</description>
    <pubDate>Wed, 29 May 2024 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>3 Reasons Data Engineers Should Embrace Apache Iceberg</title>
    <link>https://alexmerced.blog/blog/2024/05-3-reasons-data-engineers-should-embrace-apache-iceberg.html</link>
    <description>Benefits of Apache Iceberg</description>
    <pubDate>Wed, 15 May 2024 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Running SQL on your Excel Files From Your Laptop with Dremio</title>
    <link>https://alexmerced.blog/blog/2024/05-SQL-on-Excel-Files.html</link>
    <description>How to run SQL on your Excel files easily</description>
    <pubDate>Fri, 03 May 2024 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Deep Dive into Functional Programming in Javascript</title>
    <link>https://alexmerced.blog/blog/2024/04-Functional-Programming-in-Javascript.html</link>
    <description>Currying, Monad and Memos, Oh my!</description>
    <pubDate>Sat, 20 Apr 2024 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>A Deep Intro to Apache Iceberg and Resources for Learning More</title>
    <link>https://alexmerced.blog/blog/2024/04-deep-dive-into-apache-iceberg.html</link>
    <description>Learning about Apache Iceberg</description>
    <pubDate>Thu, 04 Apr 2024 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Understanding the Future of Apache Iceberg Catalogs</title>
    <link>https://alexmerced.blog/blog/2024/04-the-future-of-apache-iceberg-catalogs.html</link>
    <description>Java, Rest and the expanding open lakehouse ecosystem</description>
    <pubDate>Thu, 04 Apr 2024 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>End-to-End Basic Data Engineering Tutorial (Spark, Dremio, Superset)</title>
    <link>https://alexmerced.blog/blog/2024/04-End-to-End-Data-Engineering-Tutorial-Ingest-Dashboards.html</link>
    <description>Ingesting Data and Building BI Dashboards</description>
    <pubDate>Mon, 01 Apr 2024 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>5 Open Source Data Projects You Should Be Following</title>
    <link>https://alexmerced.blog/blog/2024/03-5-open-source-data-project-to-follow.html</link>
    <description>Apache Iceberg, Apache Arrow, Nessie, Ibis, Substrait</description>
    <pubDate>Tue, 19 Mar 2024 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>5 Reasons Dremio is the Ideal Apache Iceberg Lakehouse Platform</title>
    <link>https://alexmerced.blog/blog/2024/03-Apache-Iceberg-Dremio-5-Reasons.html</link>
    <description>Understanding how catalogs work and which one to choose</description>
    <pubDate>Sat, 09 Mar 2024 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>The Apache Iceberg Lakehouse - The Great Data Equalizer</title>
    <link>https://alexmerced.blog/blog/2024/03-Apache-Iceberg-The-Great-Equalizer.html</link>
    <description>Disrupting the Snowflake/Databricks status quo</description>
    <pubDate>Wed, 06 Mar 2024 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>10 Reasons to Make Apache Iceberg and Dremio Part of Your Data Lakehouse Strategy</title>
    <link>https://alexmerced.blog/blog/2024/03-10-reasons-apache-iceberg-dremio-lakehouse.html</link>
    <description>Understanding how catalogs work and which one to choose</description>
    <pubDate>Fri, 01 Mar 2024 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>A deep dive into the concept and world of Apache Iceberg Catalogs</title>
    <link>https://alexmerced.blog/blog/2024/03-deep-dive-into-apache-iceberg-catalogs.html</link>
    <description>Understanding how catalogs work and which one to choose</description>
    <pubDate>Fri, 01 Mar 2024 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>The Role of Ontologies in Data Management</title>
    <link>https://alexmerced.blog/blog/2024/02-What-are-ontologies.html</link>
    <description>What are ontologies and why they matter</description>
    <pubDate>Sat, 24 Feb 2024 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Introduction to ANSI SQL - Understanding the Syntax and Concepts</title>
    <link>https://alexmerced.blog/blog/2024/02-introduction-to-ansi-sql.html</link>
    <description>Learning the Standard SQL Syntax</description>
    <pubDate>Sat, 24 Feb 2024 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>An Introduction to Python</title>
    <link>https://alexmerced.blog/blog/2024/02-Learning-Python-for-Beginners.html</link>
    <description>An overview of Python for beginners</description>
    <pubDate>Fri, 23 Feb 2024 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>What is the Data Lakehouse and the Role of Apache Iceberg, Nessie and Dremio?</title>
    <link>https://alexmerced.blog/blog/2024/02-Data-Lakehouse-Apache-Iceberg-Nessie-Dremio.html</link>
    <description>Understanding the Value of the Data Lakehouse</description>
    <pubDate>Wed, 21 Feb 2024 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Mastering Git | A Comprehensive Guide to git pull and git push</title>
    <link>https://alexmerced.blog/blog/2024/02-git-push-git-pull.html</link>
    <description>Having a better understanding of git pull and git push</description>
    <pubDate>Wed, 21 Feb 2024 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Partitioning Practices in Apache Hive and Apache Iceberg</title>
    <link>https://alexmerced.blog/blog/2024/02-Partitioning-Apache-Hive-Apache-Iceberg.html</link>
    <description>Deep Dive in Data Lake Table Partitioning</description>
    <pubDate>Mon, 12 Feb 2024 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Columnar vs. Row-based Data Structures in OLTP and OLAP Systems</title>
    <link>https://alexmerced.blog/blog/2024/02-Row-based-OLTP-Column-based-OLAP.md.html</link>
    <description>The Fundamentals of Data Systems</description>
    <pubDate>Sat, 03 Feb 2024 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Understanding JavaScript Promises In-Depth</title>
    <link>https://alexmerced.blog/blog/2024/02-Understanding_Javascript_Promises_in-depth.html</link>
    <description>Understanding Javascript Promises and Asynchronous Code</description>
    <pubDate>Sat, 03 Feb 2024 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Introduction to Data Vault Modeling</title>
    <link>https://alexmerced.blog/blog/2024/02-Data-Vault-Modeling.html</link>
    <description>Understanding the Data Vault Style of Data Warehouse Modeling</description>
    <pubDate>Fri, 02 Feb 2024 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Table Format FUD - Thinking Through the Table Format Conversion (Apache Iceberg, Apache Hudi, Delta Lake)</title>
    <link>https://alexmerced.blog/blog/2024/02-Table_Format_FUD_Apache_Iceberg_Delta_Lake_Apache_Hudi.html</link>
    <description>Understanding how to choose a table format</description>
    <pubDate>Fri, 02 Feb 2024 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Embracing the Future of Data Management - Why Choose Lakehouse, Iceberg, and Dremio?</title>
    <link>https://alexmerced.blog/blog/2024/01-Why-Choose-Data-Lakehouse-Apache-Iceberg-Dremio.html</link>
    <description>The Future of Data Platforms</description>
    <pubDate>Thu, 25 Jan 2024 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Open Lakehouse Engineering/Apache Iceberg Lakehouse Engineering - A Directory of Resources</title>
    <link>https://alexmerced.blog/blog/2024/01-Open_Lakehouse_Engineering.html</link>
    <description>Resources for learning how to Engineer an Open Data Lakehouse</description>
    <pubDate>Fri, 19 Jan 2024 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Nessie -  An Alternative to Hive &amp; JDBC for Self-Managed Apache Iceberg Catalogs</title>
    <link>https://alexmerced.blog/blog/2024/01-Nessie-Alternative-to-Hive-JDBC-for-Apache-Iceberg.md.html</link>
    <description>Nessie is the only open-source catalog implementation specifically for Apache Iceberg.</description>
    <pubDate>Mon, 08 Jan 2024 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Apache Iceberg, Git-Like Catalog Versioning and Data Lakehouse Management - Pillars of a Robust Data Lakehouse Platform</title>
    <link>https://alexmerced.blog/blog/2024/01-Apache_Iceberg_Catalog_Versioning_Data_Lakehouse_Management.html</link>
    <description>This is where the combined power of Dremio’s Lakehouse Management features and Project Nessie&apos;s catalog-level versioning comes into play.</description>
    <pubDate>Wed, 03 Jan 2024 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>No Code - Convert XLS/CSV files into Parquet with Dremio</title>
    <link>https://alexmerced.blog/blog/2023/12/12-Converting-xls-csv-into-parquet-no-code-with-dremio.html</link>
    <description>Convert XLS/CSV Files without having to write python</description>
    <pubDate>Mon, 18 Dec 2023 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Why Dremio is a must for Apache Iceberg Data Lakehouses</title>
    <link>https://alexmerced.blog/blog/2023/11/11-Why-Dremio-is-a-must-for-apache-iceberg.html</link>
    <description>Why is Dremio so useful for Apache Iceberg data lakehouses</description>
    <pubDate>Thu, 30 Nov 2023 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>What is HTMX? Why it Matters? and How to use it.</title>
    <link>https://alexmerced.blog/blog/2023/12/12-What-is-HTMX-Why-it-matters-and-how-to-use-it.html</link>
    <description>The framework that is getting all the buzz about reducing the javascript you need to write</description>
    <pubDate>Thu, 30 Nov 2023 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>OOP Design Patterns in Javascript</title>
    <link>https://alexmerced.blog/blog/2023/11/11-OOP-Design-Patterns-Javascript.html</link>
    <description>An overview of OOP Design Patterns in Spark</description>
    <pubDate>Sun, 26 Nov 2023 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>An In-Depth Overview of Open Lakehouse Tech: Apache Iceberg &amp; Nessie</title>
    <link>https://alexmerced.blog/blog/2023/10/10-an-in-depth-overview-of-iceberg-nessie.html</link>
    <description></description>
    <pubDate>Sat, 28 Oct 2023 12:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>How to effectively learn software development</title>
    <link>https://alexmerced.blog/blog/2023/10/10-How-to-effectively-learn-development.html</link>
    <description></description>
    <pubDate>Sun, 15 Oct 2023 12:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>Overview of the Open Lakehouse: Why Dremio?</title>
    <link>https://alexmerced.blog/blog/2023/10/10-why-dremio-iceberg-data-lakehouse.html</link>
    <description></description>
    <pubDate>Wed, 11 Oct 2023 12:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>How to build a Java Spring JSON API from scratch</title>
    <link>https://alexmerced.blog/blog/2023/10/10-java-spring-scratch.html</link>
    <description></description>
    <pubDate>Sun, 01 Oct 2023 12:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>How to write a JSON API in Scala with Play from scratch</title>
    <link>https://alexmerced.blog/blog/2023/10/10-play-json-api-using-scala-from-a-blank-sbt-project.html</link>
    <description></description>
    <pubDate>Sun, 01 Oct 2023 12:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>An Approach to Architecting a Lower Cost, Fast and Self-Service Data Lakehouse</title>
    <link>https://alexmerced.blog/blog/2023/9/09-architecting-low-cost-fast-self-service-lakehouse.html</link>
    <description></description>
    <pubDate>Fri, 22 Sep 2023 12:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>Building Full CRUD Rest API&apos;s with Flask &amp; FastAPI using PsychoPG2</title>
    <link>https://alexmerced.blog/blog/2023/9/09-Flask-FastAPI-PsychoPG2.html</link>
    <description></description>
    <pubDate>Sun, 10 Sep 2023 12:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>Handling Cross-Origin Cookies with ExpressJS</title>
    <link>https://alexmerced.blog/blog/2023/8/08-Handling-Cross-Origin-Cookies-In-ExpressJS.html</link>
    <description></description>
    <pubDate>Wed, 23 Aug 2023 12:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>Creating a Local Data Lakehouse using Spark/Minio/Dremio/Nessie</title>
    <link>https://alexmerced.blog/blog/2023/8/08-creating-a-iceberg-nessie-data-lakehouse-on-your-laptop.html</link>
    <description></description>
    <pubDate>Tue, 08 Aug 2023 12:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>Project Nessie: A Look in the Depths</title>
    <link>https://alexmerced.blog/blog/2023/7/07-project-nessie-in-depth.html</link>
    <description></description>
    <pubDate>Mon, 10 Jul 2023 12:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>Overview of File Encryption Algorithms for Everyone</title>
    <link>https://alexmerced.blog/blog/2023/6/06-file-encryption-overview.html</link>
    <description></description>
    <pubDate>Wed, 21 Jun 2023 12:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>Parquet File Compression for Everyone (zstd, brotli, lz4, gzip, snappy)</title>
    <link>https://alexmerced.blog/blog/2023/6/06-parquet-file-compression.html</link>
    <description></description>
    <pubDate>Mon, 19 Jun 2023 12:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>Dremio and Modern Data Architecture: Data Lakes, Data Lakehouses and Data Mesh</title>
    <link>https://alexmerced.blog/blog/2023/6/06-Dremio-Modern-Data-Architecture.html</link>
    <description></description>
    <pubDate>Fri, 02 Jun 2023 12:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>What is Nessie and Why as a Data Engineer or Architect you should care?</title>
    <link>https://alexmerced.blog/blog/2023/5/05-Why-Project-Nessie-Matters-For-Data-Engineers.html</link>
    <description></description>
    <pubDate>Tue, 30 May 2023 12:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>Resources for Learning more about Catalog level versioning with Project Nessie &amp; Dremio Arctic (Rollbacks, Branching, Tagging and Multi-Table Txns)</title>
    <link>https://alexmerced.blog/blog/2023/5/05-Dremio-Arctic-Project-Nessie-Resources.md.html</link>
    <description></description>
    <pubDate>Wed, 10 May 2023 12:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>Overview of the Data Lakehouse, Dremio and Apache Iceberg</title>
    <link>https://alexmerced.blog/blog/2023/4/04-Overview-of-the-data-lakehouse.html</link>
    <description>Understanding the Cutting Edge of Data Engineering</description>
    <pubDate>Wed, 05 Apr 2023 12:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>Using SimpleRPC with SvelteKit 1.0/Typescript</title>
    <link>https://alexmerced.blog/blog/2023/1/01-using-simple-rpc-with-sveltekit.html</link>
    <description>Easy to use RPC in your SvelteKit Application</description>
    <pubDate>Mon, 02 Jan 2023 12:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>Implementing a GraphQL API with a Solid-Start Application</title>
    <link>https://alexmerced.blog/blog/2022/12/12-Using-Solid-Start-With-A-GraphQL-API.html</link>
    <description>Using this cutting edge framework with a Graphql api</description>
    <pubDate>Sat, 26 Nov 2022 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Implementing a tRPC API with a Solid-Start Application</title>
    <link>https://alexmerced.blog/blog/2022/12/12-Using-Solid-Start-With-A-tRPC-API.html</link>
    <description>Using this cutting edge framework with a tRPC api</description>
    <pubDate>Sat, 26 Nov 2022 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Building a Todo List with Solid Start</title>
    <link>https://alexmerced.blog/blog/2023/11/11-Building-a-todo-list-with-solid-start.html</link>
    <description>Seeing the Power of the latest javascript meta-framework</description>
    <pubDate>Sat, 26 Nov 2022 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Understanding Spark Configurations with Apache Iceberg</title>
    <link>https://alexmerced.blog/blog/2023/11/11-apache-iceberg-spark-configurations.html</link>
    <description>How to configure Spark for using Apache Iceberg</description>
    <pubDate>Tue, 22 Nov 2022 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>5 Reasons Your Data Lakehouse should Embrace Dremio Cloud</title>
    <link>https://alexmerced.blog/blog/2022/8/08-five-reasons-you-should-embrace-dremio-cloud.html</link>
    <description>How your data lakehouse can expand what&apos;s possible with Dremio Cloud.</description>
    <pubDate>Tue, 09 Aug 2022 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Brief Hands on Intro to Apache Iceberg</title>
    <link>https://alexmerced.blog/blog/2022/7/07-Hands-on-intro-to-apache-iceberg-in-five-minutes.html</link>
    <description>Engineer a Data Lakehouse with Apache Iceberg</description>
    <pubDate>Mon, 18 Jul 2022 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Web Development Glossary 2022</title>
    <link>https://alexmerced.blog/blog/2022/7/07-Web-Terminology-To-Know.html</link>
    <description>The words you need to know as a web professional</description>
    <pubDate>Sat, 16 Jul 2022 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Introduction to The World of Data - (OLTP, OLAP, Data Warehouses, Data Lakes and more)</title>
    <link>https://alexmerced.blog/blog/2022/6/06-The-World-Of-Data.html</link>
    <description>An accessible high-level guide for data and non-data professionals</description>
    <pubDate>Mon, 20 Jun 2022 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Guide to JSON, YAML and TOML</title>
    <link>https://alexmerced.blog/blog/2022/6/06-Intro-to-json-yaml-toml.html</link>
    <description>Popular formats for configuration</description>
    <pubDate>Sat, 11 Jun 2022 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Making Multiple API Calls in Javascript</title>
    <link>https://alexmerced.blog/blog/2022/5/05-making-multiple-api-calls-in-javascript.html</link>
    <description>Different Patterns of Making Multiple API Calls</description>
    <pubDate>Sun, 15 May 2022 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>A 2022 Introduction to SQL</title>
    <link>https://alexmerced.blog/blog/2022/5/05-Introduction-to-SQL.html</link>
    <description>Learning Structured Query Language</description>
    <pubDate>Fri, 13 May 2022 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>2022 MongooseJS Cheatsheet</title>
    <link>https://alexmerced.blog/blog/2022/4/04-2022-mongoosejs-cheatsheet.html</link>
    <description>Details on working with MongooseJS</description>
    <pubDate>Tue, 19 Apr 2022 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Express/EJS/Mongooose Build from Zero to Deploy</title>
    <link>https://alexmerced.blog/blog/2022/4/04-Express-Mongo-Build.md.html</link>
    <description>Building A Full Stack Application with ExpressJS</description>
    <pubDate>Tue, 19 Apr 2022 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>ExpressJS Cheatsheet 2022</title>
    <link>https://alexmerced.blog/blog/2022/4/04-Express-Todo-List copy.html</link>
    <description>Easy reference for using express</description>
    <pubDate>Sat, 09 Apr 2022 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Express Todo List for Beginners</title>
    <link>https://alexmerced.blog/blog/2022/4/04-2022-Expressjs-cheatsheet.html</link>
    <description>Creating backend applications with Nodejs</description>
    <pubDate>Wed, 06 Apr 2022 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Web Storage API Part 1 - LocalStorage and SessionStorage</title>
    <link>https://alexmerced.blog/blog/2022/3/03-localstorage.html</link>
    <description>Where to store data in the users browser</description>
    <pubDate>Wed, 23 Mar 2022 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Creating a Markdown Blog in 2022 with Next JS</title>
    <link>https://alexmerced.blog/blog/2022/3/getting-started-with-scala3/index.html</link>
    <description>Creating a Blog and Deploying with NextJS</description>
    <pubDate>Sun, 13 Mar 2022 12:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>Javascript DOM &amp; jQuery Cheatsheet 2022</title>
    <link>https://alexmerced.blog/blog/2022/3/2022-dom-js-cheatsheet/index.html</link>
    <description>All the main bits summed up in one place</description>
    <pubDate>Sat, 12 Mar 2022 12:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>Getting Started with Scala 3</title>
    <link>https://alexmerced.blog/blog/2022/3/creating-a-markdown-blog-with-next-js/index.html</link>
    <description>Powerful Functional &amp; OOP JVM Language</description>
    <pubDate>Sun, 06 Mar 2022 12:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>Understanding SSH and What it is for</title>
    <link>https://alexmerced.blog/blog/2022/2/understanding-ssh/index.html</link>
    <description>Logging Securely and Conveniently with SSH</description>
    <pubDate>Sun, 27 Feb 2022 12:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>Understanding RPC (tour of API protocols, gRPC nodejs walkthrough, and Apache Arrow Flight)</title>
    <link>https://alexmerced.blog/blog/2022/2/grpc-world-protocols/index.html</link>
    <description>How to write Markdown and where you can use it</description>
    <pubDate>Sat, 19 Feb 2022 12:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>Creating a Consistent Developer Environment with Docker</title>
    <link>https://alexmerced.blog/blog/2022/2/create-a-dev-environment-with-docker/index.html</link>
    <description>Using Docker to create an Environment in PHP, Ruby, Python and more</description>
    <pubDate>Sat, 05 Feb 2022 12:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>Why All Developers Should Master Markdown</title>
    <link>https://alexmerced.blog/blog/2022/2/why-all-developers-should-master-markdown/index.html</link>
    <description>How to write Markdown and where you can use it</description>
    <pubDate>Sat, 05 Feb 2022 12:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>Becoming a Developer in 2022</title>
    <link>https://alexmerced.blog/blog/2022/1/becoming_a_developer_in_2022/index.html</link>
    <description>How to switch careers within 12-18 months</description>
    <pubDate>Sat, 22 Jan 2022 12:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>How to create an One to Many Relationship with Auth in Python with Masonite</title>
    <link>https://alexmerced.blog/blog/2021/12/masonite_python_authentication_one_to_many/index.html</link>
    <description>Using A Developer Friendly Web Framework in Python</description>
    <pubDate>Tue, 07 Dec 2021 12:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>Auth with Express with JWT, MongoDB, and Postgres</title>
    <link>https://alexmerced.blog/blog/2021/11/Auth_with_express_JWT/index.html</link>
    <description>For simple web development</description>
    <pubDate>Wed, 24 Nov 2021 12:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>Simple Setup for Application Wide State in React</title>
    <link>https://alexmerced.blog/blog/2021/10/simple_application_wide_state_in_react/index.html</link>
    <description>Sharing State Across Your React App with just React (No Redux or Recoil)</description>
    <pubDate>Sat, 20 Nov 2021 12:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>MongoDB Relationships using Mongoose in NodeJS</title>
    <link>https://alexmerced.blog/blog/2021/11/mongo_mongoose_data_relationships/index.html</link>
    <description>Guide to Relating Data</description>
    <pubDate>Fri, 19 Nov 2021 12:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>The Guide to How to Implement Authorization in any language and framework</title>
    <link>https://alexmerced.blog/blog/2021/11/how_to_implement_authorization_master_guide/index.html</link>
    <description>Having Users Login</description>
    <pubDate>Thu, 18 Nov 2021 12:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>Creating a GraphQL Based Habit Tracker with Hasura and React (GraphQL/Hasura 101)</title>
    <link>https://alexmerced.blog/blog/2021/11/creating_a_habit_tracker_graphql_hasura/index.html</link>
    <description>GraphQL Made Easy</description>
    <pubDate>Tue, 16 Nov 2021 12:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>Developer Team Work Best Practices (Git, Agile/Scrum/Kanban, CI/CD)</title>
    <link>https://alexmerced.blog/blog/2021/11/developer_team_work_best_practices/index.html</link>
    <description>How to be part of a developer team</description>
    <pubDate>Tue, 16 Nov 2021 12:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>My First React App - 2021 Intro to React</title>
    <link>https://alexmerced.blog/blog/2021/10/my_first_react_app_2021_to_react_app/index.html</link>
    <description>The Basics of React</description>
    <pubDate>Fri, 29 Oct 2021 12:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>Comparing React Router 5, 6, and React Location</title>
    <link>https://alexmerced.blog/blog/2021/10/router_5_6/index.html</link>
    <description>For simple web development</description>
    <pubDate>Thu, 21 Oct 2021 12:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>Express Templating Cheatsheet</title>
    <link>https://alexmerced.blog/blog/2021/10/express_templating_cheatsheet/index.html</link>
    <description>Sever Side Rendering for All the People!</description>
    <pubDate>Tue, 19 Oct 2021 12:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>Methods of Starting a Quick HTTP Server from the Command Line (alternatives to liveserver)</title>
    <link>https://alexmerced.blog/blog/2021/10/starting_http_server/index.html</link>
    <description>For simple web development</description>
    <pubDate>Sun, 03 Oct 2021 12:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>How to use Neo4j Graph Database in your Node Project (Express, Koa, Fastify, etc.)</title>
    <link>https://alexmerced.blog/blog/2021/9/using_graphdb_neo4j_in_node/index.html</link>
    <description>Graph Databases are Cool</description>
    <pubDate>Sat, 25 Sep 2021 12:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>Building a Full-Stack Todo App with Typescript, NextJS and Mongo - 0 To Deploy</title>
    <link>https://alexmerced.blog/blog/2021/9/next_typescript_mongo/index.html</link>
    <description>Trying out the hottest framework around</description>
    <pubDate>Thu, 09 Sep 2021 12:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>Pattern Matching in Javascript with alexmerced-patternmatcher</title>
    <link>https://alexmerced.blog/blog/2021/9/JS_pattern_matching/index.html</link>
    <description>Like a Switch Statement on Steroids</description>
    <pubDate>Mon, 06 Sep 2021 12:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>Walkthrough - Deploy Anything with Nginx</title>
    <link>https://alexmerced.blog/blog/2021/8/deploy_anything_with_nginx/index.html</link>
    <description>Getting Data from an external API</description>
    <pubDate>Mon, 30 Aug 2021 12:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>Frontend Javascript Ajax/Http Request Guide</title>
    <link>https://alexmerced.blog/blog/2021/8/frontend_ajax_call_how_to/index.html</link>
    <description>Getting Data from an external API</description>
    <pubDate>Wed, 25 Aug 2021 12:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>Basic Authentication with Node/Express and Mongo</title>
    <link>https://alexmerced.blog/blog/2021/8/basic_auth_express_mongo/index.html</link>
    <description>A Beginning oriented dive into databases</description>
    <pubDate>Fri, 20 Aug 2021 14:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>The renaissance of server side rendering with Alpine and HTMX, Reactivity with Minimal JS</title>
    <link>https://alexmerced.blog/blog/2021/8/serverside_templating_comback/index.html</link>
    <description>A Beginning oriented dive into databases</description>
    <pubDate>Thu, 19 Aug 2021 14:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>3 Ways to make API Requests in React (fetch/axios, merced-react-hooks, react-request)</title>
    <link>https://alexmerced.blog/blog/2021/8/api_calls_react/index.html</link>
    <description>Getting Data from an external API</description>
    <pubDate>Thu, 12 Aug 2021 12:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>Ultimate Plain Vanilla DOM JS &amp; JQuery Cheatsheet</title>
    <link>https://alexmerced.blog/blog/2021/8/js_jquery_cheatsheet/index.html</link>
    <description>A Beginning oriented dive into databases</description>
    <pubDate>Wed, 04 Aug 2021 14:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>Understanding Data and Databases 101</title>
    <link>https://alexmerced.blog/blog/2021/8/understanding_data_and_databases/index.html</link>
    <description>A Beginning oriented dive into databases</description>
    <pubDate>Wed, 04 Aug 2021 12:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>Basics of Building a CRUD API with Node (no framework)</title>
    <link>https://alexmerced.blog/blog/2021/7/full_crud_with_vanilla_node/index.html</link>
    <description>Learning the Node HTTP/HTTPS library</description>
    <pubDate>Fri, 30 Jul 2021 12:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>Basics of Building a CRUD API with Typescript (NestJS and FoalTS)</title>
    <link>https://alexmerced.blog/blog/2021/7/full_crud_with_typescript/index.html</link>
    <description>Backend Frameworks with Typescript Support</description>
    <pubDate>Tue, 27 Jul 2021 12:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>Basics of Building a CRUD API with NodeJS - Express, Koa and Fastify</title>
    <link>https://alexmerced.blog/blog/2021/7/full_crud_with_nodejs/index.html</link>
    <description>Learning REST conventions with Javascript</description>
    <pubDate>Sun, 25 Jul 2021 12:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>Basics of Building a CRUD API with Ruby Sinatra</title>
    <link>https://alexmerced.blog/blog/2021/7/full_crud_with_sinatra/index.html</link>
    <description>Learning REST conventions with Ruby Sinatra</description>
    <pubDate>Sat, 24 Jul 2021 12:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>Basics of Building a CRUD API with Flask or FASTApi</title>
    <link>https://alexmerced.blog/blog/2021/7/full_crud_flask_fastapi/index.html</link>
    <description>Learning REST conventions with Python Frameworks</description>
    <pubDate>Fri, 23 Jul 2021 12:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>The Concepts of JAMStack 101</title>
    <link>https://alexmerced.blog/blog/2021/7/jamstack/index.html</link>
    <description>Speed, SEO and Security with JAMStack</description>
    <pubDate>Sun, 11 Jul 2021 12:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>Intro to SvelteKit</title>
    <link>https://alexmerced.blog/blog/2021/6/Intro_to_SvelteKit/index.html</link>
    <description>The new Svelte Based Application Builder</description>
    <pubDate>Mon, 14 Jun 2021 12:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>Basic Intro to NextJS</title>
    <link>https://alexmerced.blog/blog/2021/6/Basic_Intro_to_NextJS/index.html</link>
    <description>The next generation of Frontend Frameworks</description>
    <pubDate>Mon, 07 Jun 2021 12:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>Ruby Sinatra with Postgres using Sequel</title>
    <link>https://alexmerced.blog/blog/2021/6/Using_Ruby_Sinatra_with_Postgres/index.html</link>
    <description>Connecting a Sinatra App to a Database</description>
    <pubDate>Fri, 04 Jun 2021 12:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>Intro to Ruby Sinatra</title>
    <link>https://alexmerced.blog/blog/2021/6/Intro_to_ruby_sinatra/index.html</link>
    <description>Minimalist Ruby Web Framework</description>
    <pubDate>Thu, 03 Jun 2021 12:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>10 Programming Languages Side by Side (JS, Python, Ruby, PHP, GO, Rust, Dart, C Sharp, Java, Ballerina)</title>
    <link>https://alexmerced.blog/blog/2021/6/10-Programming-Languages/index.html</link>
    <description>Learn Languages by see what&apos;s similar and different</description>
    <pubDate>Wed, 02 Jun 2021 12:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>How to Work with Masonite - Python Web Framework</title>
    <link>https://alexmerced.blog/blog/2021/5/Masonite-Python-Web-Framework-101/index.html</link>
    <description>Batteries Included Python Web Framework</description>
    <pubDate>Fri, 28 May 2021 12:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>FoalTS - Building a Typescript Based API</title>
    <link>https://alexmerced.blog/blog/2021/5/FoalTS-Typescript-Web-Framework/index.html</link>
    <description>Making an API with this Typescript Based Framework</description>
    <pubDate>Thu, 27 May 2021 12:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>Python Flask 101 - Intro and API Building</title>
    <link>https://alexmerced.blog/blog/2021/5/python_flask/index.html</link>
    <description>Making an API with this Powerful Python Framework</description>
    <pubDate>Fri, 21 May 2021 12:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>Creating Deno Scripts Like Node NPM Scripts</title>
    <link>https://alexmerced.blog/blog/2021/5/deno_scripts/index.html</link>
    <description>Replicating One of Nodes Greatest Features</description>
    <pubDate>Wed, 19 May 2021 12:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>Creating an API with Deno (import maps, deps.ts, etc.)</title>
    <link>https://alexmerced.blog/blog/2021/5/deno_ts_api/index.html</link>
    <description>Using that Cool New Javascript Runtime</description>
    <pubDate>Mon, 10 May 2021 12:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>Using Docker &amp; Docker Compose to Create an Express/Neo4J Dev Environment(Intro to Graph Databases)</title>
    <link>https://alexmerced.blog/blog/2021/5/docker_express_neo4j/index.html</link>
    <description>The Joys of Docker</description>
    <pubDate>Mon, 03 May 2021 12:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>Intro to Fastify &amp; The Liquid Templating Language</title>
    <link>https://alexmerced.blog/blog/2021/4/fastify_web_server/index.html</link>
    <description>Making Sure React Works</description>
    <pubDate>Sat, 24 Apr 2021 12:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>The Basics of React Testing With Jest</title>
    <link>https://alexmerced.blog/blog/2021/4/react_jest_testing_basics/index.html</link>
    <description>Making Sure React Works</description>
    <pubDate>Thu, 22 Apr 2021 12:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>React Conditional Rendering</title>
    <link>https://alexmerced.blog/blog/2021/4/react_conditional_rendering/index.html</link>
    <description>React for Everyone</description>
    <pubDate>Wed, 21 Apr 2021 12:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>Ultimate 2021 Reference for React Functional Components</title>
    <link>https://alexmerced.blog/blog/2021/4/react_functional_reference/index.html</link>
    <description>React for Everyone</description>
    <pubDate>Wed, 21 Apr 2021 12:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>The Wonderful World of Javascript Bundlers</title>
    <link>https://alexmerced.blog/blog/2021/4/javascript_bundlers/index.html</link>
    <description>Yay! Javascript Build Tools.</description>
    <pubDate>Mon, 19 Apr 2021 12:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>Ultimate Guide to Javascript Functions</title>
    <link>https://alexmerced.blog/blog/2021/4/Javascript_Functions/index.html</link>
    <description>What&apos;s your function?</description>
    <pubDate>Sun, 11 Apr 2021 12:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>SolidJS - React meets Svelte?</title>
    <link>https://alexmerced.blog/blog/2021/4/SolidJS/index.html</link>
    <description>The new shiny frontend toy!</description>
    <pubDate>Fri, 09 Apr 2021 12:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>Pipenv - Yep, another post about Python Virtual Environments</title>
    <link>https://alexmerced.blog/blog/2021/4/pipenv/index.html</link>
    <description>Venv... the best way?</description>
    <pubDate>Wed, 07 Apr 2021 12:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>Ultimate 2021 Guide to Deploying NodeJS (And DenoJS) Apps to Heroku</title>
    <link>https://alexmerced.blog/blog/2021/4/deploying_node_heroku/index.html</link>
    <description>Heroku CLI, Continuous Integration and more</description>
    <pubDate>Thu, 01 Apr 2021 12:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>Ultimate 2021 List of CSS Frameworks and Component Libraries for Angular, React, Vue and Svelte</title>
    <link>https://alexmerced.blog/blog/2021/3/CSSFrameworks2021/index.html</link>
    <description>Lots of them</description>
    <pubDate>Sun, 28 Mar 2021 12:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>merced-express - Express with a Ruby on Rails Feel</title>
    <link>https://alexmerced.blog/blog/2021/3/mercedexpress/index.html</link>
    <description>Express... on Rails...</description>
    <pubDate>Mon, 22 Mar 2021 12:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>Ultimate Express &amp; Mongo Reference</title>
    <link>https://alexmerced.blog/blog/2021/3/expressmongoosereference/index.html</link>
    <description>Building Backends with NodeJS</description>
    <pubDate>Thu, 18 Mar 2021 12:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>Rust &amp; Rocket - Zero to Deploy</title>
    <link>https://alexmerced.blog/blog/2021/3/rustrocket0todeploy/index.html</link>
    <description>Building APIs with Rust</description>
    <pubDate>Thu, 18 Mar 2021 12:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>What is Batch and Streaming Data? (Data 101)</title>
    <link>https://alexmerced.blog/blog/2022/3/03-batch-vs-streaming.html</link>
    <description>The fundamentals of data engineering</description>
    <pubDate>Thu, 18 Mar 2021 00:00:00 GMT</pubDate>
   </item>
 
   <item>
    <title>Creating APIs with Dart &amp; Google Shelf - Zero to Deploy</title>
    <link>https://alexmerced.blog/blog/2021/3/dartzerotodeploy/index.html</link>
    <description>Using the Fast Growing Dart Language</description>
    <pubDate>Sun, 14 Mar 2021 12:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>Intro to .Net 5 with VSCode - Zero to Deploy</title>
    <link>https://alexmerced.blog/blog/2021/3/dotnet5/index.html</link>
    <description>Microsoft Goes Cross Platform</description>
    <pubDate>Thu, 11 Mar 2021 12:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>API With Java Spring &amp; VSCode, from zero to deploy</title>
    <link>https://alexmerced.blog/blog/2021/3/javaspring/index.html</link>
    <description>Using Javas Most Popular Framework</description>
    <pubDate>Tue, 09 Mar 2021 12:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>Intro to Express, Templating and API&apos;s (EJS, Handlebars, Mustache, Pug)</title>
    <link>https://alexmerced.blog/blog/2021/3/expresstemplatingintro/index.html</link>
    <description>Tales of PHP&apos;s Demise are Exaggerated</description>
    <pubDate>Thu, 04 Mar 2021 12:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>API With GO Buffalo, from zero to deploy</title>
    <link>https://alexmerced.blog/blog/2021/3/introtogobuffalo/index.html</link>
    <description>Buffalo, The Rails of the Go World</description>
    <pubDate>Thu, 04 Mar 2021 12:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>Hello World - Laravel 101 (From Start to Deploy)</title>
    <link>https://alexmerced.blog/blog/2021/3/laravelhelloworld/index.html</link>
    <description>Tales of PHP&apos;s Demise are Exaggerated</description>
    <pubDate>Wed, 03 Mar 2021 12:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>More on Python Virtual Environments</title>
    <link>https://alexmerced.blog/blog/2021/3/rivisitingpyenv/index.html</link>
    <description>Using Pythons Built in venv module</description>
    <pubDate>Tue, 02 Mar 2021 12:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>Django Rest API without DjangoRestFramework</title>
    <link>https://alexmerced.blog/blog/2021/3/puredjangoapi/index.html</link>
    <description>In case you were wondering</description>
    <pubDate>Mon, 01 Mar 2021 12:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>Chart of Backend Web Frameworks 2021</title>
    <link>https://alexmerced.blog/blog/2021/2/2021BackendFrameworks/index.html</link>
    <description>Build your application or microservice</description>
    <pubDate>Fri, 26 Feb 2021 12:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>Many Useful Javascript Tricks</title>
    <link>https://alexmerced.blog/blog/2021/2/JavascriptTricks/index.html</link>
    <description>Upping Your Javascript Gains</description>
    <pubDate>Sun, 21 Feb 2021 12:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>Understanding Postgres on Linux</title>
    <link>https://alexmerced.blog/blog/2021/2/linuxpostgres/index.html</link>
    <description>The Little Things that May not be obvious</description>
    <pubDate>Sun, 14 Feb 2021 12:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>What is a Makefile and how do I use them?</title>
    <link>https://alexmerced.blog/blog/2021/2/makesfiles/index.html</link>
    <description>Automating all the things</description>
    <pubDate>Sun, 14 Feb 2021 12:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>Go, Rust and C++ Side by Side</title>
    <link>https://alexmerced.blog/blog/2021/2/GoRustCpp/index.html</link>
    <description>Learn All The Things</description>
    <pubDate>Wed, 10 Feb 2021 12:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>Understanding Node Streams with Https.get</title>
    <link>https://alexmerced.blog/blog/2021/2/streams/index.html</link>
    <description>Learn How to use Streams</description>
    <pubDate>Mon, 08 Feb 2021 12:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>Javascript Basic Reference</title>
    <link>https://alexmerced.blog/blog/2021/2/JSReference/index.html</link>
    <description>Quickly find what you need</description>
    <pubDate>Sun, 07 Feb 2021 12:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>Ultimate Command Line Reference 2021 - Bash, Git, Node, Python, Ruby, PHP</title>
    <link>https://alexmerced.blog/blog/2021/2/CLIReference2021/index.html</link>
    <description>All the commands you&apos;ll need all the time</description>
    <pubDate>Fri, 05 Feb 2021 12:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>Learn Python, PHP, Ruby and Javascript in one Blog Post</title>
    <link>https://alexmerced.blog/blog/2021/1/pythonrubyphpjavascript/index.html</link>
    <description>Be the Polyglot you know you can be!</description>
    <pubDate>Sat, 30 Jan 2021 12:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>A Tale of Memory and the Garbage Collector</title>
    <link>https://alexmerced.blog/blog/2021/1/garbagecollector/index.html</link>
    <description>The Stack, The Heap, and Memory Management</description>
    <pubDate>Fri, 29 Jan 2021 12:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>Python Virtual Environment 101</title>
    <link>https://alexmerced.blog/blog/2021/1/pythonvirtualenv/index.html</link>
    <description>Understanding that Pesky Virtual Environment Thing</description>
    <pubDate>Wed, 27 Jan 2021 12:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>Understanding Dependency Injection</title>
    <link>https://alexmerced.blog/blog/2021/1/depinject/index.html</link>
    <description>What a Fancy Word</description>
    <pubDate>Sun, 24 Jan 2021 12:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>How to use Netlify Cloud Functions</title>
    <link>https://alexmerced.blog/blog/2021/1/netlifyfunctions/index.html</link>
    <description>Your First Cloud Function</description>
    <pubDate>Sat, 23 Jan 2021 12:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>How to use Vercel Cloud Functions</title>
    <link>https://alexmerced.blog/blog/2021/1/vercelfunctions/index.html</link>
    <description>Your First Cloud Function</description>
    <pubDate>Sat, 23 Jan 2021 12:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>Cloud Functions - Server-Side Code On Demand</title>
    <link>https://alexmerced.blog/blog/2021/1/cloudfunctions/index.html</link>
    <description>Why you should embrace serverless tech</description>
    <pubDate>Fri, 22 Jan 2021 12:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>Where Does My Code Run? - Compilers, Interpreters, Transpilers and Virtual Machines</title>
    <link>https://alexmerced.blog/blog/2021/1/wheredoesmycoderun/index.html</link>
    <description>Making Code Happen</description>
    <pubDate>Thu, 21 Jan 2021 12:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>Tips for Aspiring Developers</title>
    <link>https://alexmerced.blog/blog/2021/1/tipsfordevs/index.html</link>
    <description>Good Advice</description>
    <pubDate>Wed, 20 Jan 2021 12:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>Creating a Bosque Programming Language Dev Environment in 2021</title>
    <link>https://alexmerced.blog/blog/2021/1/bosqueenvironment/index.html</link>
    <description>Microsoft Exeperimental Language</description>
    <pubDate>Mon, 18 Jan 2021 12:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>Understanding and Using Environment Variables in React</title>
    <link>https://alexmerced.blog/blog/2021/1/usingenvvariableswithreact/index.html</link>
    <description>Learning How to hide Data</description>
    <pubDate>Sat, 16 Jan 2021 12:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>Intro to PHP</title>
    <link>https://alexmerced.blog/blog/2021/1/introtophp/index.html</link>
    <description>Learn the Pre-Hypertext Processor Language</description>
    <pubDate>Fri, 15 Jan 2021 12:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>React Data Flow - Understanding State and Props</title>
    <link>https://alexmerced.blog/blog/2021/1/reactdataflowguide/index.html</link>
    <description>Learn the Pre-Hypertext Processor Language</description>
    <pubDate>Fri, 15 Jan 2021 12:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>Understanding React Router</title>
    <link>https://alexmerced.blog/blog/2021/1/understandingreactrouter/index.html</link>
    <description>Learn the Pre-Hypertext Processor Language</description>
    <pubDate>Fri, 15 Jan 2021 12:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>Intro to Building Backend Servers with KOAjs</title>
    <link>https://alexmerced.blog/blog/2021/1/koaserver/index.html</link>
    <description>Building a Web Server with Node and KOA</description>
    <pubDate>Thu, 14 Jan 2021 12:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>Deploying React, Angular, Svelte and Vue to Netlify &amp; Vercel</title>
    <link>https://alexmerced.blog/blog/2021/1/deployreact/index.html</link>
    <description>Getting Your Project Online</description>
    <pubDate>Tue, 12 Jan 2021 12:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>Big List of Hosted Headless CMS Providers with Free or Developer Tier in 2021</title>
    <link>https://alexmerced.blog/blog/2021/1/freeheadless/index.html</link>
    <description>Get Your JAM Stack ON</description>
    <pubDate>Tue, 12 Jan 2021 12:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>Git - A Guide to Understanding and Using Git</title>
    <link>https://alexmerced.blog/blog/2021/1/guidetogit/index.html</link>
    <description>All The Commands in Words that Make Sense</description>
    <pubDate>Sat, 09 Jan 2021 12:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>Git/Github - Making the Switch from Master to Main</title>
    <link>https://alexmerced.blog/blog/2021/1/mastertomain/index.html</link>
    <description>Getting with the times</description>
    <pubDate>Sat, 09 Jan 2021 12:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>Deep Dive on Javascript Tooling (Bundlers, Linters, Oh MY!)</title>
    <link>https://alexmerced.blog/blog/2021/1/deepdivetooling/index.html</link>
    <description>Node, ESLint, Babel, Bundlers</description>
    <pubDate>Fri, 08 Jan 2021 12:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>React 101 - Basic JSON Blog from 0 to deployment</title>
    <link>https://alexmerced.blog/blog/2021/1/reactjsonblog/index.html</link>
    <description>A Simple Build to Learn React</description>
    <pubDate>Fri, 08 Jan 2021 12:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>5 Cool Things You Can Do In React</title>
    <link>https://alexmerced.blog/blog/2021/1/10ReactTips/index.html</link>
    <description>Cool React Tips</description>
    <pubDate>Thu, 07 Jan 2021 12:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>Guide to Becoming a Developer in 2021</title>
    <link>https://alexmerced.blog/blog/2021/1/DeveloperGuide/index.html</link>
    <description>Step by Step Guide and Advice</description>
    <pubDate>Thu, 07 Jan 2021 12:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>EZComponent -Open Source Frontend Framework using Web Components</title>
    <link>https://alexmerced.blog/blog/2021/1/ezcomponent/index.html</link>
    <description>Component Based Frontend Framework</description>
    <pubDate>Wed, 06 Jan 2021 12:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>Getting Started Programming Ballerina 101</title>
    <link>https://alexmerced.blog/blog/2021/1/Ballerina101/index.html</link>
    <description>Web Application Architecture</description>
    <pubDate>Tue, 05 Jan 2021 12:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>Understanding MVC (Models - Views - Controllers)</title>
    <link>https://alexmerced.blog/blog/2021/1/MVC/index.html</link>
    <description>Web Application Architecture</description>
    <pubDate>Tue, 05 Jan 2021 12:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>Go/Golang 101 - The Syntax and Basics</title>
    <link>https://alexmerced.blog/blog/2021/1/Golang101/index.html</link>
    <description>A Fun Language for Fast Compiled Apps</description>
    <pubDate>Mon, 04 Jan 2021 12:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>Rust 101 - The Syntax and Basics</title>
    <link>https://alexmerced.blog/blog/2021/1/Rust101/index.html</link>
    <description>A Fun Language for Fast Compiled Apps</description>
    <pubDate>Mon, 04 Jan 2021 12:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>Getting Started with Python Web Framework, FastAPI</title>
    <link>https://alexmerced.blog/blog/2021/1/fastapi/index.html</link>
    <description>The New Fast Web Framework in Python</description>
    <pubDate>Sat, 02 Jan 2021 12:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>Javascript - Writing Map as a Recursive Function</title>
    <link>https://alexmerced.blog/blog/2021/1/recursivemap/index.html</link>
    <description>Thinking Recursively</description>
    <pubDate>Fri, 01 Jan 2021 12:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>In-Depth Guide on Understanding Deploying Web Apps</title>
    <link>https://alexmerced.blog/blog/2021/1/understandingdeployment/index.html</link>
    <description>Servers, Ports and Environmental Variables oh my</description>
    <pubDate>Fri, 01 Jan 2021 12:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>Create Your Dev Portfolio with this Gatsby Template</title>
    <link>https://alexmerced.blog/blog/2020/gatsbyportfolio/index.html</link>
    <description>Template designed for Dev Portfolios</description>
    <pubDate>Wed, 30 Dec 2020 12:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>Fundamentals of Client Side Javascript</title>
    <link>https://alexmerced.blog/blog/2020/clientsidejsfun/index.html</link>
    <description>The Building Blocks of Client-Side Javascript Master</description>
    <pubDate>Mon, 28 Dec 2020 12:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>Ultimate CSS Reference</title>
    <link>https://alexmerced.blog/blog/2020/cssguide/index.html</link>
    <description>CSS All the Things!</description>
    <pubDate>Sun, 27 Dec 2020 12:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>React - Why use TaskRunner over Redux, useReducer</title>
    <link>https://alexmerced.blog/blog/2020/taskrunner/index.html</link>
    <description>A State Management Alternative</description>
    <pubDate>Thu, 24 Dec 2020 12:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>Svelte after Sapper - The Svelte Ecosystem</title>
    <link>https://alexmerced.blog/blog/2020/postsapper/index.html</link>
    <description>Enterprise level frontend framework</description>
    <pubDate>Wed, 23 Dec 2020 22:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>Creating a Portfolio/Blog with Angular/Agility CMS</title>
    <link>https://alexmerced.blog/blog/2020/AngularBlog/index.html</link>
    <description>An Introductory Angular Tutorial</description>
    <pubDate>Mon, 21 Dec 2020 22:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>Delivering JSON Data with Netlify</title>
    <link>https://alexmerced.blog/blog/2020/NetlifyJSONApi/index.html</link>
    <description>Using Netlify to Deliver Static JSON</description>
    <pubDate>Sun, 20 Dec 2020 22:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>Building a Blog with Agility Headless CMS</title>
    <link>https://alexmerced.blog/blog/2020/AgilityCMSBlog/index.html</link>
    <description>Using Headless CMS&apos;s</description>
    <pubDate>Sat, 19 Dec 2020 22:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>Web Component Libraries</title>
    <link>https://alexmerced.blog/blog/2020/WebComponentLibs/index.html</link>
    <description>Libraries of Pre-Built Web Components</description>
    <pubDate>Fri, 18 Dec 2020 22:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>Authorization and Authentication in Concept</title>
    <link>https://alexmerced.blog/blog/2020/AuthConcept/index.html</link>
    <description>Understand JWT, Sessions and Bcrypt</description>
    <pubDate>Mon, 07 Dec 2020 22:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>Creating a Gatsby or NextJS Markdown Blog</title>
    <link>https://alexmerced.blog/blog/2020/gatsbynext/index.html</link>
    <description>Using merced-spinup templates</description>
    <pubDate>Sat, 05 Dec 2020 22:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>6 JS Object Types You May Not Have Used</title>
    <link>https://alexmerced.blog/blog/2020/10JSObjects/index.html</link>
    <description>Getting Advanced with Javascript</description>
    <pubDate>Mon, 30 Nov 2020 22:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>Tutorial - Writing Your First GraphQL API</title>
    <link>https://alexmerced.blog/blog/2020/graphql/index.html</link>
    <description>An Alternative to RESTFul API</description>
    <pubDate>Fri, 20 Nov 2020 22:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>1 Backend, 5 Frontends - Todo List with Rails, React, Angular, Vue, Svelte, and jQuery</title>
    <link>https://alexmerced.blog/blog/2020/todoreactangularvue/index.html</link>
    <description>Same app... different frontend frameworks</description>
    <pubDate>Tue, 17 Nov 2020 22:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>Konjection - ORM Helper using Knex and Objection</title>
    <link>https://alexmerced.blog/blog/2020/konjection/index.html</link>
    <description>Connect and Setup Your Models with Ease</description>
    <pubDate>Mon, 16 Nov 2020 22:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>Ruby on Rails Tutorial - Heroku API Deployment</title>
    <link>https://alexmerced.blog/blog/2020/railsdeployment/index.html</link>
    <description>Deploy a Full Crud API Quickly!</description>
    <pubDate>Thu, 12 Nov 2020 22:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>Ruby on Rails Tutorial - Many to Many Relationships</title>
    <link>https://alexmerced.blog/blog/2020/railsmanytomany/index.html</link>
    <description>How to create a many to many relationship</description>
    <pubDate>Wed, 11 Nov 2020 22:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>Ruby vs Javascript in Several Images</title>
    <link>https://alexmerced.blog/blog/2020/rubyvjs/index.html</link>
    <description>Learn Ruby through Javascript</description>
    <pubDate>Mon, 02 Nov 2020 22:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>merced-react-hooks =&gt; Application State, LocalStorage, Lifecycle</title>
    <link>https://alexmerced.blog/blog/2020/merced-react-hooks/index.html</link>
    <description>Utility Hooks Library for React</description>
    <pubDate>Thu, 29 Oct 2020 22:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>Making Framework Agnostic Web Components with StencilJS</title>
    <link>https://alexmerced.blog/blog/2020/StencilJS/index.html</link>
    <description>Ionics Component Creation Tool</description>
    <pubDate>Mon, 26 Oct 2020 22:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>Ruby on Rails Reference - CLI Commands, Bundler, Macros</title>
    <link>https://alexmerced.blog/blog/2020/Ruby on Rails/index.html</link>
    <description>All You need to know to be productive in Rails</description>
    <pubDate>Thu, 22 Oct 2020 22:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>npx make-fullstack-app - Scaffolding your back and frontend</title>
    <link>https://alexmerced.blog/blog/2020/make-fullstack-app/index.html</link>
    <description>One Project, Two Apps, One Command</description>
    <pubDate>Thu, 22 Oct 2020 22:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>Full Crud Mongo/Express API in One Line with MongoRester</title>
    <link>https://alexmerced.blog/blog/2020/mongorester/index.html</link>
    <description>Scaffolding Mongo/Express APIs with ease</description>
    <pubDate>Thu, 22 Oct 2020 22:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>Understanding and Solving Cors Errors</title>
    <link>https://alexmerced.blog/blog/2020/cors/index.html</link>
    <description>Allowing Cross-Origin API Requests</description>
    <pubDate>Tue, 20 Oct 2020 22:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>Axios, Fetch and other useful images!</title>
    <link>https://alexmerced.blog/blog/2020/axiosfetch/index.html</link>
    <description>Javascript in Review</description>
    <pubDate>Mon, 19 Oct 2020 22:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>Create Your Next Microservice with Merver!</title>
    <link>https://alexmerced.blog/blog/2020/merver/index.html</link>
    <description>NodeJS Micro-Web Framework</description>
    <pubDate>Sat, 17 Oct 2020 22:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>Using mutils to supercharge arrays!</title>
    <link>https://alexmerced.blog/blog/2020/mutils/index.html</link>
    <description>Arrays with superpowers!</description>
    <pubDate>Sat, 17 Oct 2020 22:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>Mongo, Mongoose and Express Reference</title>
    <link>https://alexmerced.blog/blog/2020/ExpressMongo/index.html</link>
    <description>Queries and Endpoints oh my!</description>
    <pubDate>Thu, 15 Oct 2020 22:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>Rollout Application Level State Quickly with useDataStore</title>
    <link>https://alexmerced.blog/blog/2020/usedatastore/index.html</link>
    <description>Context, Reducers and Hooks, yes!</description>
    <pubDate>Thu, 15 Oct 2020 22:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>npx create-react-loaded supercharged react</title>
    <link>https://alexmerced.blog/blog/2020/createreactloaded/index.html</link>
    <description>Router, GlobalState, Sass and more!</description>
    <pubDate>Wed, 14 Oct 2020 22:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>Javascript Callback Array Methods</title>
    <link>https://alexmerced.blog/blog/2020/ArrayMethods/index.html</link>
    <description>Map, Reduce, Some, Every, Filter, Find, FindIndex</description>
    <pubDate>Tue, 13 Oct 2020 22:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>Intro to Express</title>
    <link>https://alexmerced.blog/blog/2020/IntroToExpress/index.html</link>
    <description>Creating a Backend Server</description>
    <pubDate>Mon, 12 Oct 2020 22:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>React Pro Tips in Several Images</title>
    <link>https://alexmerced.blog/blog/2020/ReactImages/index.html</link>
    <description>Super Charge Your React Code</description>
    <pubDate>Mon, 12 Oct 2020 22:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>More Merced-Spinup Templates</title>
    <link>https://alexmerced.blog/blog/2020/MoreSpinupTemplates/index.html</link>
    <description>Gulp, Express and React!</description>
    <pubDate>Mon, 05 Oct 2020 22:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>Learning Svelte 101</title>
    <link>https://alexmerced.blog/blog/2020/Svelte101/index.html</link>
    <description>Cybernetically Enhanced Web Apps!</description>
    <pubDate>Mon, 05 Oct 2020 22:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>Typescript 101 - Typing, Interfaces and Enums oh MY!</title>
    <link>https://alexmerced.blog/blog/2020/typescript101/index.html</link>
    <description>Super charging Javascript Scalability</description>
    <pubDate>Fri, 02 Oct 2020 22:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>Writing Javascript Promises</title>
    <link>https://alexmerced.blog/blog/2020/writingpromises/index.html</link>
    <description>Under the Hood of Asynchronous Javascript</description>
    <pubDate>Fri, 25 Sep 2020 22:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>Big List of Online Places to Code/Prototype</title>
    <link>https://alexmerced.blog/blog/2020/OnlineCodePlaygrounds/index.html</link>
    <description>Code on the Go</description>
    <pubDate>Thu, 24 Sep 2020 22:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>React Cheat Sheet</title>
    <link>https://alexmerced.blog/blog/2020/reactcheatsheet/index.html</link>
    <description>Props, State, Forms, Classes, Functions</description>
    <pubDate>Thu, 24 Sep 2020 22:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>React in Concept - The Terms and Idea</title>
    <link>https://alexmerced.blog/blog/2020/reactconcepts/index.html</link>
    <description>Props, State, Forms, Classes, Functions</description>
    <pubDate>Thu, 24 Sep 2020 22:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>React Hooks Basics Reference</title>
    <link>https://alexmerced.blog/blog/2020/reacthooks/index.html</link>
    <description>useEffect, useState, UseReducer and more!</description>
    <pubDate>Wed, 23 Sep 2020 22:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>Passing Data Between Components in Vue</title>
    <link>https://alexmerced.blog/blog/2020/vueprops/index.html</link>
    <description>Props, Queries and Events oh my!</description>
    <pubDate>Sun, 20 Sep 2020 22:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>Spin-up your next project with merced-spinup</title>
    <link>https://alexmerced.blog/blog/2020/mercedspinuptut/index.html</link>
    <description>Templates for days</description>
    <pubDate>Sat, 19 Sep 2020 22:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>Mongoose, Connecting to Mongo via Javascript</title>
    <link>https://alexmerced.blog/blog/2020/Mongoose/index.html</link>
    <description>Documents, Collections and Databases oh my!</description>
    <pubDate>Thu, 17 Sep 2020 22:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>Promises 101  and Fetch, Axios and $.ajax</title>
    <link>https://alexmerced.blog/blog/2020/promises/index.html</link>
    <description>Asynchronous Javascript in Nutshell</description>
    <pubDate>Thu, 17 Sep 2020 22:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>Building Your Coder/Developer Brand</title>
    <link>https://alexmerced.blog/blog/2020/branding/index.html</link>
    <description>Creating the Demand For You</description>
    <pubDate>Wed, 16 Sep 2020 22:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>Ultimate jQuery/Plain Vanilla JS DOM Reference</title>
    <link>https://alexmerced.blog/blog/2020/jQuery/index.html</link>
    <description>The Basics of one of the most popular libraries ever</description>
    <pubDate>Sun, 13 Sep 2020 22:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>Javascript Events - In the Browser and Node</title>
    <link>https://alexmerced.blog/blog/2020/jsevents/index.html</link>
    <description>A Comprehensive Guide to Javascript Events</description>
    <pubDate>Sat, 12 Sep 2020 22:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>Ultimate Basic Coder Reference (Bash, Git, VSCode, Nodejs, more)</title>
    <link>https://alexmerced.blog/blog/2020/basicref/index.html</link>
    <description>The Basics We Should all know</description>
    <pubDate>Sat, 05 Sep 2020 22:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>Svelte - The New Kids on the Frontend Framework Block</title>
    <link>https://alexmerced.blog/blog/2020/svelte/index.html</link>
    <description>Compiling based frontend framework</description>
    <pubDate>Sat, 05 Sep 2020 22:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>Web Components Part 3 - Lifecycle Functions</title>
    <link>https://alexmerced.blog/blog/2020/webcomp3/index.html</link>
    <description>Built in functions that run at certain points</description>
    <pubDate>Sat, 05 Sep 2020 22:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>Guide to Free/Cheap Deployment Options 2020</title>
    <link>https://alexmerced.blog/blog/2020/deploy/index.html</link>
    <description>Quality, Fast, Deployment for your static or full stack site.</description>
    <pubDate>Sun, 30 Aug 2020 22:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>Ultimate Django Reference (Deployment, Rest API, Commands, .env)</title>
    <link>https://alexmerced.blog/blog/2020/djangoreference/index.html</link>
    <description>A one stop shop for many of the things you&apos;ll have to look up a lot</description>
    <pubDate>Thu, 27 Aug 2020 22:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>Web Components Part 2 - Styling and Slots</title>
    <link>https://alexmerced.blog/blog/2020/webcomp2/index.html</link>
    <description>Making Pretty and Flexible Components</description>
    <pubDate>Thu, 27 Aug 2020 22:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>Web Components Part 1 - The Basics</title>
    <link>https://alexmerced.blog/blog/2020/webcomp1/index.html</link>
    <description>Creating, ShadowDOM</description>
    <pubDate>Wed, 26 Aug 2020 22:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>RenderBlocks</title>
    <link>https://alexmerced.blog/blog/2020/renderblocks/index.html</link>
    <description>Beginners Tutorial</description>
    <pubDate>Sun, 23 Aug 2020 22:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>mBlocks - Frontend UI Library</title>
    <link>https://alexmerced.blog/blog/2020/mblocks/index.html</link>
    <description>Beginners Tutorial</description>
    <pubDate>Sat, 22 Aug 2020 22:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>MercedUI - Web Components with Super Powers</title>
    <link>https://alexmerced.blog/blog/2020/mercedui/index.html</link>
    <description>Beginners Tutorial</description>
    <pubDate>Sat, 22 Aug 2020 22:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>Intro to Angular 9 Tutorial</title>
    <link>https://alexmerced.blog/blog/2020/angulartut/index.html</link>
    <description>Enterprise level frontend framework</description>
    <pubDate>Fri, 21 Aug 2020 22:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>AMPonent, Webcomponent Building Library</title>
    <link>https://alexmerced.blog/blog/2020/amponenttut/index.html</link>
    <description>Building Reactive and Styling UI Components</description>
    <pubDate>Wed, 19 Aug 2020 22:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>Frontend CRUD with Plain Vanilla JS</title>
    <link>https://alexmerced.blog/blog/2020/frontendcrudpvjs/index.html</link>
    <description>A Basic Exploration of Frontend DOM Manipulation</description>
    <pubDate>Tue, 18 Aug 2020 22:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>React 101 Tutorial</title>
    <link>https://alexmerced.blog/blog/2020/react-tut/index.html</link>
    <description>Basics of How React Works</description>
    <pubDate>Tue, 18 Aug 2020 22:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>Ruby on Rails API with JWT Auth Tutorial</title>
    <link>https://alexmerced.blog/blog/2020/ruby-tut/index.html</link>
    <description>Creating a Ruby on Rails API with Auth</description>
    <pubDate>Tue, 18 Aug 2020 22:12:03 GMT</pubDate>
   </item>
 
   <item>
    <title>Hello World in Vue</title>
    <link>https://alexmerced.blog/blog/2020/vue-tut/index.html</link>
    <description>Firs Blog Post and Vue Tutorial</description>
    <pubDate>Mon, 17 Aug 2020 22:12:03 GMT</pubDate>
   </item>
 
</channel>
</rss>