Recent Changes

Updates in the last 30 days

(for "CategoryEnglish" only)

1 | 3 | 7 | 30 | 90 days
List all changes Include rollbacks Include minor changes
List later changes RSS RSS with pages RSS with pages and diff

2026-04-05

  • 19:23 UTC (new) (history) 2026-04-05 Easter 2026 . . . . mbork Christ has risen, rejoice! I have a bit of a rough time right now, but we have Good News – Jesus is greater than our troubles! Like in previous years, rest assured that I will pray a decade of the Rosary for all of you, my dear readers. Hallelujah!

2026-03-30

  • 12:44 UTC (new) (history) 2026-03-30 Node.js and .env files . . . . mbork The more I work with Node.js, the more I appreciate its built-in features. Supply chain attacks are a real thing and the more I can do without pulling in megabytes (or even kilobytes) of dependencies, the better. For example, one of the very common patterns in Node applications are configs in .env files. The traditional way to digest them is to use dotenv, which admittedly has zero dependencies – but nowadays even that is not necessary.

2026-03-23

  • 17:53 UTC (new) (history) 2026-03-23 Disabling Eslint in one line with Tide . . . . mbork When coding in JavaScript, I use Eslint like everybody else. (Let’s set the discussion about Eslint vs. Oxlint for another time.) One problem I have is that sometimes (rarely, but not never) I need to tell Eslint that I broke one of the rules intentionally and I don’t want it to nag me about it.

2026-03-14

  • 10:40 UTC (new) (history) 2026-03-14 Selecting a sample of a PostgreSQL table . . . . mbork Today I have a nice SQL tip about sampling tables in SQL. (I’m writing about PostgreSQL as usual but this applies to other databases, too, since this feature is in the SQL standard.) Imagine you have a large table and you want to get a general feeling about what its contents look like.

More...

Filters