# davao (blogs) — RSS Amplifier

Recent posts from the 2 feeds in the RSS Amplifier directory that cover davao.

Page: <https://rssamplifier.com/topics/davao/blogs>  
Feed: <https://rssamplifier.com/topics/davao/blogs.md>

---

## [Strengthening Coastal Resilience through Science-Based Mangrove Governance in Davao Occidental, Philippines](https://spamastresearchjournal.ph/index.php/srj/article/view/45)

_2026-12-30 · SPAMAST Research Journal_

Mangrove rehabilitation represents a significant public investment in Davao Occidental; however, outcomes remain inconsistent and, in many cases, inefficient. Empirical field evidence from the municipalities of Malita and Santa Maria indicates survival rates ranging from 70% to more than 95%. This variability is primarily attributed to persistent site–species mismatch, continued overreliance on…

## [Staticware 0.2.0: The first cut](https://audrey.feldroy.com/articles/2026-03-13-Staticware-0.2.0)

_2026-03-13 · Audrey M. Roy Greenfeld · Python posts by Audrey M. Roy Greenfeld_

This is an early release. Staticware does something very satisfyingly today: it serves static files with content-hashed URLs for cache busting. That means when you edit your CSS then redeploy and restart your server, visitors get the latest CSS without forcing a refresh. More will come.

## [BinaryOrNot 0.6.0: Three Layers of Detection](https://audrey.feldroy.com/articles/2026-03-09-BinaryOrNot-0.6.0)

_2026-03-09 · Audrey M. Roy Greenfeld · Python posts by Audrey M. Roy Greenfeld_

BinaryOrNot identifies binary files three ways: by extension, by file signature, and by content analysis. Pass it any file path and it tells you binary or text, accurately, across PNGs, PDFs, executables, archives, fonts, CJK-encoded text, and hundreds of other formats.

## [BinaryOrNot 0.5.0: Zero Dependencies, 128 Bytes, One Trained Classifier](https://audrey.feldroy.com/articles/2026-03-07-BinaryOrNot-0.5.0)

_2026-03-07 · Audrey M. Roy Greenfeld · Python posts by Audrey M. Roy Greenfeld_

If you've ever had BinaryOrNot misidentify a UTF-16 file, choke on a CJK-encoded document, or crash because chardet changed its API, this release is for you.

## [Cookiecutter 2.7.1: The One Where It Knows Its Own Name](https://audrey.feldroy.com/articles/2026-03-04-Cookiecutter-2.7.1)

_2026-03-04 · Audrey M. Roy Greenfeld · Python posts by Audrey M. Roy Greenfeld_

You know that thing where you release an album, it's on the shelves, people are buying it, and then someone points out the spine says it's your previous album? That's what happened with Cookiecutter 2.7.0. We put out the long-awaited release with 27 improvements and 17 contributors, and cookiecutter -V proudly announced: \*\*2.6.0\*\*.

## [Cookiecutter 2.7.0: Python 3.14, a Security Trust Model, and Verified Releases](https://audrey.feldroy.com/articles/2026-03-03-Cookiecutter-2.7.0)

_2026-03-03 · Audrey M. Roy Greenfeld · Python posts by Audrey M. Roy Greenfeld_

Cookiecutter 2.7.0 is tested on Python 3.10 through 3.14, ships with a security policy documenting the trust model for template hook scripts, and publishes to PyPI with cryptographic provenance so you can verify every release. Seventeen contributors from the community helped build it.

## [Kalinga Means Care: Air ❤️ PythonAsia 2026](https://audrey.feldroy.com/articles/2026-02-19-Kalinga-Means-Care-Air-Loves-PythonAsia-2026)

_2026-02-19 · Audrey M. Roy Greenfeld · Python posts by Audrey M. Roy Greenfeld_

Air Web Framework exists not just because we created it, but because of the support we got soft-launching it at Python Philippines and running its first sprint at PyCon Davao. Now, Air is a PythonAsia 2026 community partner.

## [Cookiecutter PyPackage v0.4.0: Everything a Modern Python Package Needs](https://audrey.feldroy.com/articles/2026-02-17-Cookiecutter-PyPackage-v0.4.0)

_2026-02-17 · Audrey M. Roy Greenfeld · Python posts by Audrey M. Roy Greenfeld_

I've put out the biggest release of cookiecutter-pypackage since the modern rewrite. Generated projects now ship with a documentation site, type checking, cross-version coverage enforcement, and security-hardened CI, all configured and working out of the box.

## [Global Research Trend on Dissolved Oxygen as a Water Quality Indicator](https://spamastresearchjournal.ph/index.php/srj/article/view/44)

_2025-12-30 · SPAMAST Research Journal_

Dissolved oxygen (DO) is a fundamental indicator of water quality and a key regulator of biological, chemical, and physical processes in coral reef ecosystems. This study investigates global research trends on dissolved oxygen from 2000 to 2025 using a comprehensive bibliometric approach. A total of 738 publications from 276 sources were analyzed through performance metrics and science mapping…

## [Adopting Idiomatic PyTest: A Code Review](https://audrey.feldroy.com/articles/2025-12-16-Adopting-Idiomatic-PyTest-Code-Review)

