awesome-claude-code
A curated list of awesome commands, files, and workflows for Claude Code.
https://github.com/hesreallyhim/awesome-claude-code
A curated list of awesome commands, files, and workflows for Claude Code.
https://github.com/hesreallyhim/awesome-claude-code
GitHub
GitHub - hesreallyhim/awesome-claude-code: A curated list of awesome commands, files, and workflows for Claude Code
A curated list of awesome commands, files, and workflows for Claude Code - hesreallyhim/awesome-claude-code
Stop Using Django's squashmigrations: There's a Better Way
Squashing Django migrations often breaks or complicates projects, especially when all environments are under your control. A clean reset by deleting old migrations, generating new ones, and faking migration history is a simpler and more reliable approach.
https://johnnymetz.com/posts/squash-django-migrations/
Squashing Django migrations often breaks or complicates projects, especially when all environments are under your control. A clean reset by deleting old migrations, generating new ones, and faking migration history is a simpler and more reliable approach.
https://johnnymetz.com/posts/squash-django-migrations/
Johnny Metz
Stop Using Django's squashmigrations: There's a Better Way
Squashing merges multiple database migrations into a single consolidated file to speed up database setup and tidy up history. Django’s squashmigrations command promises to handle this, but it’s error-prone and unnecessarily complex. A clean reset is faster…
copyparty
Turn almost any device into a file server with resumable uploads/downloads using any web browser.
https://github.com/9001/copyparty
Turn almost any device into a file server with resumable uploads/downloads using any web browser.
https://github.com/9001/copyparty
GitHub
GitHub - 9001/copyparty: Portable file server with accelerated resumable uploads, dedup, WebDAV, FTP, TFTP, zeroconf, media indexer…
Portable file server with accelerated resumable uploads, dedup, WebDAV, FTP, TFTP, zeroconf, media indexer, thumbnails++ all in one file, no deps - 9001/copyparty
asyncio: a library with too many sharp corners
An explanation of some major issues with asyncio.
https://sailor.li/asyncio
An explanation of some major issues with asyncio.
https://sailor.li/asyncio
sailor.li
asyncio: a library with too many sharp corners
An explanation of some major issues with asyncio.
Netflix ML Infra: Stop Bottlenecks! Scale Python Like Never Before
Netflix’s Metaflow team built a scalable ML infrastructure using Python to support use cases like recommendations and content modeling while boosting developer productivity. Their design focuses on reducing cognitive load by improving data handling, dependency management, and environment isolation so engineers can focus on ML instead of infrastructure.
https://www.youtube.com/watch?v=QaP5xl7EA2Y
Netflix’s Metaflow team built a scalable ML infrastructure using Python to support use cases like recommendations and content modeling while boosting developer productivity. Their design focuses on reducing cognitive load by improving data handling, dependency management, and environment isolation so engineers can focus on ML instead of infrastructure.
https://www.youtube.com/watch?v=QaP5xl7EA2Y
YouTube
Netflix ML Infra: Stop Bottlenecks! Scale Python Like Never Before
Unlock the secrets behind Netflix's scalable machine learning infrastructure! This deep dive with David Berg and Romain Clédat from the Netflix Metaflow team reveals how they built a Python-paved path to power diverse ML use cases, from recommendations to…
Creating a Simple XML Editor in Your Terminal with Python and Textual
The article explains how to build a simple terminal-based XML editor in Python using the Textual and lxml libraries, featuring a recent files list, file browser, XML tree viewer, node editing, and preview screens. The tutorial provides modular design, handling for adding nodes and editing XML content interactively, with each UI component styled via CSS for usability and clarity.
https://www.blog.pythonlibrary.org/2025/07/30/tui-xml-editor/
The article explains how to build a simple terminal-based XML editor in Python using the Textual and lxml libraries, featuring a recent files list, file browser, XML tree viewer, node editing, and preview screens. The tutorial provides modular design, handling for adding nodes and editing XML content interactively, with each UI component styled via CSS for usability and clarity.
https://www.blog.pythonlibrary.org/2025/07/30/tui-xml-editor/
Mouse Vs Python
Creating a Simple XML Editor in Your Terminal with Python and Textual - Mouse Vs Python
Several years ago, I created an XML editor with the wxPython GUI toolkit called Boomslang. I recently thought it would be fun to port that code to Textual
Nullable but not null
The article highlights that leaving database fields as nullable after they've been fully filled creates an inaccurate schema, leading to confusion and unnecessary complexity. It recommends scanning for fields that are nullable in the schema but never actually contain null values, and then making them non-nullable to ensure your database enforces the correct constraints and improves data ...
https://efe.me/posts/nullable-but-not-null/
The article highlights that leaving database fields as nullable after they've been fully filled creates an inaccurate schema, leading to confusion and unnecessary complexity. It recommends scanning for fields that are nullable in the schema but never actually contain null values, and then making them non-nullable to ensure your database enforces the correct constraints and improves data ...
https://efe.me/posts/nullable-but-not-null/
efe.me
Nullable but not null - Efe Öge
Tech Tales from a Software Craftsman
CCPlugins
Claude Code Plugins that actually save time. Built by a dev tired of typing please act like a senior engineer in every conversation.
https://github.com/brennercruvinel/CCPlugins
Claude Code Plugins that actually save time. Built by a dev tired of typing please act like a senior engineer in every conversation.
https://github.com/brennercruvinel/CCPlugins
GitHub
GitHub - brennercruvinel/CCPlugins: Best Claude Code framework that actually save time. Built by a dev tired of typing "please…
Best Claude Code framework that actually save time. Built by a dev tired of typing "please act like a senior engineer" in every conversation. - brennercruvinel/CCPlugins
abogen
Generate audiobooks from EPUBs, PDFs and text with synchronized captions.
https://github.com/denizsafak/abogen
Generate audiobooks from EPUBs, PDFs and text with synchronized captions.
https://github.com/denizsafak/abogen
GitHub
GitHub - denizsafak/abogen: Generate audiobooks from EPUBs, PDFs and text with synchronized captions.
Generate audiobooks from EPUBs, PDFs and text with synchronized captions. - denizsafak/abogen
multiplex
Multiplex is a command-line multiplexer along with a simple Python API to run multiple processes in parallel and stop them all at once, or based on some condition.
https://github.com/sebastien/multiplex
Multiplex is a command-line multiplexer along with a simple Python API to run multiple processes in parallel and stop them all at once, or based on some condition.
https://github.com/sebastien/multiplex
GitHub
GitHub - sebastien/multiplex: Command-line process mutliplexer
Command-line process mutliplexer. Contribute to sebastien/multiplex development by creating an account on GitHub.
LangExtract
A Python library for extracting structured information from unstructured text using LLMs with precise source grounding and interactive visualization.
https://github.com/google/langextract
A Python library for extracting structured information from unstructured text using LLMs with precise source grounding and interactive visualization.
https://github.com/google/langextract
GitHub
GitHub - google/langextract: A Python library for extracting structured information from unstructured text using LLMs with precise…
A Python library for extracting structured information from unstructured text using LLMs with precise source grounding and interactive visualization. - google/langextract