Most Popular Godot 4 Addons (by Github stars)

Since the asset library only sorts by date, I made a script to sort all the assets by GitHub stars to see which ones are the most popular.

I’ve put the full list in a spreadsheet, but here’s a quick overview of the top 10:

Read more

A Fast Way to Save Pandas DataFrames to PostgreSQL

I found Pandas’ built-in DataFrame.to_sql() too slow for my use case, so here’s a faster way to load a DataFrame to a PostgreSQL database using the COPY command.

Read more

Conceptes de SQL (Catalan)

Introducció a alguns conceptes de bases de dades relacionals, de cara a aprendre a fer queries més eficients.

Read more