_2025-12-16 · Audrey M. Roy Greenfeld · Python posts by Audrey M. Roy Greenfeld_

We recently reviewed a pull request from contributor Martin Saizar that refactored our Python tests. The goal was to enable the PyTest (PT) linter rule in Ruff, our code formatter and linter.

## [Accept your Doppler invite (Sponsored)](https://crawlproof.com/a/wP4N1tJXmuMG)

_2025-12-15 · **Sponsored**_

Create your Doppler account using the invite code you received.

## [Introducing AirDragon: A Component Library Born on an Airplane](https://audrey.feldroy.com/articles/2025-11-26-AirDragon)

_2025-11-26 · Audrey M. Roy Greenfeld · Python posts by Audrey M. Roy Greenfeld_

On a recent flight from Japan to the Philippines, Pydanny and I started coding a new project. The result is \*\*AirDragon\*\*, a layout and component library for the Air web framework.

## [The First Air Sprint](https://audrey.feldroy.com/articles/2025-10-26-The-First-Air-Sprint)

_2025-10-26 · Audrey M. Roy Greenfeld · Python posts by Audrey M. Roy Greenfeld_

I co-led the first ever Air web framework sprint in Davao, Philippines, as part of Day 2 of PyCon Davao on October 26, 2025.

## [Python Tricks You Can&#39;t Live Without](https://audrey.feldroy.com/articles/2025-10-25-Python-Tricks-You-Cant-Live-Without)

_2025-10-25 · Audrey M. Roy Greenfeld · Python posts by Audrey M. Roy Greenfeld_

Slides from my keynote at PyCon Davao 2025, the first regional Filipino conference for Python programming enthusiasts.

## [Introducing Air: A Pioneering AI-First Python Web Framework](https://audrey.feldroy.com/articles/2025-10-06-air-pioneering-ai-first-python-web-framework)

_2025-10-06 · Audrey M. Roy Greenfeld · Python posts by Audrey M. Roy Greenfeld_

Air is a pioneering AI-first Python web framework that represents the next evolution in web frameworks to be deeply AI-native.

## [Run Any Python CLI Instantly — No Install, No Virtualenv (uvx)](https://audrey.feldroy.com/articles/2025-10-02-run-any-python-tool-instantly-without-installation-uvx)

_2025-10-02 · Audrey M. Roy Greenfeld · Python posts by Audrey M. Roy Greenfeld_

If you need to run Python applications from PyPI without installing them permanently, uvx provides a convenient way to execute Python tools without having to manage dependencies manually.

## [JSON to SQLite With sqlite-utils](https://audrey.feldroy.com/articles/2025-05-06-JSON-to-SQLite-With-sqlite-utils)

_2025-05-06 · Audrey M. Roy Greenfeld · Python posts by Audrey M. Roy Greenfeld_

How to get JSON into a local SQLite database fast.

## [Semantic Search With Sentence Transformers and a Cross-Encoder Model](https://audrey.feldroy.com/articles/2025-04-15-Semantic-Search-With-Sentence-Transformers-and-a-Cross-Encoder-Model)

_2025-04-15 · Audrey M. Roy Greenfeld · Python posts by Audrey M. Roy Greenfeld_

Continuing the Sentence Transformers exploration, I use a cross-encoder model to rank my notebooks by similarity to search queries.

## [Development and Acceptability of Ready-To-Drink (RTD) Mixed Vegetable Juice](https://spamastresearchjournal.ph/index.php/srj/article/view/39)

_2025-01-30 · SPAMAST Research Journal_

This study, conducted at Sustainable Agriculture and Fishery Enterprise (SAFE) in Southern Philippines Agri-Business and Marine and Aquatic School of Technology (SPAMAST) Buhangin campus, Buhangin, Malita, Davao Occidental, explored the development and acceptability of a ready-to-drink (RTD) vegetable juice using varying combinations of carrot, chayote, and bottle gourd. A Completely Randomized…

## [Exploring the Lived Experiences of Exited 4P’s Beneficiaries Through the Unique Lens of the Ecological System](https://spamastresearchjournal.ph/index.php/srj/article/view/38)

_2025-01-30 · SPAMAST Research Journal_

The purpose of the study was to explore the lived experiences of exited 4P's beneficiaries through the Ecological System Perspective in Malita, Davao Occidental, using a phenomenological research design. A purposive sampling technique was used in the selection of two (2) household participants of the study. In the collection of qualitative data, a structured interview guide questionnaire was used…

## [Anthony Ettinger on LinkedIn (Sponsored)](https://crawlproof.com/a/R7HaLkgWR8Vi)

_2025-01-29 · **Sponsored**_

Public LinkedIn profile at linkedin.com/in/anthonyettinger.

## [From Impact to Insight: A Bibliometric Mapping of Research on Anthropogenic Activities](https://spamastresearchjournal.ph/index.php/srj/article/view/43)

_2025-01-23 · SPAMAST Research Journal_

Focusing on aquatic and marine ecosystems, this paper provides a full bibliometric review of scientific literature on anthropogenic activities and environmental impacts. The analysis based on a dataset of 1,000 published documents between 1999 and 2015, which emanated from 539 sources, considered factors such as trends in publications, thematic structure, collaboration patterns, and field…

