Freezing requirements with pip-tools
I tried [pip-tools](https://github.com/jazzband/pip-tools) for the first time today to pin the requirements for the [natbat/pillarpointstewards](ht...
243 words
|
1 minute
Seeing which functions are unique to a specific SQLite / Datasette instance
In reading [Scraping JSON, HTML, and ZIP Files with Pure SQLite](https://observablehq.com/@asg017/scrape-json-html-zip-with-sqlite) by Alex Garcia ...
597 words
|
3 minutes
Read the Docs Search API
I stumbled across this API today: https://docs.datasette.io/_/api/v2/docsearch/?q=startup&project=datasette&version=stable&language=en
70 words
|
1 minute
Docker Images and Dockerfile Best Practices
Day 32 of 90 Days of DevOps - Docker Images and Dockerfile Best Practices. Part of the Containerization & Orchestration series covering essential DevOps concepts and hands-on practices.
145 words
|
1 minute
Using pysqlite3 on macOS
While trying to use [pysqlite3](https://github.com/coleifer/pysqlite3) on macOS I got the following error:
148 words
|
1 minute
PostgreSQL full-text search in the Django Admin
Django 3.1 introduces PostgreSQL `search_type="websearch"` - which gives you search with advanced operators like `"phrase search" -excluding`. Jame...
126 words
|
1 minute
Compiling and running sqlite3-rsync
Today I heard about the [sqlite3-rsync](https://sqlite.org/draft/rsync.html) command, currently available in a branch in the SQLite code repository...
377 words
|
2 minutes
Docker Fundamentals and Containers
Day 31 of 90 Days of DevOps - Docker Fundamentals and Containers. Part of the Containerization & Orchestration series covering essential DevOps concepts and hands-on practices.
339 words
|
2 minutes