Become a member
Sign in
Get started
Jari Aarniala
Jari Aarniala

Jari Aarniala

Follow

๐Ÿš€๐Ÿš€๐Ÿš€ @codeflows

3 Following
2 Followers
  • Profile
  • Claps
  • Responses

Latest

Jari Aarniala
Jari Aarniala
May 30, 2017 ยท 2 min

My journey as a programmer

1980s โ€” Drawing on the flip side of Cobol listings my dad printed out at work. Sadly did not learn the language.

1990s โ€” A friend wrote a game in Pascal (I think). I opened the compiled binary in DOS and wondered how anyone could understand it.

3
Jari Aarniala
Jari Aarniala
Feb 5, 2017 ยท 1 min

Application-level locking with Postgres advisory locks

One useful feature of Postgres is advisory locking, which allows creating database locks using arbitrary keys which have special meaning for your application, but are not necessarily related to any database entity.

27
1 response