Recently Updated Pages
SQLAlchemy and MySQL
Install dependencies for SQLalchemy and MySQL: pip install sqlalchemy pymysql python-dotenv ...
Data Lakehouse
A data lake house combines together the best bits of data warehouses and data lakes. Data Lak...
Story Mapping
Resources https://www.easyagile.com/blog/the-ultimate-guide-to-user-story-maps/#what-is-user-...
CLI Development
Simon Willison has some really interesting/useful advice for building command lines (mirror). I ...
RSync
RSync is a FOSS file copying/syncing tool that has a number of uses and can be used to sync via S...
FastAPI Logging
Inspired by https://stackoverflow.com/questions/63510041/adding-python-logging-to-fastapi-endpoin...
Low and No Code Frontends
Quite often it is useful to have ugly-but-functional frontends for accessing things like database...
Batch Iterating in Pandas
BATCH_SIZE=32 for k,grp in df.groupby(np.arange(len(df))//BATCH_SIZE): # grp is a tiny data...
Times and Dates in Python
The built in datetime library in Python can be a bit rubbish/difficult to use. Pendulum provide...
React Native on Android
Installing Dev Environment On ubuntu you can install the android SDK with apt-get install android...
CRON No MTA installed discarding output
Answer from here Linux uses mail for sending notifications to the user. Most Linux distributions...
Golang Web Services and Gin
I've been using GoLang to build IndieScrobble Live Reload I use this package to live-reload my ap...
FOSS Funding
Underfunding of FOSS projects can be disasterous as this list shows.
Caddy Handler
You can set up caddy to do different things depending on the prefix using handle directive testsi...
Gitea and DroneCI
I use Gitea to self-host my code + projects here and I use DroneCI, a lightweight CI pipeline tha...
Bulk Unsubscribe from Jira
If you find yourself in a position where you are receiving a huge number of jira notifications yo...
Kong Gateway
Kong Gateway is an open core project that offers many of the traditional API Management features....
API Management Overview
API Management - the art of funnelling traffic from an API client through to the background servi...
BigQuery Working with Array Structures
On a companies table where you can have multiple websites per company: SELECT * FROM p...
BigQuery
Google BigQuery is a data warehouse platform. Schema You can define table schemas via JSON docu...