Anton Zhiyanov

Everything about Go, SQL, and software in general.
https://antonz.org/all/ (RSS)
visit blog
High-precision date/time in SQLite
8 Aug 2024 | original ↗

A rich set of functions for working with date, time and durations.

Gist of Go: Wait groups
30 Jul 2024 | original ↗

Waiting for goroutines to finish.

Gist of Go: Goroutines
30 Jul 2024 | original ↗

Let's write a concurrent program in Go!

Gist of Go: Concurrency
30 Jul 2024 | original ↗

Interactive book on concurrent programming with many exercises.

What's in which Go
22 Jul 2024 | original ↗

Which major features appeared in which versions of Go.

Go 1.23: Interactive release notes
20 Jul 2024 | original ↗

Iterators, timers and canonical values.

Resetting timers in Go
5 Jul 2024 | original ↗

Chances are you are doing it wrong.

UUIDv7 in 20 languages
15 Jun 2024 | original ↗

From JavaScript to Zig, no third-party dependencies.

Modern SQLite: Delete limit
11 Jun 2024 | original ↗

To keep the query from taking forever.

Funding my projects
9 Jun 2024 | original ↗

Sponsors >> stars.

Modern SQLite: Secure delete
29 May 2024 | original ↗

Leave no trace of deleted data.

LLMs are insecure
23 May 2024 | original ↗

There is no way around it.

Modern SQLite: Generated columns
8 May 2024 | original ↗

Build your own document database with SQLite.

Modern SQLite #1: STRICT tables
4 May 2024 | original ↗

Strict column type checking, like in PostgreSQL or MySQL.

Grep by example: Interactive guide
23 Mar 2024 | original ↗

Interactive introduction to grep with real-world use cases.

Git by example: Interactive guide
14 Mar 2024 | original ↗

Interactive introduction to Git with real-world use cases.

Banned for self-promo
10 Mar 2024 | original ↗

Policies that discourage self-promotion are harmful.

I'm a programmer and I'm stupid
6 Mar 2024 | original ↗

But it kind of works.

Try X in Y minutes
20 Feb 2024 | original ↗

Get a quick taste of your next $thing by studying interactive examples in the browser.

Code playground visualizations
9 Feb 2024 | original ↗

Presenting playground output in a visual manner.

SQLite 3.45: Interactive release notes
9 Jan 2024 | original ↗

JSONB has landed.

In-browser code playgrounds
6 Jan 2024 | original ↗

Embed and run interactive code snippets entirely in your browser, no server required.

Go 1.22: Interactive release notes
3 Jan 2024 | original ↗

Isolated loop variables, range over integers, math/rand v2 and enhanced routing.

Interactive code cells
16 Dec 2023 | original ↗

Like Jupyter notebooks, but for any language.

↑ these items are from RSS. Visit the blog itself at https://antonz.org/all/ to find other articles and to appreciate the author's digital home.