<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>delacodes — Engineering &amp; Code</title><description>Software engineering articles, PHP (Laravel) and JavaScript code sessions, clean architecture, and performance optimizations.</description><link>https://delacodes.dev/</link><language>en-us</language><item><title>Clean Architecture &amp; Dependency Injection in Large-Scale Python Systems</title><link>https://delacodes.dev/posts/delacodes-clean-python-architecture/</link><guid isPermaLink="true">https://delacodes.dev/posts/delacodes-clean-python-architecture/</guid><description>Structuring domain models, repositories, and service layers in enterprise Python applications without framework lock-in.</description><pubDate>Mon, 10 Aug 2026 00:00:00 GMT</pubDate></item><item><title>Disassembling Python Bytecode: How the Virtual Machine Executes Code</title><link>https://delacodes.dev/posts/python-bytecode-and-disassembly/</link><guid isPermaLink="true">https://delacodes.dev/posts/python-bytecode-and-disassembly/</guid><description>Exploring CPython bytecode compilation, stack evaluation, and using the `dis` module to analyze micro-benchmarks.</description><pubDate>Sat, 08 Aug 2026 00:00:00 GMT</pubDate></item><item><title>Python Memory Optimization &amp; Cyclic Garbage Collection</title><link>https://delacodes.dev/posts/python-memory-management-and-gc/</link><guid isPermaLink="true">https://delacodes.dev/posts/python-memory-management-and-gc/</guid><description>How CPython allocates memory with PyMalloc, manages reference counting, and detects circular reference leaks.</description><pubDate>Wed, 05 Aug 2026 00:00:00 GMT</pubDate></item><item><title>Deep Dive into Python asyncio &amp; Event Loop Execution</title><link>https://delacodes.dev/posts/understanding-python-asyncio-event-loop/</link><guid isPermaLink="true">https://delacodes.dev/posts/understanding-python-asyncio-event-loop/</guid><description>Understanding how Python&apos;s asyncio schedules coroutines, manages task queues, and handles non-blocking I/O under the hood.</description><pubDate>Sat, 01 Aug 2026 00:00:00 GMT</pubDate></item></channel></rss>