Live data from Hacker News

Viewing profile — ormsaregreat

ormsaregreat

HN member
Joined
Mon, Jul 28, 2025, 11:40 AM UTC
HN karma
1
Public activity
2 items

About ormsaregreat

No profile information was provided.

Recent public activity

  1. comment
    Comment #44709876

    Pro tip. Don't use Django migrations. Manage the database first and mirror it in orm later.

  2. comment
    Comment #44709856

    Hitting the database should be avoided in a web application, and use keys as much as possible. All heavy objects should be previously cached in disk.